Shayan Farhang Pazhooh
Forum Replies Created
-
Hi, I’ve fixed all of my websites before, so there’s no website with the problem. Thank you for your response.
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.
Forum: Plugins
In reply to: [Presto Player] Custom Dynamic WatermarkI 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.Forum: Plugins
In reply to: [Presto Player] Change Font EveryWhereHi
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.