mohammadnrhi
Forum Replies Created
-
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] hide backend3- It doesn’t work for this text.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] hide backend- My website has only one admin account with access to the WP dashboard. I was wondering, if I keep the Rest API access open only for this admin account, will RankMath work properly? Or does it require normal users to have Rest API access as well?
- Tnx
- We can’t even remove the text “learn more about xml sitemaps” from the html?
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] hide backend1- is it enough to open restapi only for the admin account?
1.2- is there a way to only allow requests sent by rankmath and block the rest? A specific header or…
2- how can I change the html and css of the xml sitemap and delete these? And remove this xsl url:

Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] hide backend1- does rankmath need Rest Api(WP-JSON) to work properly? Or can I remove the Rest Api completely?
2- what ways do you suggest to hide the sitemap from users? But not for search engines!
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] aios workingThanks for your sense of responsibility, I just want to make sure: so only the aios admin side needs jquery?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] aios workingCan you tell me exactly what aios features require jquery?
I want to know if aios uses rest api for its function?
Does aios need Rest Api(WP-JSON) to work properly? Or can I remove the Rest Api completely?Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] hide backend3- How about wp-json? Can I close it completely?
Forum: Plugins
In reply to: [LiteSpeed Cache] remove Page cached by LiteSpeed Cache comment3- How about wp-json? Can I close it completely?
Forum: Plugins
In reply to: [LiteSpeed Cache] remove Page cached by LiteSpeed Cache commentthanks, and 1- how can i change this “litespeed” folder name?
example.com/wp-content/litespeed/css/...2- Does lsc need jquery to work properly? Or can I remove jquery?
Forum: Reviews
In reply to: [Product Visibility by Country for WooCommerce] update for hposHi, i learned php and did it for myself, thanks
Even if I set the quality to 100, the compression is still done, it’s just lossless and increases the size of the images! I just want to watermark, not compress!!
Forum: Reviews
In reply to: [Next Watermark] qualitylesssHello, thank you for your reply
If something is free and hard work has been done, it does not mean that it is valuable!
Something valuable that is practical and usable! Solve a problem!
However, I can only give you 3 stars for the clean design of your plugin.
Otherwise, watermark plugins are currently unusable for anyone who cares about their site! And there is no need for them to exist like this.
So one star is too much!Meanwhile, it is night here! in iran, the land of lions
Forum: Reviews
In reply to: [Easy Watermark] quality lessUpdate:
I have tested all other watermark plugins. They are all the same and have a serious problem!
They use WordPress image compressor to watermark the original image.
In case they only need to watermark, not compress!
That is when WordPress does not compress the original image!
Especially the original image does not need to be compressed for watermarking.
Compressing only destroys the quality and increases the size of the images!Anyway, can you give me a solution so that easy watermark doesn’t do any compression? And just watermark?
Forum: Plugins
In reply to: [LiteSpeed Cache] Exception functionOh, I get it now, so a function can be ESI and the initial code doesn’t necessarily need to be ESI
Can you tell me how to ESI another part of that page? I need to add two “add_action” to the function?
example for first block:
echo apply_filters( 'litespeed_esi_url', 'my_esi_block', 'Custom ESI block' );and add this to function.php:
add_action( 'litespeed_esi_load-my_esi_block', 'my_esi_block_esi_load' ); function my_esi_block_esi_load() { do_action( 'litespeed_control_set_nocache' ); az_product_price_woo( get_the_ID() ); az_add_product_woo( get_the_ID() ); }then for second block:
echo apply_filters( 'litespeed_esi_url', 'my_esi_block_second', 'Custom ESI block' );and add this to function.php:
add_action( 'litespeed_esi_load-my_esi_block_second', 'my_esi_block_second_esi_load' ); function my_esi_block_second_esi_load() { do_action( 'litespeed_control_set_nocache' ); my code }Its true? Can’t it be optimized? To have only one add_action for example?
Forum: Plugins
In reply to: [LiteSpeed Cache] Exception functionSo you want to tell me that a function cannot be ESI. It is true? Should the initial code be ESI?
The first function displays the price
And the second function conditionally displays the add to cart or download button
On the product pageAnd I have restricted the display of these functions based on IP