Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #920417

    Hello, I’ve been building a page that uses WooCommerce (not relevant though, I think). I don’t think I did anything in particular that would cause color sections to disappear. Please see the site in private section.

    All the content is there if you go edit pages like Galleria and Kauppa. However, the color sections don’t display when I visit the site. If I duplicate such color section, then one is displayed while visiting. If I delete one, then the page shows nothing. The weirdest problem I’ve seen… Also, there is a color section on the page Packraftit that contains a special heading. That doesn’t display, but the other sections on that page do. I haven’t touched the screen options of these sections.

    So one solution is to duplicate every section that doesn’t display, but I don’t feel like doing that sine the problem makes no sense in the first place… The solution is probably something simple and I feel like a fool afterwards but I have no idea whats going on :D Help?

    #920656

    Hey govus,

    You have this in your child theme CSS:

    #av_section_1 {
        display: none;
    }

    Please remove it.

    Best regards,
    Rikard

    #920802

    Oh that was a code Victoria added when we had an unwanted empty container for related products, which I had removed with css. It worked at the time, I wonder why it suddenly removed everything… But thanks for the solution!

    #920955

    Hi,

    Thanks for the feedback. I’m not sure exactly why she gave you that, but if you should need it back on a specific page then let us know where and we’ll give more specific CSS to use.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.