MeganMedia
Forum Replies Created
-
Same issue over here! Is your problem already fixed? The steps described above do not fix my problem. Is there a way anyone can help me with this issue?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Vat is missingYou can see a screen shot from both settings below:
https://onsthuyz.nl/wp-content/uploads/2021/10/Schermafbeelding-2021-10-18-om-08.58.56.png
https://onsthuyz.nl/wp-content/uploads/2021/10/Schermafbeelding-2021-10-18-om-08.59.07.pngForum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Zoom not workingHi Chris,
This is what i did to make it work:
1. Set the settings to: http://i68.tinypic.com/35mpjmf.png
2. Then regenerate thumbnails 🙂Good luck!
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Zoom not workingSeems like i fixed it myself 🙂
Forum: Plugins
In reply to: [WP Store Locator] Store Locator doesn't loadHi Tijmen,
Even in het Nederlands… Ik dacht dat het probleem was opgelost, maar mijn klant mailt me opnieuw dat ze de store locator niet kan zien. En dat terwijl hij bij mij op al mijn apparaten wel zichtbaar is. Heb je enig idee hoe ik dit probleem kan verhelpen? De store locator is 1 van de belangrijkste items op de website..
Ik hoor graag van je!
Groetjes MeganForum: Plugins
In reply to: [WP Store Locator] Store Locator doesn't loadThis:
If you open the js/wpsl-gmap.js file and scroll to the bottom. There you will see this code.
if ( $( “#wpsl-gmap” ).length ) {
google.maps.event.addDomListener( window, “load”, initializeGmap );
}Can you change that into this and see if that fixes it for you?
if ( $( “#wpsl-gmap” ).length ) {
initializeGmap();
}Forum: Plugins
In reply to: [WP Store Locator] Store Locator doesn't loadI fixed it with an advise from you in an support item i found! 🙂