donnytree
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Category Permalink] 2.2 and now can't set permalinkI just looked, and I don’t seeing anything. Let me know if you want me to check anything else. Thanks for the awesome plugin!
Forum: Plugins
In reply to: [WP Category Permalink] 2.2 and now can't set permalinkSo it turns out XML Sitemap & Google News feeds v.4.3.2 is interacting badly with the new version of this plugin. As soon as I disabled that plugin, WP Category Permalink v.2.2.0 started working again.
Forum: Plugins
In reply to: [WP Category Permalink] 2.2 and now can't set permalinkAlso, I see in the plugin code:
if ( count($cat) > 1 ) { echo '<span style="color: red;">' . $cat[0]->name . '</span>'; }But I don’t understand why assigning a primary cat is suddenly not working?
Thank you in advance,
DonnaForum: Plugins
In reply to: [Business Hours Plugin] Exceptions not workingOK, thanks so much!
Forum: Plugins
In reply to: [Business Hours Plugin] Exceptions not workingThanks! So you just downloaded and replaced the plugin folder with the one from github?
All fixed, thanks so much for the support!
I would be happy to, please let me know how? It is a very simple website so I am surprised we are having so many issues with this plugin, my email is donna.tremonte@gmail.com. Thanks so much!
I am getting a very similar error message as bfchris:
[error] [client] WordPress database error Table 'bizgovhub.smackcsv_line_log' doesn't exist for query select sum(inserted) as ins from smackcsv_line_log where month ='Oct' and imported_type = 'Eshop' and year =2013 made by do_action('wp_ajax_secondchart'), call_user_func_array, secondchart, require_once('/plugins/wp-ultimate-csv-importer/modules/dashboard/actions/chartone.php'), DashboardActions->getStatsWithDate, referer:I am using WP 4.0 and WP Ultimate CSV Importer 3.6.4.
The error is stopping me from activating any other plugins, I just get a white screen.
Thank you in advance.
Forum: Plugins
In reply to: [User Role Editor] edit all pages and posts, but not updateThanks Vladimir, I will take a look, this looks like it might be exactly what I need. Thanks again!
Forum: Plugins
In reply to: [Business Hours Plugin] In templateYou may have already figured this out, but try single quotes instead of double:
<?php echo do_shortcode('[businesshoursweek collapsible="true"]'); ?>I am not using this shortcode but the closed option one and it is working fine for me.
<?php echo do_shortcode('[businesshours closed="CLOSED"] Hours: {{TodayOpen}} to {{TodayClose}}[/businesshours]');?>Hope this helps!
Not meaning to bump this, so I apologize in advance if I am, but this seems like it might be related.
I am having the same problem as ISSUE 2, except (here’s where I am not meaning to add confusion), it is happening for a certain page (2 pages actually) not a certain user, and it is happening in Scheduled Revisions and Pending Revisions. Also, I get a Page Not Found message not the error you are seeing.
Notice the URL is different too:
Preview works: http://mywebsite/page/?preview=true
Preview doesn’t work: http://mywebsite/page/&post_type=revision&preview=1&post_type=revision?preview=1 (if I replace the end with the working URL, still get 404 error)I tried the above edit and it didn’t work. Again, I can start my own thread, but I thought this might be related. Thanks!
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] 7.0.11 upgrade error messagesThat worked, thanks!
Thanks so much tsdexter! I added it to my functions.php (and actually saw that it was already in the admin-dashboard_rvy.php file), but they’re still not showing…all I see are Posts, Pages, and Comments. Thank you though, seems like it should be working?
We are only having problems with the tabs on pages that also have a NextGen gallery. I will just revert to the older version of NextGen, or perhaps I will try to contact the other plugin author. Thanks!
Hi,
Thanks, I removed those references, but still no luck…Any other ideas?Thank you!