WanderingOn
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs IssueForum: Plugins
In reply to: [Yoast SEO] Breadcrumbs IssueWhen I visit each of these pages, they are now completely blank with nothing at all appearing on them.
Can I safely assume that the code did not work and I should remove it from the functions.php file?
Can you suggest another fix for this issue?
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs IssueThanks for your repy. I removed the opening PHP tag and it seems to be working ok now, thank you.
Is there any way to verify that changes made to the functions.php file are working as expected and not causing any issues? Just so I can confirm that everything is ok.
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs IssueHi @priscillamc
Thank you for your reply.
To be honest I think this is just a syntax error, probably a { in the wrong place or something. I checked the links you sent but couldn’t find any answers there.
Would someone on the support team be able to have a look at the functions.php code to try and identify the error? I am sure there is a simple solution to this.
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs IssueAnd, yes @priscillamc , the problem with the breadcrumbs is only happening on the URLs I listed.
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs IssueHi @priscillamc
Thanks for your reply.
I have a added the code below to the end of my functions.php file as instructed in the blog post:
<?php
if (isset($_GET[‘cat’]) && $_GET[‘cat’] == -1) {
header(‘HTTP/1.0 404 Not Found’);
exit;
}However, I am getting the following error when I try to update the file: “Your PHP code changes were rolled back due to an error on line 36 of file wp-content/themes/DiviChildTheme/functions.php. Please fix and try saving again.
syntax error, unexpected ‘<‘, expecting end of file”
I am not familiar with PHP so I am not sure what the error is. Can you please confirm?
I can post the full code from my functions.php file here if that would be helpful, and is ok to do so?
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs IssueHi @pcosta88
Thanks for your reply.
1. Yes, Yoast is up-to-date.
2. Yes, all other plugins and themes are up-to-date.
3. I have installed and activated Yoast Test Helper. I followed your instructions and then I checked the source code as per your instructions. However, the issues is still persisting.Is there anything else that I can do to try and fix this issue?
Thanks
Forum: Everything else WordPress
In reply to: Caching/Optimisation Plugin QuestionHi Steven,
That’s perfect – thanks for clarifying.
All the best
Forum: Everything else WordPress
In reply to: Caching/Optimisation Plugin QuestionHi Steven,
Thanks for the quick reply.
That makes sense. So keep WP-Rocket and Cloudflare. How about Wordfence? As that is more security-related, I am assuming that a combination of WP-Rocket, Cloudflare and Wordfence should be a good solution?
I thought that with the Ezoic-specific optimization and caching features, that they might address issues specific to the advertising program, that would not be addressed by WP-Rocket. But I guess WP-Rocket and Cloudflare are already doing enough in this regard?
Lastly, Cloudflare has been integrated with both WP-Rocket and Ezoic respectively. I assume that this would not be causing any issues? Is it advised to have Cloudflare integrated with both WP-Rocket and Ezoic?
Thanks again for your help.
Hi @wfadam
Thanks for your message.
I have added the Iwhitelisted IPs now as per your instructions. It was a long list but I used this tool to speed up the process: https://convert.town/column-to-comma-separated-list
Hopefully, that will do the trick.
Thanks again for your help.
Forum: Everything else WordPress
In reply to: Site Health IssueThat worked perfectly, thank you. The error has now disappeared from the Site Health report.
Thanks again for your help.
All the best.
- This reply was modified 4 years, 4 months ago by WanderingOn.
Forum: Everything else WordPress
In reply to: Site Health IssueI visited mydomain.com/wp-content/ and I got a blank page with the following error: “Error occurred: 403 – forbidden. Apache server at: xxxx”
Does this mean that it is private?
In this case, can I ignore the message in Site Health?
Is there any way to remove this error message from Site Health?Thanks again for your help @igorradovanov – much appreciated!
Forum: Everything else WordPress
In reply to: Site Health IssueHi again @igorradovanov
It seems that the debug log is already located in the wp-content directory. In this instance what do you recommend?
Thanks
Forum: Everything else WordPress
In reply to: Site Health IssueThanks for the quick reply.
So, can I simply move the file to the wp-content directory?
Will I need to update any paths or anything else after moving it?
Thanks for your help
Forum: Everything else WordPress
In reply to: Multiple DatabasesThat’s great, thank you for confirming.