cjwinternet
Forum Replies Created
-
Forum: Plugins
In reply to: [Auction Affiliate] Broken after the latest update.Just updated and it works OK. Thank you for your prompt update. Regards, Chris.
Forum: Themes and Templates
In reply to: [Catch Flames] Featured page slider?OK, thank you.
Forum: Themes and Templates
In reply to: [Catch Flames] Changing Logo and faviconYes, that’s exactly what I did.
Forum: Plugins
In reply to: [SlimStat Analytics] Homepage external links not working3.8.1 completely killed my website. Uninstalled it and back to normal.
Forum: Plugins
In reply to: [SlimStat Analytics] target="_blank" does not work since updateI’ve got this problem as well. No external links work in Chrome and IE. Links work in Firefox. All links work OK when plugin is disabled.
For information, using https://www.woothemes.com/products/paypal-express/ the payment works.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Payment Request errorFor information, using https://www.woothemes.com/products/paypal-express/ the payment works.
Same issue here…
[PAYMENTREQUEST_0_AMT] => 7.58 [PAYMENTREQUEST_0_CURRENCYCODE] => GBP [PAYMENTREQUEST_0_SHIPPINGAMT] => 0.00 [PAYMENTREQUEST_0_TAXAMT] => 0.00 [PAYMENTREQUEST_0_PAYMENTACTION] => Sale [L_PAYMENTREQUEST_0_NAME0] => Black Twisted Vintage Cable [L_PAYMENTREQUEST_0_AMT0] => 3.99 [L_PAYMENTREQUEST_0_QTY0] => 2 [PAYMENTREQUEST_0_ITEMAMT] => 7.98
The payment request in the first line is the correct discounted amount. However, the plugin https://www.ads-software.com/plugins/paypal-for-woocommerce/ is also sending the full prices per line (last three lines of code above).
Payment always fails for discounted items.
Forum: Plugins
In reply to: [Captcha] Product Reviews – Cursor and input text not visibleFixed it !…
.cptch_block input[type="text"] { position: static !important; padding-left: 10px !important; width: 60px !important; padding: 0px 10px 0px 10px !important; }
Needed the !important on each line.
Forum: Plugins
In reply to: [Captcha] Product Reviews – Cursor and input text not visibleFurther to this, this is the css that is affecting it…
element.style { margin-bottom: 0; display: inline; font-size: 12px; width: 40px; }
and…
#review_form #respond input[type="text"] { display: block; height: auto; height: 43px; line-height: 43px; padding: 0px 10px 0px 43px; color: #a09b9b; }
If I adjust the settings using ‘inspect element… the width is changed to say 60px, the captcha text and cursor becomes visible. Likewise, if the padding is reduced it’s visible. The large padding I guess is inherited from the other boxes somehow because they show an image.
This is the css I have added to try and resolve…
.cptch_block input[type="text"] { position: static !important; padding-left: 10px; width: 60px; padding: 0px 10px 0px 10px; }
I don’t know what any of that means.
Here’s the website; https://www.ukue.co.uk/
Frankly it’s a mess, the images are not being handled correctly.
Current settings https://prntscr.com/4nwr0l
Even in the same feed, some images are being processed and others not.
And yes everything is up to date.
I’m going to have to change plugin I’m afraid.
Settings… https://prntscr.com/4n02oe – I have used all variations of the seetings.
A feed: https://www.28dayslater.co.uk/forums/external.php?type=RSS2&forumids=4
Please note that published posts always work manually.
Is there going to be an update released to fix this please Bas?
Forum: Plugins
In reply to: [WooCommerce] Random Checkout Behaviour…I was instructed to go there because I was using the Express Checkout plugin.
I restored from a duplicator backup, it isn’t installed, only the FREE version of WC. It still fails using paypal standard.
I haven’t heard a word from Woothemes anyway, bit of a waste of time.
Edit: I’ve gone back a month and restored various images. I’ve used different themes and turned off ALL plugins except WC.
It’s a core issue.
Blatantly can’t handle tax calculations.
It’s well documented as an issue, it’s all over google going back years.
Obviously not important though because nobody needs this ‘feature’ do they?
Forum: Reviews
In reply to: [BJ Lazy Load] Really is lazyWow, you’re the man. I tried it twice, it doesn’t work. It doesn’t work for you either. See the pattern forming?