Shayan Farhang Pazhooh
Forum Replies Created
-
And about:
Plugins should normally automatically remove their tables when they are de-installed
No, that’s not true. That’s why your plugin exists!!! The WP-Optimize plugin has a remove option for plugins that are no longer installed but were installed before, so we can remove the tables they created and that we don’t want.
And about:
Do you see the tables there?
Yes, I see them because the plugins don’t automatically remove their tables after you uninstall them. So when you reinstall them, you can see the data and things you created before.
I know, I’ve done that myself. But I mean that the WP-Optimize adds this feature to recognize LearnDash tables. Cuz it doesn’t recognize it. (And the remove feature is not available for it when it is not installed.)
This is a suggestion for future updates.
I coded it.
You can use this code: (Add it to the functions.php file)add_filter('presto-player/dynamic-data', 'shayanweb_add_custom_watermark_dynamic_data'); function shayanweb_add_custom_watermark_dynamic_data($dynamic_data) { $current_user = wp_get_current_user(); // Get the 'custom_user_meta' value for the current user - You have to put your own here: $user_wanted_data = get_user_meta($current_user->ID, 'custom_user_meta', true); // Add the custom dynamic data to the array $dynamic_data['{user.user_custom}'] = $user_wanted_data; return $dynamic_data; }
???? ?????? ?? ?????? ???????
Forum: Plugins
In reply to: [WooCommerce] JS loading 404 error in directory WordPress websitesI think the problem was solved with the Woocommerce update.
Forum: Plugins
In reply to: [WooCommerce] Outdated template override warning that seems invalidHi
Same problem here.
If you compare this myaccount/form-login.php file with the previous version, there’s nothing changed but the version at the top!
Maybe the changes happened in the older versions and they forgot to update the version at the top of the file, so they updated the version now!Forum: Fixing WordPress
In reply to: PHP 8.1Thanks @sterndata
Yes I had checked the link you sent me before, but it’s for January (8 months ago).
If this project is in progress, then it’s ok and I’ll wait for it and other plugins to update themselves with PHP 8.1.Hi
It doesn’t work, I tested again (because I had used this code before) and it doesn’t work.
I changed the font of the player before (Some parts of it), but I couldn’t change the font of the “overly”.
Please help me Thanks.Hi @martadella Thanks
I like this plugin but it has this bug / this problem. Please, check and fix it.If I buy the premium plugin, can you fix it for me?
Thanks.
Hi Marta, Okay.
So, could you please suggest another way to solve this problem?
because the order of the results is incorrect, and it’s important for us. This can affect our sales.
ThanksForum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] delete &dgwt_wcas=1Hi
I’m working on a website that is hosting on my local system (on LocalHost).
If it is possible please send me a function code to show results from Woocommerce normal search.
Thanks.Hi
Yes, the real name of the products are: (In this plugin’s ajax search results)- ?? ?? ??? ???? 30 ???? ????
- ??? ??? ???? ???? 75 ???? ????
- ??? ?? ???? ?? ???? ????
- ??? ??? ??? ???? ???? 15 ???? ????
- ??????? ??? ??? 101 SPF25 ???? 15 ???? ????
- ??????? ??? ??? 102 SPF25 ???? 15 ???? ????
- ??? ??????? C ???? 30 ???? ????
- ??? ????? ????? ???? 150 ???? ????
- ??? ?? ????? ???? SPF60 ???? 40 ???? ????
- ???? ???????? ?????? ???? ??? 20????
- ?? ??? ??? ????? ???? 100 ???? ????
- ?????? ??? ???? ???? ???? 50 ???? ????
- ?????? ?? ????? ??? ?? +SPF50 ???? 50 ???? ????
- ?????? ???? ?????? ???? 200 ???? ????
- ?????? ??? ????? ???? 30 ???? ????
- ??? ????? ????? ???? ??? SPF30 ???? 50 ???? ????
- ?? ??? ??? ????? ??? ??? ??? 4 ?? 1 ?? ???? 20 ???? ????
The last one is that one we whant it to show.
<br>And in normal Woocommerce search results, we can see this:
- ?? ??? ??? ????? ??? ??? ??? 4 ?? 1 ?? ???? 20 ???? ????
- ????? ??????? ??????? 30 ????
- ???? ???????? ?????? ???? ??? 20????
- ?????? ?? ????? ??? ?? +SPF50 ???? 50 ???? ????
- …
What I search is:
4 ?? 1 ????If it is possible, I want this plugin’s ajax search shows the results from the normal Woocommerce search. Please help me with a function code or somthing else.
Thank you very much.Hi
I resolved my problem on my own.
You can use this code:function shayan_test_function() { if (is_plugin_active( 'elementor/elementor.php' )) { //Do something... } } add_action( 'init', 'shayan_test_function' );
(:
Hi @gilt
Thank you.
But what is the difference between the “Theme” layout and the “Default” layout?
Because there are 4 layouts: “Default, Theme, Canvas, and Full-width”.
And when we have the “Default” layout, why we should use the “Theme” layout? Why did it add to Elementor?
Thanks.Hi @rynald0s
Thank you, but I want to redirect users to different URLs when they click on the “Login/Register” button on different pages.
And it is possible with adding a parameter to the URL, but I couldn’t find a way to add redirect parameter to address.
Is there any other way to do that?
Thanks.