Home Forums WoodMart support forum Theme crushes until I manually clear the cache from wp rocket.

Theme crushes until I manually clear the cache from wp rocket.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #410275

    webintelligence
    Participant

    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.

    #410317

    webintelligence
    Participant

    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.
    #410532

    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.

    #410597

    webintelligence
    Participant

    The code works very well.

    Thanks a lot!

    #410781

    Most Welcome ๐Ÿ™‚

    Thanks for contacting us.
    Have a great day ๐Ÿ™‚

    Topic Closed.
    Best Regards.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Theme crushes until I manually clear the cache from wp rocket.’ is closed to new replies.