FrancescoR
Forum Replies Created
-
Is there a way to update always the same post instead to publish new one? Or to just upload images without creating any post?
Hi, thank you for reply! I solved with javascript instead of anchor
Who need it: just replace “press” with link/button ID and “start” with section/div ID to scroll to
<script> scrollTo = (element) => { window.scroll({ behavior: 'smooth', left: 0, top: element.offsetTop }); console } document.getElementById("press").addEventListener('click', () => { scrollTo(document.getElementById("start")); }); </script>
Yes, “should”. But any product has infinite links with every word you use instead of /product/… For this I’ve changed again the permalink structure.
I changed the structure again to /shop/cat/product. I prefer the previous structure but this seems work well
omg the link also exist with a third or maybe more structure
for example site/shop/product
Same here
Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Add to cart add more itemsThank you for the fix!
So, this plugin does other things?
Otherwise can I just add the code in my function.php? Or you will add the fix in next updates?Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Add to cart add more itemsThank you for reply. Here you go
https://wooddecor.it/prodotto/sedia-configurabile/If u can see, After you add the product in the cart, the +/- works
Forum: Reviews
In reply to: [Menu Image, Icons made easy] BadCache, maybe?
Forum: Plugins
In reply to: [WP Fastest Cache] Delete only posts cache on post updateOk thank you
Forum: Plugins
In reply to: [WP Fastest Cache] Delete only posts cache on post updateYes, right now i use this every minute. Less than a minute isn’t possible, right?
Thank you for your time
Forum: Plugins
In reply to: [WP Fastest Cache] Delete only posts cache on post updateI know, but after deleting cache, home load in 2 seconds. Cached version instead load in 300 ms. In fact right now I use preload on homepage with Cron job every minute
Forum: Plugins
In reply to: [WP Fastest Cache] Delete only posts cache on post updateWell, but the post is also on homepage, but I don’t want to delete cache for home. Can I exclude it on post update or not?
Forum: Plugins
In reply to: [WP Fastest Cache] Delete only posts cache on post updateOk, but this delete all cache. I want to delete cache just for single post updated, automatically
Forum: Plugins
In reply to: [WP Telegram Widget and Join Link] CacheHi, thanks for reply. I use ajax widget, anyway fastest cache plugin affect the widget too.
I tried to exlude css and js but problem still exsist.Right now the cache automatically deleted every hour to refresh recent posts. Any others solutions?