sistercylon
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion Shortcodes] Something broke againI had accidentally removed my <?php wp_footer(); ?> code in the footer. My fault!
You are correct sir! I went through the errors and lo and behold I was missing a closing > on an <article> tag. Thank you!
Forum: Plugins
In reply to: [CMB2] CMB2 and custom post type?I’m not sure if this is exactly the same problem that I was having, but I think this might help? I was seeing the example custom fields only on the Page Editor screen, and not on the Post Editor.
On line 72 of example-functions.php:
`
‘object_types’ => array( ‘page’, ), // Post type
`
I changed ( ‘page’, ) to ‘page’, ( ‘post’ ) and that solved the problem. Probably very obvious to someone more experienced, but as a newcomer, I struggled with it for a while.
I had a similar problem a few weeks ago. I found a fix. It seems to also resolve the Set Featured Image problem. The instructions are here: https://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/#comment-69
I was able to fix the missing Visual Editor Icons issue by upgrading my 3.7 install to 3.8 (probably just copied the icon .png back into the proper directory)
—————
Here is the text from the link listed above in case the link goes down or what have you:
WordPress Fix – Add Media Button Not Working
on December 13, 2012 in Blog
Hello everyone and this is a fix for a common issue in WordPress 3.5.WordPress Fix – Add Media Button Not Working
Basically you’ve just updated your install of WordPress and bang! The Add Media button doesn’t work! What to do?
Never fear, Carnfield is here – with a fix!Basically you need to open your “wp-config.php” file in the root of your WordPress Install.
Search for this line:require_once(ABSPATH . ‘wp-settings.php’);
And just before it add this code:
define(‘CONCATENATE_SCRIPTS’, false );
Now your WordPress Install should be fixed!
I had a similar problem a few weeks ago. I found a fix. It seems to also resolve the Set Featured Image problem. The instructions are here: https://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/#comment-69
I was able to fix the missing Visual Editor Icons issue by upgrading my 3.7 install to 3.8 (probably just copied the icon .png back into the proper directory)
I have not, but I scrapped the 3.8 site and did a 3.7 installation on the same server. Now some issues are resolved and others have cropped up.
I can now get into the Screen Options from within a post, but I still can’t get the Set Featured Image link to work.
Interestingly, the icons for the visual side of the text editor have disappeared.
Yes. The same thing happens with 2014.