makobaby01
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Images losing resolution in the desktop versionThere are these products here
Products link: https://makobaby.com.br/categoria/roupas/body/?orderby=date&et_per_page=-1
products in the catalog: https://prnt.sc/yufv1o
Product 1: https://prnt.sc/yug9yh
Product 2: https://prnt.sc/yugdoqObs: It is not only in this category, but I am her as an example, some photos I saw that really needs improvement and I will work on them which is the case of the butterflies on the front of the clothes
Forum: Plugins
In reply to: [WooCommerce] Images losing resolution in the desktop versionI had already done the processes, so I reviewed things, there was a 1pixel from 243px to 242px to automatically generate thumbnails as the theme says, but even so it remains blurred, but when accessing the product page the quality is very good
Print the settings in the theme: https://prnt.sc/yfqo7t
Forum: Plugins
In reply to: [Facebook for WooCommerce] PHP error in my debug.logI will create a test site and try to reproduce the error, return later.
Forum: Plugins
In reply to: [Facebook for WooCommerce] PHP error in my debug.logI believe it is, it happens whenever I browse product pages, I don’t know exactly that, but when I add the product to the cart with it enabled, it takes slightly longer, but I always leave it enabled anyway, to synchronize my products.
I enabled debug.log and leave it hidden on the page, then it stores everything in debug.log in wp-content, only there is it shown, on the site itself, this message does not return when I enable it to be shown on the sites.
Forum: Plugins
In reply to: [Facebook for WooCommerce] PHP error in my debug.logIt happens to me using chrome and the edge, it used to vary and I always got these messages, but now I want to solve
Forum: Plugins
In reply to: [WooCommerce] Hide out-of-stock products from the loop using attribute filterI used the code, but still it returns products with attributes without stock, I will be waiting for more answers.
Forum: Plugins
In reply to: [WooCommerce] Hide out-of-stock products from the loop using attribute filterForum: Plugins
In reply to: [WooCommerce] Hide out-of-stock products from the loop using attribute filterI use a size filter (P, M, G, RN) and I wanted to filter products with variations that have the variation of size G, and hide those that have no stock in variation G.
I don’t use any filter plugin or similar
If in doubt, take the practical test.
Type: https://makobaby.com.br/loja/
Use the filter “Size and right after clicking on the G” in the sidebar, it will show products with G attributes, but they will even show products that have no stock in the G attribute of the product, this for any filter in my store.
How would you solve this? show only products with G attribute in Stock!
- This reply was modified 4 years, 1 month ago by makobaby01.
- This reply was modified 4 years, 1 month ago by makobaby01.
In my .htacess in relation to the cacher, only those lines, outside the WEBP express.
<IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month" # CSS ExpiresByType text/css "access plus 1 year" # Data interchange ExpiresByType application/atom+xml "access plus 1 hour" ExpiresByType application/rdf+xml "access plus 1 hour" ExpiresByType application/rss+xml "access plus 1 hour" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/ld+json "access plus 0 seconds" ExpiresByType application/schema+json "access plus 0 seconds" ExpiresByType application/geo+json "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType text/calendar "access plus 0 seconds" ExpiresByType text/xml "access plus 0 seconds" # Favicon (cannot be renamed!) and cursor images ExpiresByType image/vnd.microsoft.icon "access plus 1 week" ExpiresByType image/x-icon "access plus 1 week" # HTML ExpiresByType text/html "access plus 0 seconds" # JavaScript ExpiresByType application/javascript "access plus 1 year" ExpiresByType application/x-javascript "access plus 1 year" ExpiresByType text/javascript "access plus 1 year" # Manifest files ExpiresByType application/manifest+json "access plus 1 week" ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds" ExpiresByType text/cache-manifest "access plus 0 seconds" # Markdown ExpiresByType text/markdown "access plus 0 seconds" # Media files ExpiresByType audio/ogg "access plus 1 month" ExpiresByType image/apng "access plus 1 month" ExpiresByType image/bmp "access plus 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/svg+xml "access plus 1 month" ExpiresByType image/webp "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/ogg "access plus 1 month" ExpiresByType video/webm "access plus 1 month" # WebAssembly ExpiresByType application/wasm "access plus 1 year" # Web fonts # Collection ExpiresByType font/collection "access plus 1 month" # Embedded OpenType (EOT) ExpiresByType application/vnd.ms-fontobject "access plus 1 month" ExpiresByType font/eot "access plus 1 month" # OpenType ExpiresByType font/opentype "access plus 1 month" ExpiresByType font/otf "access plus 1 month" # TrueType ExpiresByType application/x-font-ttf "access plus 1 month" ExpiresByType font/ttf "access plus 1 month" # Web Open Font Format (WOFF) 1.0 ExpiresByType application/font-woff "access plus 1 month" ExpiresByType application/x-font-woff "access plus 1 month" ExpiresByType font/woff "access plus 1 month" # ExpiresByType application/font-woff2 "access plus 1 month" ExpiresByType font/woff2 "access plus 1 month" # Other ExpiresByType text/x-cross-domain-policy "access plus 1 week" </IfModule>
I don’t have it, I only use your plugin, but I have cache settings in my .htacess, do you think this can change anything?
I wear this on the head
<img data-lazy="https://makobaby.com.br/wp-content/uploads/2018/02/ajax-loader.gif"/>
And this in the footer
;(function($){ $(document).ready(function() { $('.carousel').slick({ infinite: true, dots: true, arrows:false, autoplay: true, lazyLoad: 'ondemand', autoplaySpeed: 6000, }); }); })(jQuery);
I’m adding an image on the basis of the html, which in this case I use WPbakery, then I put HTML and inserted my HTML from the slider, adding the images
Hi??
Can you help me please?Forum: Plugins
In reply to: [Melhor Envio] URGENTE: Plugin parou de funcionar!Volto a funcionar sozinho.
@wpmudevsupport15 I only have a slider on the main page, does it mean that if it is only on the main page there will be no lazy loading?
Wouldn’t there be a way for me to put it on? type a class to add in div and among others.
It was just an update of the theme, thanks!