wireframe74
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Store Move to SubfolderActually it seems we may need to use Paypal. If so will this mean updating to the IPN Notification URL within Paypal to the subfolder http://www.site.com/store/ ?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Store Move to SubfolderHi Thanks for quick response. We wont be using Paypal for Woocommerce once the store has been moved to subfolder it will just be Stripe (do let me know if there is anything I should be aware of) so I think this is much more simple than Importing Orders / Merging DBs and Manually Adding Subscriptions.
Forum: Fixing WordPress
In reply to: WP Memory IssuesYes that’s good advice. At the moment before anything happens the site is using up 1.1GB of memory before any traffic so there is only 900mb to share for all for 4 sites.
So having I think if I get a single site with a 1GB on a new server minus cpanel etc that should be more efficient.
I had a look at the support ticket from host I receieved from host and they said site had too many httpd requests which could be either a DOS attack or apache config issue from my limited research.
I thought an account (albeit free) with cloudflare would have kept me relatively safe from DOS attacks. But have also notified host and hopefully can fix this all soon.
Forum: Fixing WordPress
In reply to: WP Memory IssuesOk yes I might do a bit of both.
Firstly optimise site and clean out DB as best I can then move sites onto their own VPS. It could well be a single plugin affecting all 4 installations so the new relic monitoring will come in handy.
There is a VPS plan I was going to get for $20 US with following specs
1GBMemory
1 CoreProcessor
30GBSSD Disk
2TBTransfer.So I could get 2 – 3 of these accounts for cheaper than me adding 2GB of ram to existing hosting set up.
Forum: Fixing WordPress
In reply to: WP Memory IssuesThanks for feedback. Any ideas on how much memory I should be ask client to purchase. Client wants 5 woocommerce sites on this VPS server eventually and I have heard best to have a dedicated server for each woocommerce installation which can get pricey. 600 a month from WP Engine anyways.
Here is a link to the 4 sites at present.
Basically the sites are almost identical. I ran a the P3 Plugin Profiler and the plugins were taking up to 76% of memory in some cases.
I have about 30 – 35 plugins installed on each site so I am going thro and removing anything that is un needed based on advice from this handy post. The WP https plugin consumes 25% of plugin memory which there doesn’t seemt to be a fix for other than increasing memory.
I have also compressed all images and am using both Cloudflare and Max CDN for improved performance. I am getting a developer to install new relic for all sites which should hopefully make things clearer as well.
VPS seems like can be purchased fairly cheaply these days. It would cost less than the amount for me adding additional RAM. I managed to locate a host with a managed Digital Ocean account for 20US a mth.
Forum: Plugins
In reply to: [FoxyShop] Break Loop So I can Query a Post in single-product.phpThanks. That worked perfectly!
Forum: Plugins
In reply to: [FoxyShop] Remove Variation Price Select MenuPerfect that all works. Thank you much appreciated.
Forum: Plugins
In reply to: [FoxyShop] Remove Variation Price Select MenuGreat thanks for that code. I tried that out and it did remove the brackets. I was however interested in removing brackets + everything within the brackets as the -$400 lists an amount to be subtracted from whole amount as opposed to subscription price which is more suitable for my solution here:
Thanks
Forum: Plugins
In reply to: [FoxyShop] Set Variable for product-single.php after Gravity Form SubmissionWow that looks very nice…Thanks for sharing..
Forum: Plugins
In reply to: [FoxyShop] Set Variable for product-single.php after Gravity Form SubmissionThanks for this..I worked out that simply adding the gravity form to the single product template was the easiest solution and I just show and hide bits with different events. I wasn’t aware that Paypal standard could handle subscriptions that automatically expire. I had a developer work on this a while ago and apparently this could only be achieved with Paypal Pro or Payflow Pro in Australia. But looking good now. Thanks.
Forum: Plugins
In reply to: [FoxyShop] Variations and Subscription LengthsThat’s excellent. Thanks so much for putting that together. Should be ok to sort this all out from here.
1.3.5 is the latest version of Fancybox I believe. You mentioned you have 1.3.4
I think it sounds like you need to load those two scripts within your functions.php file wp_enque_script
I manage to sort this by linking to latest fancybox pack js files 1.3.5 and using wp_enqueue_script function to load this as follows:
function my_scripts_method() { wp_enqueue_script( 'custom-script', get_stylesheet_directory_uri() . '/js/jquery.fancybox-1.3.5.pack.js', array( 'jquery' ) );
No need for additional plugin 🙂
Forum: Plugins
In reply to: Jquery Not Working For Nivo SliderFound an answer on Nivo Slider forum. It seems that latest version of jquery 1.6 needs a little adjustment: