Forum Replies Created
-
AuthorPosts
-
January 14, 2022 at 6:31 pm in reply to: Why does the point and reward plugin not work when I enable it? #99940Pablo PachecoParticipant
Hi,
Yes, Please send me a video so I can try to understand better what is going on.
Pablo PachecoParticipantHi,
We have a shortcode that can be used for plugins like Elementor. This is the shortcode:
[alg_wc_wl_toggle_item]
It has worked for some of our clients using Elementor. You can give it a try. If you don’t like it you can ask for a refund.
November 19, 2021 at 4:11 pm in reply to: How to fix the error “function push_to_queue() on null” ? #100272Pablo PachecoParticipantHi,
I believe I was able to fix it. Please update the plugin to version 1.9.3 and let me know if it works better now;)
November 19, 2021 at 2:43 am in reply to: How to make it work with double click on touch screens? #100270Pablo PachecoParticipantHi Denzler,
I just created a new filter for you. Please update the Pro plugin to version 1.9.2 and add this to your
functions.php
:add_filter( 'alg_wc_wl_toggle_item_events', function ( $events ) { $events['touchscreen'] = array( 'dblclick' ); return $events; } );
Let me know if it helps 😉
November 15, 2021 at 8:02 pm in reply to: How can I get the popup to display all notices on any archive page? #99938Pablo PachecoParticipantHi Gregor,
I’ve sent you an e-mail explaining what I did. As I’m not sure you’ve received I’m going to put it here too.
I ended up creating a new compatibility option for you. And on the action hook option I’ve used
wp_body_open
.I’ve also enabled again the “Enable AJAX add to cart buttons on archives” option from WooCommerce. Please use your “add to cart button” the way it was before and I think it’s going to work this time.
November 14, 2021 at 6:14 pm in reply to: How can I get the popup to display all notices on any archive page? #99936Pablo PachecoParticipantOk, Looking at the source code I suspect it could be something related to the Jet WooBuilder plugin.
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 send it to [email protected]
November 14, 2021 at 4:51 pm in reply to: How can I get the popup to display all notices on any archive page? #99934Pablo PachecoParticipantHi, sorry for the delay. I’ve received your email. I was testing it here and it worked for me. Please try this setup:
– Enable “AJAX add to cart notice > Display AJAX add to cart notice”.
– Disable “AJAX add to cart notice > Notices wrapper – Smart find”.
– Set “AJAX add to cart notice > Notices wrapper – Selector” as:.woocommerce-notices-wrapper
And let me know if it works for you 😉
November 11, 2021 at 7:18 pm in reply to: How can I get the popup to display all notices on any archive page? #99932Pablo PachecoParticipantHi Gregor,
What is your theme? Can you please send it to me using wetransfer.com? If it’s possible, you can send it to [email protected]. I’ll take a look at it and tell you what you need to do.
November 4, 2021 at 5:42 pm in reply to: How to add products with attributes to the wish list? #100268Pablo PachecoParticipantHi Luke,
I couldn’t reproduce the issue here. 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]
November 4, 2021 at 2:12 pm in reply to: Why am I not able to see wishlists from within a user’s profile page? #100266Pablo PachecoParticipantPlease make sure you have the WPFactory helper plugin (and to add the key from My Account > Downloads & Keys) so you can install available updates automatically.
November 3, 2021 at 4:57 pm in reply to: Why am I not able to see wishlists from within a user’s profile page? #100264Pablo PachecoParticipantHi Tal,
Sorry for the long delay.
I just created a new option for you at the Report section:
– Add a Wish List column to the WooCommerce product exporterPlease update the plugin to version 1.9.0 and let me know if it works for you. With that option enabled you’ll be able to add a new column “Wish list” on the CSV generated by WooCommerce when you export the products.
That column will show the number of times the products have been added to the wish list. Let me know if it helps.
October 26, 2021 at 3:22 pm in reply to: Why am I not able to see wishlists from within a user’s profile page? #100262Pablo PachecoParticipantHi Tal,
First, please make sure that you have the most recent version of the plugin (1.8.9).
Then, try to enable the report options:
– Wish list > Report > Wish List Column on Users Page
– Wish list > Report > Wish List Column on Products PageAfter that you’ll see a new column on the users page showing how many items have been added to the wish list. If you access the user profile page you’ll see the added items.
If you enable all report options you’ll be able to see a new column on the products page too.
Let me know if it helps 😉
October 21, 2021 at 3:27 pm in reply to: Why is the plugin preventing me from improving my lighthouse score? #99930Pablo PachecoParticipantHi Christian,
Unfortunately, I wasn’t able to reproduce it here. Anyway, I think there are 2 different things you could try:
* Change the “Micromodal loading method” option
* Exclude the
micromodal.min.js
andttt-pnwc.min.js
from cachingPablo PachecoParticipantHi,
Sorry for the long delay.
There are two options:
1. Download new plugin version manually from https://wpfactory.com/my-account/downloads/
2. Delete old site/key (for the live domain) and generate a new one for the dev domain, then do it again as many times as it’s necessary
October 1, 2021 at 5:35 pm in reply to: Will purchasing the pro version resolve my pop-up issues? #99928Pablo PachecoParticipantHi,
By default, if you have the option “Enable AJAX add to cart buttons on archives” from WooCommerce enabled, you don’t get any kind of notices on the shop page if you add a product to cart on that page.
With the option “Display AJAX add to cart notice” from the Popup Notices plugin enabled, you can display the add to cart notice on the shop page itself.
Now, if you are being redirected to the cart page if some error occurs, this plugin can do nothing about it, and I would say this can’t be changed.
-
AuthorPosts