Josiah
Forum Replies Created
-
I’ve been down your road, and your issue could still be your web host, and specifically it’s MySQL performance. You can identify plugins that use a lot of resources, but those same plugins on a better web host/server would not be a problem.
If your host is overselling their servers or is hosting a customer that is hammering MySQL, almost any intensive plugin will cause it to crawl.
Hope this helps, I moved my higher traffic/complex WP installs to a more powerful host and all *plugin* issues magically were resolved.
Forum: Plugins
In reply to: [Simple Custom Post Order] All Posts/Search Do Not ShowAnyone else with this error? If I deactivate the plugin the posts and search box re-appear.
My mistake, thanks for your quick reply.
Forum: Plugins
In reply to: [WP eCommerce] Add to Cart Not FunctioningResolved, was a local caching issue I believe.
Forum: Plugins
In reply to: [Custom Post Type UI] Plugin Confict with SearchWPThe issue is specifically with the phrase “cape cod” which should return results, but does not. Other two word combinations are also effected (some work, some don’t), but that phrase is the one we’re using to test.
Forum: Plugins
In reply to: [Custom Post Type UI] Plugin Confict with SearchWPI created an admin account for you on our staging server (and emailed you the details, let me know if you do not receive). I left the server with all plugins deactivated, with only SearchWP running. Feel free to activate CPT UI as needed.
I agree that the behavior is odd. I’ve actually considered implementing my CPT manually in functions.php as it doesn’t take much code. I like the convenience of CPT UI so let me know if you find anything.
Forum: Plugins
In reply to: [Custom Post Type UI] Plugin Confict with SearchWPI’ve been working with SearchWP support on this. The plugin works by itself. As soon as I activate CPT UI the search results are effected.
I disabled all other plugins, and tried changing themes but nothing seems to effect it.
SearchWP came out with a new version (2.2) recently, but that didn’t seem to fix it either.
Settings for SearchWP are basic. All we did was enable support for the CPT we created using your plugin. I can give you access to our staging server if you’re prefer. Just let me know.
Forum: Plugins
In reply to: [The Events Calendar] License Expired / Only used 2/3Thanks
Forum: Plugins
In reply to: [The Events Calendar] License Expired / Only used 2/3Unfortunately I cannot post to the vendors commercial support forum as my license is no longer valid. Hence, the post here hoping that someone could see my question relating to my license and reply. Unless there’s an alternative contact method I see no other way to get assistance.
Forum: Fixing WordPress
In reply to: Website is INCREDIBLY slowThe problem could still be your web host (they won’t usually admit an overloaded server). Also try this plugin to give you a better idea of what aspect of your site is causing the most load: https://ww.wp.xz.cn/plugins/p3-profiler/ Use http://gtmetrix.com/ to verify that it’s not your connection.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Repeater Showing Only Every Other RowFixed this, it was related to the code that checks for past dates.
Here’s the new code in case anyone else wants to re-use:
<?php //$res=the_row(); $time = $res['date']; if ($time >= date('m/d/Y')){ ?>I left in the commented out line, so you can see what we had to change.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Ghost ImagesThis has been fixed by Nextgen already. Thanks.
Forum: Plugins
In reply to: [WP eCommerce] Upgrade from Version 3.8.8.5Ok one final, final question before I proceed (thanks for your replies today)
What’s your recommended process to upgrade?
On the blog it states
“Upload the contents of that folder to this path on your server, overwriting all existing files: wp-content/plugins/wp-e-commerce”
So I leave the core plugin, and the gold cart plugin active and simply overwrite the files in the directories with the new copies I’ve downloaded?
If I do this step-by-step, should I do anything in betwen each step, besides clicking around my site?
Forum: Plugins
In reply to: [WP eCommerce] Upgrade from Version 3.8.8.5One more question … what would you consider a major point release? I’m at 3.8.8.5, should I then go to 3.8.9 > 3.8.10 > 3.8.11 > 3.8.12 > 3.8.8.13 > and then finally to 3.8.8.13.3 ?
Forum: Plugins
In reply to: [WP eCommerce] Upgrade from Version 3.8.8.5Where can I find each major point release for download? Is there a page on GetShopped, or should I wade through the blog posts, or should I use the Other Versions found here.