ashkanahmadi
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Basic Authentication] Leaving data behind after uninstallI added a pull request on GitHub so that the plugin data isn’t removed by default. The user is given the option to allow data removal.
Forum: Plugins
In reply to: [Easy Basic Authentication] Leaving data behind after uninstallGreat thanks. I will check it out
Hi
Thank you. You are right.
The thing is that I’m moving back to WordPress after 5 years and the blocks have confused the hell out of me. It seems like many components are made using Blocks but these blocks are extremely rudimentary without many editing features or room to customize.
I understand this is WP’s plan and future, not WC but just wanted to share that.
Thanks
Hi
I wasn’t aware that I’m using the Premium version of this plugin.
Ok thanks
Thank you. That clarifies it.
Ah I didn’t know that. Thank you for the clarification.
Forum: Plugins
In reply to: [Polylang] Possible to show the user the blog is available in what languages?Hi Luke.
I just tested it and it worked beautifully. That’s amazing thank you so much.
Hi Luke.
Perfect thank you so much. In this case, then I would wrap everything that is PolyLang-dependant in that if statement before ? For example:
if ( function_exists( 'pll_the_languages' ) ) { $all_languages = pll_the_languages( array( 'raw' => 1 ) ); }
Ok thank you for your information. I will keep them. Is there any way I can find out what kind of information is stored in these tables?
Forum: Plugins
In reply to: [Lenix Elementor Leads addon] Delete lead does not delete from DBTrue. You have to use the SQL command:
SELECT * FROM wp_posts WHERE post_type='elementor_lead' AND post_status='trash';
to delete all the trashed elementor leads
Forum: Plugins
In reply to: [Lenix Elementor Leads addon] trashHi
I don’t know why the plugin doesn’t show the items in the trash, super strange. But you can do it through phpMyAdmin using the following SQL line:
SELECT * FROM wp_posts WHERE post_type=’elementor_lead’ AND post_status=’trash’
Let me know if you need help with that
Hi
Thank you for your response and sorry about the delay.
The thing is that we want everyone to be able to register, but certain domains be able to verify themselves. For example, everyone registers with a default status of UNVERIFIED, but if someone has a certain email domain like @university.edu, they would be able to verify themselves.
For us ideally it would be that when someone registers, they get a new role like unverified (along with their regular role like Customer) and then when they verify themselves, the unverified role is changed to a verified role.
Thanks I will try to install the updated plugin from github and test it.
Thank you
Hi
Yes, that was selected. When I deselect he entire ecommerce object disappears. How can I keep he ecommerce but change the checkout to addtocart to something that Google Analyics Enhanced eCommerce can detect because under Conversions, my checkouts and purchases seem to register correctly except for the add to cart actions. What am I doing wrong?
Thanks
Hi
Thank you for your response. I just did but nothing seemed to change. Can you please check if I’m doing something wrong. I didn’t know where to write the class name (input class or label or wrapper) so i wrote it in all of them but nothing seemed to change
Additional CSS: https://prnt.sc/trq2mk
Backend: https://prnt.sc/trq3jvThank you
Hi
Thank you for your reply. That’s ok. Maybe it would be a good feature to add in the future so that the result isn’t visible if it has poor rating but visible if it has very high rating?
Thanks