zoldor
Forum Replies Created
-
The editor forgot to include a cover photo. Apologies.
Forum: Reviews
In reply to: [WebP Express] All Images gone blury :( What can i do ?Leaving the bad review is not the right way to ask for plugin support. You should feel ashamed.
Reporting in, we’re having the same issue here: beportugal.com
Forum: Plugins
In reply to: [Classic Editor] Wordpres sucks!Gutenberg is the future. I will definitely switch to it later in a few months, but for now, I’ve installed the classic editor. I think many people have a similar rationale.
Forum: Plugins
In reply to: [Yoast SEO] XML sitemap X-Robots-Tag: noindex, followUpdate:
The snippet has worked. Thank you both again for your help ??
Forum: Plugins
In reply to: [Yoast SEO] XML sitemap X-Robots-Tag: noindex, followHello, thank you both for your responses.
@stodorovic -> I’ve done that, but it didn’t work (excluding from caching). Old version of GSC says that there are no errors -> it even returns ‘Number of children in this Sitemap index 4’ which is correct.
@amboutwe thank you for suggesting to dig in this direction. I think I’ve found one potential explanation. We use Cloudflare flexible SSL option. I.e. our digital ocean droplet doesn’t have SSL set up and all the requests go through Cloudflare.
https://github.com/Yoast/wordpress-seo/issues/3877
I’ve used the snippet.
Will see if it works.
Forum: Plugins
In reply to: [Yoast SEO] XML sitemap X-Robots-Tag: noindex, followThank you for your response.
It’s not giving a 404 though.
When we check the header we see “X-Robots-Tag: noindex, follow”
I’ve followed the instructions anyway, and the issues remains.
https://beportugal.com/sitemap_index.xml
To add to this, Bing has fetched the sitemap successfully and the old console says
Sitemap: /sitemap_index.xml
Type: Sitemap index
Number of children in this Sitemap index 4
Error details: No errors found.Don’t you just loooooove Google? ??
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Urgent Problem with ResponsiveHere’s some custom CSS that I wrote for my client. Not perfect, but it works for us.
@media screen and (max-width: 1120px) {
.course-item-search {
display: none;
}
}@media screen and (max-width: 830px) {
.course-title a {
display: none;
}}
@media screen and (max-width: 500px) {
#learn-press-content-item + .course-curriculum {
display: none;
}#learn-press-content-item {
left: 0 !important;
}}
- This reply was modified 6 years, 5 months ago by zoldor.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Lesson Page responsiveness issueHere’s some custom CSS that I wrote for my client. Not perfect, but it works for us.
@media screen and (max-width: 1120px) {
.course-item-search {
display: none;
}
}@media screen and (max-width: 500px) {
#learn-press-content-item + .course-curriculum {
display: none;
}#learn-press-content-item {
left: 0 !important;
}}
- This reply was modified 6 years, 5 months ago by zoldor.
Same here. The website was down starting on the 8th of May, but we were also getting an abnormal amount of traffic as well. 5.5 mil requests according to Cloudflare. Not 100% sure that it’s linked but seems like it’s a possibility.
- This reply was modified 6 years, 6 months ago by zoldor.