Theme crushes until I manually clear the cache from wp rocket.
-
I wanted to hide meta info (category, date, author) from the blog page. I used custom CSS code (because I couldn’t find any other option). The code didn’t work and also whole website was crashed. It stayed like that until I cleared the cache manually from wp rocket.
After that, I realized the problem was not in the code. No matter what I am going to change in theme options, theme stops working and it needs caching each time.
Watch the video to understand the problem.
Since video file didn’t upload, I’m sending images before and after changing one of the options in Woodmart theme.
Attachments:
You must be
logged in to view attached files.
Hello,
1. Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.post-date.wd-post-date.wd-style-with-bg {
display: none;
}
.blog .meta-categories-wrapp {
display: none;
}
.blog li.meta-author {
display: none;
}
2. I did not find that the theme or site has crashed or anything wrong.
Best Regards.
The code works very well.
Thanks a lot!
Most Welcome 🙂
Thanks for contacting us.
Have a great day 🙂
Topic Closed.
Best Regards.
The topic ‘Theme crushes until I manually clear the cache from wp rocket.’ is closed to new replies.