• Resolved rbweb

    (@rbweb)


    Hello,

    I am trying to implement an archive posts using Ele Custom Skins to only show a post when a condition is met. The condition is working as I can successfully hide or show a post on the archive page. However, it leaves an empty spot where the information is hidden. For example, I have a two column archive layout.

    If no conditions is set, this is what is shown, where X is the contents:
    (X1) (X2)
    (X3) (X4)
    (X5) (X6)

    When conditions is set and met for X3 to be hidden, this is what is shown:
    (X1) (X2)
    ( ) (X4)
    (X5) (X6)

    I am trying to get this:

    (X1) (X2)
    (X4) (X5)
    (X6)

    Could someone point me in the right direction to achieve this? Thank you!

    • This topic was modified 4 years, 2 months ago by rbweb.
    • This topic was modified 4 years, 2 months ago by rbweb.
    • This topic was modified 4 years, 2 months ago by rbweb.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author crazypsycho

    (@crazypsycho)

    Hello @rbweb

    I think you can only do this with your own JavaScript.
    You could check whether ‘.ecs-post-loop .elementor-section-wrap’ is empty and if so, then remove ‘.esc-post-loop’ or set it to display: none.

    Thread Starter rbweb

    (@rbweb)

    Thank you for the guidance. I will explore this. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hidden but leaves an empty spot’ is closed to new replies.