wpawd
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] No Cache busting after update ?We hide the wordpress version from the html with a security plugin, but thats all, no other assets are removed.
Still, this worked fine before the update of wishlist. After the update it works only when we do not hide the wordpress version with the plugin. When we hide the wp-version, then the browser cache has to be deleted to make it work again. Which we can do, but not the user. Also, we cleared all server caches which could potentially serve outdated content. Does not help either.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] wishlist page shows thumbnails twice?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] wishlist page shows thumbnails twicehi again,
the css works fine on desktop and tablets. But on mobile phones the issue persists and there are still duplicate pictures visible.
I guess it gets overridden by the wishlist css. I tried to add !important to the provided css snippet, but still both pictures are visible on mobile phones.
.wishlist_table td.product-thumbnail a img + img {
display: none !important;
}Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist Thumbnail sizeThank you very much
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] wishlist page shows thumbnails twiceThanks for checking.
Strange it is… It all worked fine until the update. The theme got not updated in this timeframe. Anyway, I am working on another site and I will see soon if I run into the same issues there. For now, the css fix works for me, thanks for sharing. During development of the new site I will investigate further and see if the issue persists and share the new information here…
Thank you
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] wishlist page shows thumbnails twiceHi there,
Thanks for the reply.
Here is the URL so you can check: unxpressed.com
Please note that when resizing the browser window, the duplicate picture disappears and wishlist is displayed correctly…
Thanks
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Use svg instead of font-awesomeWill do…
Thanks for your assistance.
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Use svg instead of font-awesomeHi Dima
Thanks for the update…
Therefore the Icons are not loaded with this setting.
Any way to prevent it from loading the css? its not necessary in this case ?Regards
Eddy
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Use svg instead of font-awesomeHi Dima,
Thanks for the fast response.
I see, then I have to check that now. Just to make sure,
your Plugin will not load fontawesome when the checkmark is set in :Javascript/CSS > Disable Font Awesome “Don’t loading css file for Font Awesome on site front end…
Regards
Eddy
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Use svg instead of font-awesomeHi,
First of all, thank you. Great Plugin!
I disabled fontawesome as suggested in settings, but still all icons are there to choose from. I don’t need the fontawesome Icons at all. Is there a way to stop the plugin from loading it?
Thanks
Regards
EddyHi @salvostrano
Thanks for the reply.
It was about the filter.
Since we are not using the filter anymore, the question has become irrelevant.
Thank you.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Add to wishlist button slow load in FlatsomeI see, thanks for the clarification.
Is it possible to hide that spinning wheel?
Sure, when its online and still necessary I will post the URL…
Thank you
Forum: Plugins
In reply to: [WooCommerce] product tag base same name as a pageThanks for the reply.
I don’t see any potential reasons for trouble. It just limits the way I can use my tags, but thats ok for this project.
If nobody else encountered problems or sees a reason for not doing it this way, then I will give it a try…
And if it should cause problems, I can still make the suggested small change in the tag-base and report here that it did not work. But so far, it works without any issues.Thank you for your input…
Hi
No problem…
The new snippet works, Icons are not shown anymore on the product page.
Just to get this right: The snippet prevents the loading of the icons in the front end. Backend (plugins settings dropdown) they are still available. Which is fine.
Thank you
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Add to wishlist button slow load in FlatsomeHi there,
No slowdowns on other AJAX requests.
At the moment the site is not live, so unfortunately I am not able to share a URL.
But I have this issue on every fresh wp install with only woocommerce and twentytwenty theme installed.
There is a spinning wheel every time the single-product-page reloads, and every time a size gets selected or changed. Maybe this is the normal behaviour, but I did not experience this on the live demo. It is very noticeable on localhost installations, on a live server it is a little bit better(faster), but still the spinning wheel occurs every time some interaction with the UI is performed. It also causes layout shifting. So there must be something…