rockstarnights
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Plugin causes error 500I did a lot of trial and error with disabling plugins and found the one that was causing the issue. After deactivating oAuth Twitter Feed for Developers, the Ultimate Sharing plugin works without issue. I sent a message to @meliory advising of this plugin’s conflict as well.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Plugin causes error 500I did, but it doesn’t address the 500 error or other issues I’m experiencing. I just tried upgrading to 1.7.8, but the problem persists. It must be a conflict with the theme or another plugin that both @meliory and I have.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Plugin causes error 500I’m getting this same error.
The plugin settings page won’t load:
GET …/wp-admin/admin.php?page=sfsi-options 500 (Internal Server Error)And my pages that include the plugin also die after getting to the plugin:
GET…/2017/08/enjoy-double-fun-dantannas-national-double-cheeseburger-day/ 500 (Internal Server Error)Forum: Plugins
In reply to: My shortcode is removing the p tags it is wrapped inI should also mention that when I add text between the p tag and my short code, it renders as expected. The p tags only disappear when the short code is the only item on the line.
Forum: Plugins
In reply to: [Attention Grabber (Hello Bar Alternative)] Compatible with WP 3.8It doesn’t seem to be working for me in 3.8.1
Forum: Themes and Templates
In reply to: Rich Text Editor not showing up for some post typesI figured it out.
In the config.php file in the framework folder for the theme, I had to find the post_types declaration for my post type that didn’t have the rich text editor showing up and add it in.
Previously it said:
‘supports’ => array(‘title’),and I changed it to:
‘supports’ => array(‘title’,’editor’),Now it works. Woohoo!