donnytree
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Category Permalink] primary category not working and showing in redThat’s exciting about the plugin updates. And OK, I will look into potential admin and theme fixes. Thanks!
Forum: Plugins
In reply to: [WP Category Permalink] primary category not working and showing in redHi again,
Any thoughts? Primary category is broken on our site so all the relationships are currently gone. I am not sure where to begin troubleshooting?
Thank you in advance,
DonnaForum: Plugins
In reply to: [WP Category Permalink] primary category not working and showing in redHi,
Thanks so much for replying. The plugin is currently not working at all. The category that is supposed to be primary is in red instead of bold, but none of the associated functionality is working anymore.
I am not sure how to send a screenshot to this response, but here is a link to it: http://donnatremonte.com/wp-content/uploads/2016/04/Posts-admin.png (BTW, this isn’t the website having the issue).
Thanks again!
DonnaForum: Plugins
In reply to: [Mailmunch Forms for Mailchimp] questions about Premium levelThanks so much!
Forum: Plugins
In reply to: [Mailmunch Forms for Mailchimp] block existing subscribers?Thanks so much!
Forum: Plugins
In reply to: [Mailmunch Forms for Mailchimp] block existing subscribers?Hi Liz,
Thanks so much! So if they are pre-existing, did not sign up through the MailMunch form, then they will see and have to close the pop up window?
Thanks again,
DonnaGot it, I will try and let you know. Thanks again!
I am seeing it in our error logs and I’m not really sure what to do to troubleshoot it? I updated to the most recent version of NextGen but that didn’t fix it. I am happy to try whatever else you think might help.
Thanks so much! And apologies again for posting in the wrong place!
OK sorry, I thought they were close enough, I will start anew. Thanks!
I am getting a very similar error message:
[Mon Aug 10 05:48:26 2015] [error] [client 66.249.92.54] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘%d) GROUP BY wp_ngg_pictures.pid ORDER BY id DESC’ at line 1 for query SELECT DISTINCT wp_ngg_pictures.* , GROUP_CONCAT(CONCAT_WS(‘@@’, meta_key, meta_value)) AS ‘extras’ FROMwp_ngg_picturesLEFT OUTER JOINwp_postmetaONwp_postmeta.post_id=extras_post_idWHERE (exclude= %d) GROUP BY wp_ngg_pictures.pid ORDER BY id DESC made by nggMediaRss::get_last_pictures_mrss, nggdb::find_last_images, C_Image_Mapper->run_query, ExtensibleObject->__call, ExtensibleObject->_exec_cached_method, ReflectionMethod->invokeArgs, C_CustomTable_DataMapper_Driver_Mixin->run_queryI am using the most recent version of WP 4.2.4, and the most recent NextGen version 2.1.2. Has there been any progress on this?
Thanks!
DonnaForum: Plugins
In reply to: [WP-Ban] Outputting PHP in the dashboardI am having the same problem, were you ever able to resolve it?
Forum: Plugins
In reply to: [User Role Editor] future schedule postsOK thanks!
I am having the exact same error, any help would be appreciated. I’m on WP 4.2.2 and 2.1.1 of the Yoast plugin.
Forum: Plugins
In reply to: [postTabs] tabs break when using apply_filters()OK one more bit of info in case it’s helpful. If I view the source of the page, all of the content is there. For some reason when using the_content(); instead of the tabs being in there own divs, they are getting nested within the same div, e.g., on working site:
<ul id="postTabs_ul_11518" class="postTabs" style="display:none"> <div id="postTabs_0_11518" class="postTabs_divs postTabs_curr_div" style="display: none;"> <div id="postTabs_1_11518" class="postTabs_divs" style="display: block;"> <div id="postTabs_2_11518" class="postTabs_divs" style="display: none;"> <div id="postTabs_3_11518" class="postTabs_divs" style="display: none;"> <div id="postTabs_4_11518" class="postTabs_divs" style="display: none;">On not working site:
<ul id="postTabs_ul_31340" class="postTabs" style="display:none"> <div id="postTabs_0_31340" class="postTabs_divs postTabs_curr_div" style="display: block;">And the rest of the content is completely messed up and nested under that first div tag. Not sure if this makes sense.
Forum: Plugins
In reply to: [postTabs] tabs break when using apply_filters()I also tried just using <?php echo the_content(); ?> and only the first tab content is displayed. I can click the other tabs, but nothing displays. Any ideas?