workhardtravis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.4 – Image align problemNo Problem 🙂
Forum: Fixing WordPress
In reply to: WordPress 3.4 – Image align problemI just took on this job as a freelance project and solved it:
****NOTE: make a backup of your functions.php file before deleting anything and make sure you have FTP access just in case****
If you are using a shortcode for your captions: delete this section of code in your functions.php file..
From : function fb_img_caption_shortcode($attr, $content = null) {
To: add_shortcode(‘caption’, ‘fb_img_caption_shortcode’);
Save and update.
That worked for me.
for javascript conflict fix > http://ww.wp.xz.cn/support/topic/plugin-jquery-accordion-menu-widget-submenu-stay-opened?replies=4#post-2831108
Found the solution.. It’s a javascript problem so by trial and error I disabled my plugins, one by one, and found it was my slider causing the conflict. Hope this helps.