Forum Replies Created
-
AuthorPosts
-
Pablo Pacheco
ParticipantHello Michael,
Micromodal had its code updated recently and it seems to had fixed the issue.
Please try to clear your browser cache and check if it will solve the issue and let me know 😉Pablo Pacheco
ParticipantHello,
Great! So it seems to be all fine for you, correct?If you need help please let me know 😉
February 21, 2020 at 1:59 am in reply to: Why are the style options not showing up correctly any longer? #100161Pablo Pacheco
ParticipantHello Rachelle,
What options are not showing correctly?Would it be possible for you to create/share an admin account to your server (WP and preferably FTP), so I could login and check what’s going on?
Please contact me via email ([email protected])
Pablo Pacheco
ParticipantAnytime 🙂
In that case, please consider leaving a review. It would be much appreciated 🙂If you notice anything else let me know.
See youPablo Pacheco
ParticipantHi David,
I’ve just created a new option for you called “Customize Translated Text”.
Try to enable it.And for the “Original HTML Content” field, leave it as:
No saved methods found.I’ve found out this message is not getting registered the correct way, but I believe it will work if you use the new option I created.
Please give it a try and let me know 😉
February 6, 2020 at 3:32 pm in reply to: Is it possible to display the notice when users click on the “Add to Cart”? #99817Pablo Pacheco
ParticipantHello Kyle,
No, the plugin can’t do that. It’s supposed to only display the messages as popups. It doesn’t create them.But if you want I can try to create a custom code for you that does it.
Or even better, if you have an idea of how it could turn into a idea for a plugin, let me know 😉Pablo Pacheco
ParticipantHi David,
Sorry for the delay.You just have to set the “Total Messages” options on the “Messages” section.
Let me know if you need more assistancePablo Pacheco
ParticipantHello again,
Please try version 1.1.5 I just uploaded. There was an issue with blocking by extension.
This time if you try again:
tmp,pngIt should work 😉
Pablo Pacheco
ParticipantAnytime 🙂
But what exactly do you want to do?
Do you want the File Renaming plugin to stop renaming the SiteGuard png file? Or do you want to stop the SiteGuard plugin from creating the png file?Pablo Pacheco
ParticipantHello,
There are some ignoring options on Settings > File Renaming > Advanced.
Please try the “Ignore file extensions” options and set it as:
tmp,pngOr, If you know exactly the name of the file created by the “SiteGuard” plugin you can use the option Ignore filenames by tag and set it like:
file_from_siteguardJanuary 16, 2020 at 10:55 pm in reply to: Need help dequeuing variation script only on product pages #98335Pablo Pacheco
ParticipantHello,
I’ve just created a new option for you to load Scripts Only on Product Page.
Please try version 1.1.2 and let me know 😉January 14, 2020 at 11:59 pm in reply to: Help with setting up multiple image galleries for color options in pro version #98333Pablo Pacheco
ParticipantHi Patrick,
I’m sorry, this plugin can’t do that for now. I believe you need a plugin like this:
https://wordpress.org/plugins/woo-variation-gallery/December 11, 2019 at 10:07 pm in reply to: How to Display Product Swatches on a WooCommerce Product Archive Page #98331Pablo Pacheco
ParticipantHello,
Sorry, for now it’s not possible.November 12, 2019 at 3:53 pm in reply to: How can I prevent one type of message from being disregarded? #99807Pablo Pacheco
ParticipantHi Coen,
I believe all you need to do is add this text on the “Ignored Messages” option:
is not purchasableAnd also mark the Regular Expression option.
Let me know if it worked 😉
November 7, 2019 at 2:01 am in reply to: Why does the copied link only open an empty wish list? #100159Pablo Pacheco
ParticipantGreat! Anytime 😉
Regarding the variations issue, please try adding it to your functions.phpadd_filter( ‘woocommerce_ajax_variation_threshold’, function($qty){
return 31;
}, 10);You can replace 31 by the number of variations you need.
Let me know if it solved -
AuthorPosts