Forum Replies Created
-
AuthorPosts
-
Pablo Pacheco
ParticipantHi Marta,
Please try to set the Rules > Filename > Character conversion method option as Transliterator.
Let me know if it helps
June 24, 2021 at 3:40 pm in reply to: Why doesn’t a pop-up appear when I add a product to the cart using AJAX? #99922Pablo Pacheco
ParticipantHi Sander,
Sorry for the delay.
Do you have your “AJAX add to cart notice” option enabled?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?
If that’s the case, please send a message to [email protected]June 9, 2021 at 1:18 pm in reply to: Is there a possibility to connect the wishlist with a form to ask for estimate? #100236Pablo Pacheco
ParticipantHi Ralf,
Please try this option:
– Share > Share options > Admin emailsOnce you add the admin email there, users will see a new option when trying to send the wish list via email:
– Send to: Friend(s) or AdminIf they choose “Admin”, the admin will receive an e-mail.
Let me know if it helps ๐Pablo Pacheco
ParticipantHello,
Sorry for the delay.
Are you referring to the permalink options? If they are disabled, the images shouldn’t getting the URL changed.Have you considered the problem could be related to the EWWW plugin?
Anyway, 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?
If that’s the case, please send a message to [email protected]Pablo Pacheco
ParticipantHi,
I believe you’d have two options.
1. Override the wish-list.php template and change the “add to cart button”. You could put a
style
argument in your shortcode or use the class param. To override the template you need to copy the wish list template from pluginswish-list-for-woocommercetemplateswish-list.php and paste it inside a wish-list-for-woocommerce folder that needs to be created inside your theme2. You can simply try to use your Customizer to define a custom CSS for that button
Let me know if it helps
May 31, 2021 at 5:13 pm in reply to: Why do the image title and alt-text not seem to be getting renamed? #100022Pablo Pacheco
ParticipantHum,
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?
If that’s the case, please send a message to [email protected]May 28, 2021 at 7:14 pm in reply to: Why do the image title and alt-text not seem to be getting renamed? #100019Pablo Pacheco
ParticipantHi Erica,
Good news ๐
I just released a new version (1.2.6) with some new options for you:– Update alt attribute on filename update
– Update media title on filename update/ on new attachment uploadLet me know if it works for you ๐
May 27, 2021 at 2:57 pm in reply to: How can I remove the message that only pops up for the non-registered user? #99918Pablo Pacheco
ParticipantI see,
Thanks for your words ๐Ok then, if you change your mind let me know
May 26, 2021 at 5:31 pm in reply to: How can I remove the message that only pops up for the non-registered user? #99916Pablo Pacheco
ParticipantHi Benjamin,
I’m sorry, that was not my intention. I just want to help you.
You just need to add the coupon message you don’t want to display as a popup in the Ignored messages option.
Please take a look at this screenshot:
If you have already done that, maybe you can simply try to clear your cache, if you have some caching plugin.
If it doesn’t work, 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?
If that’s the case, please send a message to [email protected]May 26, 2021 at 2:26 pm in reply to: How can I remove the message that only pops up for the non-registered user? #99914Pablo Pacheco
ParticipantAfter looking at your site’s source code, it seems that you have added only this to the Ignored messages option:
<p></p>
You need to add the coupon message there.
Let me know if it works
May 25, 2021 at 7:34 pm in reply to: How can I remove the message that only pops up for the non-registered user? #99912Pablo Pacheco
ParticipantHi Benjamin,
If you just want to remove these 2 notices you can try to use the “Ignore messages” option.
– You can try to set the “Search method” option as “Partial”
– On “Ignored messages” option you can add one message for line.Pablo Pacheco
ParticipantHello Tuomas,
I just released a new version on both free and Pro versions.
The notices won’t be available on the Pro version anymore, and on the free version there will be a very small notice pointing to the Pro.Thanks for letting me know
May 23, 2021 at 3:11 pm in reply to: Is there a possible solution to trigger a notification modal via Javascript? #99906Pablo Pacheco
ParticipantThanks for the kind words ๐
I believe you could try something like this:
document.addEventListener('DOMContentLoaded', function () { ttt_pnwc.clearPopupMessages(); ttt_pnwc.messages.push({message: 'Message 1', type: 'success'}); ttt_pnwc.messages.push({message: 'Message 2', type: 'error'}); ttt_pnwc.messages.push({message: 'Message 3', type: 'info'}); ttt_pnwc.addMessagesToPopup(); ttt_pnwc.openPopup(); });
May 23, 2021 at 3:00 pm in reply to: How can I clear or remove all the items from the wishlist? #100232Pablo Pacheco
ParticipantHi Emanuele,
I just released a new version of the plugin with a new shortcode for you ๐
[alg_wc_wl_remove_all_btn]
It will work for both free and Pro versions.
For now the pro version allows to change the button label and the success notification after the items are removed from wish list.Let me know if it works for you ๐
May 22, 2021 at 2:43 am in reply to: Why do the image title and alt-text not seem to be getting renamed? #100016Pablo Pacheco
ParticipantHi Erica,
What image title option are you referring to exactly?
I’m not sure if we have such optionRegarding alt-text, the only alt options we have for now can only change the alt for new added attachment. Do you need to update it when a post name changes? I can try to take a look
-
AuthorPosts