scprojects.gr
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Robots.txt ProblemHi,
The problem is still there. I didn’t find any plugin affects the robots.txt
On one of my attempts to delete and create again the robots.txt I received a message from WordPress that it says
( WordPress encountered an error with one of your plugins, Yoast SEO ) see Image
I hope some how this helps to find out the problem.
Best Regards
Forum: Plugins
In reply to: [Yoast SEO] Robots.txt ProblemHi,
When i am on this ( Image ) i press the Button to go back to previus page and Then i getting this ( Image )
But this happens ONLY when i delete the robots.txt and try to create it again.
- This reply was modified 11 months, 2 weeks ago by scprojects.gr.
- This reply was modified 11 months, 2 weeks ago by scprojects.gr.
Thank you!
The managed mode make a bit of progress but the plugin it self at least for the specific Website it makes only problems.
So i delete it and i have go to some other solution for Bots.
Same problem!
I am getting 401 error and having a problem on E-commerce website with youtube Videos on Product Page never load to play on Mobile. See here
It blocks it…
Any Solution on this?
Forum: Plugins
In reply to: [LiteSpeed Cache] Crawler Do not Working on 6.1I just create a ticket at Litespeedtech.com.
I hope a solution will be found.
Forum: Plugins
In reply to: [LiteSpeed Cache] Crawler Do not Working on 6.1Thanks! I Roll back and it is working again on v6.0.0.1?.
Is this a bug on v6.1?
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem Cache gets purged constantlyUnderstood.
Then what is the best tactic to follow with crawler?
How should i use it on an e-commerce website with over of 1.500 products?
My client adds new products or update them every day.
How crawler should set up so the site will have the best possible preformance an be updateting because I know that the cache is store at a PoP for 24 hours from the last access. ( article quic.cloud )
*Thank you for your time!*
Best Regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Problem Cache gets purged constantlyUnderstood. But i am getting x-qc-cache: miss on first visit.
https://snipboard.io/Oq7aS9.jpg
Not all the time.
When the Crawler end his job the site is ok. But after some time ( still try to figure out how exactly ) i start to getting missings…
Forum: Plugins
In reply to: [LiteSpeed Cache] Slider Revolution Not Loading and LiteSpeedYes!!! Everything working!
Forum: Plugins
In reply to: [LiteSpeed Cache] Slider Revolution Not Loading and LiteSpeedUpdate*
Problem solved!
It was an option from iThemes Security ( Disable PHP in Plugins was ON). I put it OFF and it work fine!
Forum: Plugins
In reply to: [LiteSpeed Cache] Slider Revolution Not Loading and LiteSpeedThank you for the response!
How exactly i will unblock this .php file? Inside of plugin on .htaccess ?
Forum: Plugins
In reply to: [Yoast SEO] Remove the /shop/ page from a woocommerce product breadcrumbsBoth of 2 codes are doing the same thing. No need to find something else. Check schema to find what “shop” word – string you must add to the code to make it work.
Forum: Plugins
In reply to: [Yoast SEO] Remove the /shop/ page from a woocommerce product breadcrumbsyou must paste the code to your child theme in order to do not have problems when updates are made.
Forum: Plugins
In reply to: [Yoast SEO] Remove the /shop/ page from a woocommerce product breadcrumbsadd_filter(‘wpseo_breadcrumb_single_link’ ,’remove_shop’, 10 ,2);
function remove_shop($link_output, $link ){
if( $link[‘text’] == ‘Products’ ) {
$link_output = ”;
}
return $link_output;
}And you change the “Products” to that you have. “shop”, “Home” whatever.
you know where to put the code?Forum: Plugins
In reply to: [Yoast SEO] Remove the /shop/ page from a woocommerce product breadcrumbsI fix it you can close the Topic