David Radovanovic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sugar and Spice ThemeIs this a child theme? It’s best to create a child theme of your [parent] theme first. Then, if you delve into making changes to template files you can always revert back, if you break the code. In your case, copy the footer code from the original sugar and spice file and you should be good to go.
Forum: Fixing WordPress
In reply to: Featured Image not visible on front end of siteAre the images appearing in your media library? And, if so can you sucessfully use the new media/image Edit function to rotate, resize or crop the images in your media libray?
Forum: Fixing WordPress
In reply to: Featured Image not visible on front end of siteSeveral different places depending on your server configuration. Though most fequently php mods installed can be found by the output of phpinfo.php file, which should reside somewhere on your server that is NOT publically accessible.
Forum: Fixing WordPress
In reply to: Featured Image not visible on front end of siteJust in case, check that you have GD and/or imagick php libraries installed.
Forum: Fixing WordPress
In reply to: Moving a large siteHave you checked out installing a “widget saver” plugin? There are several available for exactly this situation. Also, migrating might be easier with a “migrate, clone move or duplicator” plugin. Most import: backup first.
Forum: Everything else WordPress
In reply to: How to Remove Duplicates Titles & Meta DescriptionsTo begin with, you need to use no-follow tags on category pages and use pretty permalinks for product pages.
Forum: Plugins
In reply to: Ordering/booking plugin for conference workshops?There’s lot’s of very good events plugins: http://wordpress.org/plugins/search.php?q=events
Forum: Fixing WordPress
In reply to: Thumbs not created during upload. Broken image icon in Media Edit.This issue was fixed when an another issue was fixed Thumbnail Generation Fix
Forum: Networking WordPress
In reply to: Featured Images Missing After Migration on WP MultisiteYeah, Half-Elf and skaag! Thanks. Resolved.
Forum: Networking WordPress
In reply to: Featured Images Missing After Migration on WP MultisiteAll. I checked everything other than database relation between post ID and thumbs. However, I searched around and found “Force Generate Thumbnails” and after activating it per site the thumbnails began reappearing. So, I activated it Network-wide and voila, they all returned. This is too strange, since what FGT plugin does is force GD image processing. I always though GD was a core dependency and thumbs are created automagically on upload?
Forum: Fixing WordPress
In reply to: Thumbnails not generatedTry using a larger image, e.g. 1200 x 800 minimum
Forum: Networking WordPress
In reply to: Featured Images Missing After Migration on WP MultisiteI removed the lines in question: same result: no change.
Forum: Networking WordPress
In reply to: Featured Images Missing After Migration on WP Multisitenew nine adaptive image plugin… should I comment it out?
Forum: Fixing WordPress
In reply to: Thumbs not created during upload. Broken image icon in Media Edit.separate issue
Forum: Fixing WordPress
In reply to: Thumbs not created during upload. Broken image icon in Media Edit.Nope GoDaddy. GD is setup properly You can see fro this gdtest script: http://thebigdesign.com/gdtest.php. I’ve been on this for over 6 days. I’m stumped.