pclweb
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Lazy loading Not Omitting On HomepageHi, I also tried using is_home() but still the same.
I’m using Easy Digital Downloads, WP 5.9 and GeneratePress theme.
As I stated in the previous post. I used the exact same code from the archive page to create a front-page.php and it’s only the homepage which doesn’t work with lazy omission. The store and archive pages are working correctly.
Forum: Alpha/Beta/RC
In reply to: Lazy loading Not Omitting On HomepageHi, yes it’s using the sames code which I have in my archive page which displays a number of products through the front-page.php template. The filter is working perfectly for that page just not the homepage.
Looking at view source it’s outputting exactly the same code on both pages for the products but as filtered the archive page ommits the lazy code.
This is the code i’m using in my theme.
function skip_lazyloading_on_first_four_images( $omit_threshold ) { if ( is_front_page() || is_archive() ) { return 4; } return $omit_threshold; } add_filter( 'wp_omit_loading_attr_threshold', 'skip_lazyloading_on_first_four_images' );
Forum: Plugins
In reply to: [Yoast SEO] Sitemap Error when EDD InstalledI’ve disabled php display errors so it shows the xml sitemaps but it’s still an issue just only showing in site error logs now.
Same issue cannot add new emails until i switch back to 7.4. Please fix this asap. Thanks
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Monsterinsights gtag.js integrationYes I’m seeing the same. V4 data is being sent as I have my old property linked to my new v4 property and data is being generated where it wasn’t previously.
I’m also not seeing the new properties showing up in the settings. Maybe it’s not property ported over yet.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Monsterinsights gtag.js integrationHi Daan, I’m currently using the GA v4 code on my store. Hope you get it working soon.
Thanks ??
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] EDD IntegrationYes sure
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] EDD IntegrationRegistration page is the priority but if you can make it work with checkout and the edd auto register plugin that would be great.
The link i added above isn’t my site it’s the website of the WordPress plugin authors. ??
Thanks for looking into this.
- This reply was modified 3 years, 10 months ago by pclweb. Reason: added clarification of url in previous message
Forum: Plugins
In reply to: [Easy Digital Downloads - Blocks] Disable downloads block styleThank you
Forum: Plugins
In reply to: [Yoast SEO] Latest versions crash websitesSorted. It was a ciorrupt database issue. Replaced with a backup and all is ok.
Great thank you. He has fixed it already. ??
Forum: Plugins
In reply to: [Easy Digital Downloads - CSV Manager] Import date = 1970-01-01Sorted seems it was using a slash / instead of dash – in the csv file. I changed it and it now uploads fine.
Forum: Plugins
In reply to: [Easy Digital Downloads - CSV Manager] Import date = 1970-01-01any news on this? thanks
Forum: Plugins
In reply to: [Easy Digital Downloads - CSV Manager] Import date = 1970-01-01Ok this is the settings from my wordpress:
Timezone: London
Date Format: 08/05/2014I then clicked “export products to csv” to check the format needed.
Dates in the exported csv where: 11/02/2006 12:57:34
I then created another file with the same format and imported. Some where then imported correctly showing the correct date and over half where as shown 1970/01/01 or in the database as 1970-01-01
Forum: Plugins
In reply to: [Easy Digital Downloads - CSV Manager] Import/Export Menu LinksSorted. Thank you ??