richwalker
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Admin] ProductsSorry Austin, the email notices have been going into junk.
1. All the other report work fine.
2. There is 172 products. I manually entered them.
3. No error even with debug enabled
4. No errors in the status log.
Thanks
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] Uncaught URIError: URI malformedHi Haktan
I have made a couple of tweaks to handl-utm-grabber.js to fix the problem.
jQuery(function($) { $.each([ 'utm_source','utm_medium','utm_term', 'utm_content', 'utm_campaign', 'gclid', 'email', 'username' ], function( i,v ) { var curval = Cookies.get(v); if (curval '!==' undefined) { curval = decodeURIComponent(curval); if (v == 'username') { //Maybe this should apply to all... We'll see... curval = curval.replace(/\+/g, ' '); } $('input[name=\"'+v+'\"]').val(curval); $('input#'+v).val(curval); $('input.'+v).val(curval); } }); });
Forum: Plugins
In reply to: [WooCommerce Product Image Flipper] 2nd image shows below main product imageI had the same problem. The only i could fix it was to roll it back version 3
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Duplicate PostsThank you for your rely. In your Shortcode Parameters it says it supports random
orderby – Order posts by date, title, name, menu order, random, author, post ID or comment count. Default = ‘date’
Forum: Plugins
In reply to: [Remove Query Strings From Static Resources] slower response timeThe same here. I have a number of sites that have slow response times. If i disable the plugin everything speeds up again.
Jerry
I found that PHP was running out of memory. Just increased it to 128mb and that solved the problem.
Forum: Plugins
In reply to: [Slider by Soliloquy - Responsive Image Slider for WordPress] UpdateThe url is https://www.identify-design.co.uk
Forum: Plugins
In reply to: [Slider by Soliloquy - Responsive Image Slider for WordPress] UpdateYeah i have the same problem too..
Forum: Plugins
In reply to: [Cimy User Extra Fields] Password fieldsI’m having the same problem.
Forum: Fixing WordPress
In reply to: RandomSorry its a child category