cveronese
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] unwanted 'expand' linkThank you everyone for the help. Glad we can update and hide that expand with CSS 🙂
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] unwanted 'expand' linkI managed to download the previous version 1.1.5 and the expand link is gone.
It would be nice to be able to update the plugin without having that expand link on the main image doing nothing.
Thank you
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] unwanted 'expand' linkI have the same problem – trying to set .pp_expand {display:none;} doesn’t resolve the problem either.
This is driving me mad Has someone found a solution?
I can’t even find the previous version of the plugin to download so the photos don’t look so crap.
Thank you for your help
Forum: Plugins
In reply to: [PayPal for WooCommerce] 3D secure transactions not completingTicket submitted Thank you 🙂
Forum: Plugins
In reply to: [PayPal for WooCommerce] 3D secure transactions not completingSorry for the spam. Had to re-enable the cURLssl because it broke your plugin.
So I now have cURL disabled and cURLssl enabled.
Forum: Plugins
In reply to: [PayPal for WooCommerce] 3D secure transactions not completingBTW I also have short_open_tag as on globally on my server.
Running PHP 5.4 and the latest version of Paypal for woocommerce Version 1.1.5
Woocommerce Version 2.2.8
WordPress 4.0
Hope this helps. Have had a few fraud purchases attempts (some successful) would be great to get this implemented.
Forum: Plugins
In reply to: [PayPal for WooCommerce] 3D secure transactions not completingHi
I had the same problem on my site.
Was getting the number one symbol on this page https://www.mydomain.com/?wc-api=WC_Gateway_PayPal_Pro
I disabled cURLSSL and enabled cURL instead.
Now I don’t even get the 3d verification page. I just get a 8030 error as soon as I press check out.
Can you help?
Thank you
I also tried adding this to the very top of my .htaccess file but I also get the bloody redirection loop error
RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]I hope someone can help me 🙁
Thank you x
Oh I am using a dedicated server and using a dedicated SSL
Forum: Plugins
In reply to: [Plugin: Widget Logic] How to add category pages to WidgetLogicAs per http://codex.wordpress.org/Conditional_Tags
You use the following
is_page( array(‘page1′,’page2’) )|is_category(array(‘cat1′,’cat2’))