https://theeventscalendar.com/support/forums/topic/something-odd-and-messed-up-i

Home Forums Calendar Products Events Calendar PRO https://theeventscalendar.com/support/forums/topic/something-odd-and-messed-up-i

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1102249
    Gregory
    Participant

    I had previously submitted a ticket for this:

    Something odd and messed up is happening in my footer on my Submit Event Page

    I had created a bandaid to fix this issue by hiding the carousel using this css:

    .owl-wrapper #tribe-community-events {
    display: none;
    }

    That was fine with me, but I originally had it set so anyone could create an event, but changed it so that only registered users can submit event. The sponsors are now hidden if you are logged in, but if you are NOT logged in, a registration form shows up instead and I have the same f—ed up issue on the bottom: http://dev.awakenche.org/events/community/add

    So what I need to know is how to alter the CSS code hide this!!! It’s not it’s own page so I can’t pull up a unique page selector, and I am limited in my css knowledge. I’m really hoping you can help. I’m fine hiding it, I just need to know how.
    Thanks

    #1102259
    George
    Participant

    Hey Gregory,

    Adding this CSS should do the trick—let me know if it does!


    body.tribe_community_edit #dp-footer-wrap .owl-carousel {
    display: none !important;
    }

    Cheers,
    George

    #1102452
    Gregory
    Participant

    Worked perfectly.
    Thanks!
    Greg

    #1102667
    George
    Participant

    😀

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘https://theeventscalendar.com/support/forums/topic/something-odd-and-messed-up-i’ is closed to new replies.