scottquested
Forum Replies Created
-
Forum: Plugins
In reply to: [a3 Lazy Load] No lazy load on some images in iOSJust a side note. The slider is not a WordPress plugin and I have full access to the source code if there is a small hack or update I could use.
I did try to move the image on nextSlide in the hope this would trigger the Lazy load plugin to find the image
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Blog redirectHi,
I have deactivated the AMP WooCommerce plugin as it has errors on the page and I think it may be down to not having process on the products. We’ll leave that for now and try and fix the homepage/Blog error if that’s ok?
Kind regards,
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Blog redirectHi Ahmed,
Yes, the Woocommerce plugin is enabled.
Regards,
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Blog redirectHi There,
Thanks for the fast response.
Just so you know, I save my permalinks after any change I do on the site.
On the products, the redirection from /amp to /?amp was a manual redirection that I enabled to try and fix it. I’ve now turned this off.
On the product_cat archive:
This works: https://www.chord.co.uk/product-category/ranges/clearway/?amp
This does not: https://www.chord.co.uk/product-category/ranges/clearway/ampOn a single product
This works https://www.chord.co.uk/product/clearway-analogue-rca/?amp
This works https://www.chord.co.uk/product/clearway-analogue-rca/ampAnd my other issue…
As this is a new build site, we have a few redirects in place for the blog items. We currently have a redirect for all blog/blog-name posts to remove the blog so it becomes /blog-name – we have tested our regex on this and can confirm that it is in fact the plugin that is redirecting from the /blog/amp to /ampOur regex for the redirect is as follows \/blog\/((?!(page|amp)).*) so it misses anything with “page or “amp”.
We add the blog posts as normal with the permalink structure set to “post name”. The shop permalinks are set to standard.
It would be great if you could have another look at this for me.
Thank you in advance.
Kind regards,
Scott
This doesn’t seem to work. If I change the code, the recaptcah disappears.
Update! My apologies – it does work but only for non logged in users – makes sense really!
- This reply was modified 9 years, 3 months ago by scottquested.
- This reply was modified 9 years, 3 months ago by scottquested.
Forum: Plugins
In reply to: [WooCommerce Video Product Tab] Tab icon on frontend
.woocommerce_tabs ul.tabs li.tab-video_tab a:before,
.woocommerce-tabs ul.tabs li.tab-video_tab a:before,
.ui-tabs ul.tabs li.tab-video_tab a:before,
.woocommerce_tabs .ui-tabs-nav li.tab-video_tab a:before,
.woocommerce-tabs .ui-tabs-nav li.tab-video_tab a:before,
.ui-tabs .ui-tabs-nav li.tab-video_tab a:before {
content: "]";
}
Forum: Plugins
In reply to: [WooCommerce Video Product Tab] Tab icon on frontendHi
Thanks for taking the time to reply. I was unsure if it was your plugin, the theme or woo-commerce that was putting the icon there. I’ve found it was a bit of both from the theme and woo.
For anyones info to make the tab at the front end use a “triangle” (play symbol) use this code in your css file<code> .woocommerce_tabs ul.tabs li.tab-video_tab a:before, .woocommerce-tabs ul.tabs li.tab-video_tab a:before, .ui-tabs ul.tabs li.tab-video_tab a:before, .woocommerce_tabs .ui-tabs-nav li.tab-video_tab a:before, .woocommerce-tabs .ui-tabs-nav li.tab-video_tab a:before, .ui-tabs .ui-tabs-nav li.tab-video_tab a:before { content: "]"; } </code>Many thanks