ellenbo
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WooCommerce] Payment Gateways through bank merchantsHi melyy3,
Wells Fargo uses Authorize.net as their payment processor. Install the Authorize.net plugin and get the API Login ID and transaction key from your Wells Fargo Merchant Services account manager (they set up your Authorize.net account for you).
Forum: Plugins
In reply to: [WooCommerce] Merchant Wells Fargo?Yes – Wells Fargo uses Authorize.net as their payment processor. Install the Authorize.net plugin and get the API Login ID and transaction key from your Wells Fargo Merchant Services account manager (they set up your Authorize.net account for you).
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Voting End Date and timeGreat plugin – thank you for creating and maintaining it! I would like to add my vote (haha) for a built in voting expiration.
Forum: Plugins
In reply to: [WooCommerce] ADMIN-AJAX slow on all my woocommerce sites.Hi Robbie,
I have been also having a big problem with the page load speed on one of my woocommerce sites and found that caching plugins (W3 Total Cache and WP Cache) did not play nice with my shop.
I have been using pingdom to track my page load speed (as well as user testing) and although I haven’t fixed all of my problems yet, the following changes/additions to my child theme functions.php did speed it up considerably.
1. I deregistered the heartbeat using this code:
add_action( 'init', 'stop_heartbeat', 1 ); function stop_heartbeat() { wp_deregister_script('heartbeat'); }from this site:
http://www.inmotionhosting.com/support/website/wordpress/heartbeat-heavy-admin-ajax-php-usage
I did find that it took a little bit of time for that change to show up on pingdom.
2. Added the code from this site to optimize the WooCommerce scripts: http://wordimpress.com/how-to-load-woocommerce-scripts-and-styles-only-in-shop/
3. And finally, I spent the bulk of my time adding code that will selectively load my css and js files. I followed the instructions on this page:
http://www.organizedthemes.com/loading-scripts-conditionally/
and implemented it for all css and js files that were showing up on pingdom.
I hope this helps – this is a super frustrating problem to have.
Ellen
That did it – thanks for helping me troubleshoot! Now to find the problem in my child theme…
Forum: Requests and Feedback
In reply to: ability to search within a specific plugin support forum@adicumpanasu – thanks for your mini website. I was able to use it to see if a topic had been introduced in a plugin support forum that was 250 pages long. Thank you!
Forum: Plugins
In reply to: [WooCommerce - Gift Cards] Does this plugin work?Hi rpletcher – thank you for creating this plugin!
I am running WooCommerce and Version 1.2 of your plugin. I am seeing the Giftcard Meta Box on every single product that I create. Can you suggest how to remove this either from all of my products or all but my gift card product?
Thank you in advance for your assistance!
EllenFigured it out and thought I would share for anyone having this problem. The image in the post/page needs to be set as the Featured Image, not put into the body of the post/page (instructions most likely in the documentation).
Just realized I didn’t read the first post as closely as I should have. I do not have the WP Retina 2x plugin installed and am having the problem out of the box.
Hi Jordy,
I am also having the problem as the original poster. I don’t have any caching plugins running. I also could not find the wp-retina-2x.php file. I just downloaded another copy of the plugin just in case something happened to my live files but don’t see it in there. This is a somewhat old thread so there may be a new work around by now. Any tips you can give would be great.
Thanks,
EllenForum: Fixing WordPress
In reply to: Prevent need to confirm to follow posts?Hi @blissfulmiss.
I had the same problem. It is Jetpack that is both giving the option to subscribe to comments and requiring commenters to confirm that they want to follow a post’s comments.
I have not figured out how to modify Jetpack to fix the issue but I think I’ve found a workable solution:
- Go to Settings -> Discussion and uncheck the boxes next to Follow Blog and Follow Comments under Jetpack Subscription Settings.
- Install the Subscribe to Comments plugin.
- Style as necessary.
I am still testing it out as a solution but so far, it seems like it is working.
Marking resolved.
I drastically reduced the size of the database and, although it makes it run faster, GoDaddy still had problems with it.
Solution: don’t use GoDaddy! I’ve decided to host my client’s site on my hosting account with Site 5.
Marcus, thanks for responding to my thread. I appreciate your input.
I’m running with the memory limit idea right now. I’ve exported a copy of the GoDaddy database and am reducing the number of events locally. I’m going to test the reduced db on a GoDaddy subdomain to see if that fixes it.
The permissions between the GoDaddy site files and Site5 site files were different. I changed the GoDaddy files to reflect the Site5 ones but unfortunately, that didn’t fix the problem.