daro256
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New Images Uploaded – Blank ThumbnailsWeird indeed 🙂
Forum: Fixing WordPress
In reply to: New Images Uploaded – Blank ThumbnailsOk, then try switching on debug mode and see what error (if any) you get while uploading an image. There is a setting for debug mode in wp-config file.
Forum: Fixing WordPress
In reply to: New Images Uploaded – Blank ThumbnailsUsually it all comes down to image size. If you’re trying to upload big image, wordpress is unable to run its functions for generating thumbnails and other image sizes. It happens because those functions need a lot of memory to run – bigger image = more memory needed. This memory is limited by your hosting provider.
So try to scale down your images before uploading them. This should help.
Forum: Fixing WordPress
In reply to: Creating a new WP site on existing domainLet’s say that you have your own website: yourpage.com
You can create subdomain for all clients projects: playground.yourpage.com
Then you put every project in separate folder: playground.yourpage.com/client1 – this link you show to the client, so he could see your work.This way it’s all tidy. The main idea here is that you are developing a website on your server, not on the clients. Domain name doesn’t really matter. In final step you will change it to client’s domain, after moving all the file to his server.
Forum: Fixing WordPress
In reply to: Creating a new WP site on existing domainHi,
You should create new website on your hosting and show it to client, so he could ask for revisions or accept it. After that you move new site from your hosting to client’s server.This way old site is working while you prepare the new one.
Forum: Fixing WordPress
In reply to: Live page but want to make changes and save in draftCopy the content from page you wont to change and past it into new one – page1_new_version for example. Then you can make changes on the new page and when it will be ready copy new content and paste it to an existing page.
Forum: Fixing WordPress
In reply to: “redirect” in urlProbably you have some malicious code on your website that sometimes redirects users to different urls.
Forum: Fixing WordPress
In reply to: Database far too big and debug errorError indicates that writing data in database is impossible – size restriction.
I guess that table size is not all there is. I would assume that there are some cache files etc. making db faster.
I would try to delete unnecessary data like old transactions. Also you can try some plugin for db optimization (I sometimes use WP optimize).
Forum: Fixing WordPress
In reply to: How to customize wp layout, makes it look like a forumHi,
I think that getting the forum template would be the simplest solution. This way most of the things will be the way you want.