BuddyBoss Home – Web Support Forums Themes Boss. theme Strange behavior with the events manager plugin

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #52910
    @yespapa

    Hi,

    I have a stange behavior with the events manager plugin. When I call the events list page, no event is displayed on the page!

    I checked the source code and I found that the elements are there but the #em-wrapper displey is put to none!

    Any ideas for this behavior?

    When I switch to a default wordpress theme, the events list page works.

    Thank you.

    Answers

    #52915
    @vapvarun

    Hi @yespapa, can you inspect from which css file you are getting #em-wrapper display none in action

    
    #em-wrapper {
        display: none;
    }
    
    

    It is added inside the Boss theme also to support Invite Anyone plugin,
    You can add custom css to overide it

    
    #em-wrapper {
        display: block!important;
    }
    
    

    Regards
    Varun Dubey

    #52925
    @yespapa

    Hi @vapvarun,

    It is form “main-global.css” file. That is strange it is before 2.0.3, I don’t think I was this behavior. The Events list page worked without any customization.

    What do you think about it?

    Thank you.

    #52937
    @vapvarun

    May be Event Manager plugin have added some additional css in their current update.
    Regards
    Varun Dubey

    #52947
    @yespapa

    But if I compare with a default wordpress theme is worked out of the box.

    Is it really necessary to support Invite Anyone plugin? Why not leave the “main-global.css” file more common?

    Thank you.

    #52964
    @vapvarun

    Invite Anyone plugin is more common plugin and lots of customer use them 🙂
    You can use custom css as i have pasted above to fix the issue
    Regards

    #52970
    @yespapa

    Ok. Thank you.

    #52988
    @vapvarun

    🙂 i will close this topic, feel free to create new for any further queries.
    Regards
    Varun Dubey

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Strange behavior with the events manager plugin’ is closed to new replies.