(ugly) Combo briefly appearing when changing views

Home Forums Calendar Products Events Calendar PRO (ugly) Combo briefly appearing when changing views

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #957712
    Maxime
    Participant

    Still testing, I notice that when changing view (list to month or to map… or any change) an ugly combo box briefly appears in place of the beautifully styled view changer in place. Is this normal?
    Many thanks.

    #957875
    Zach Tirrell
    Keymaster

    Hi again Maxime!

    I notice this same issue occasionally when the page loads a bit slowly. For example, the first time I load the “Photos” view. This is just the CSS being applied a bit late and I think is unavoidable.

    In case it is more than that, what browser are you testing with?

    #957927
    Maxime
    Participant

    Thank you again, Zach. I am testing with them all on as many devices that I can get my hands on. On a Mac, mainly Safari and Chrome.
    Yes.. even on your demo site, the combo appears.
    Oh well.. I will try with a lot of caching and see if that can be somewhat alleviated.
    Great plugin, anyhow! Very complete, esthetically beautiful and intelligent.
    Maxime.

    #957961
    Zach Tirrell
    Keymaster

    Try adding this to your CSS:
    [code language=”css”]
    #tribe-bar-views [name="tribe-bar-view"] {
    display: block;
    }
    [/code]

    This should remove the “flash” of un-styled select box, but the downside is that the view navigation will stop working for anyone without Javascript. If you are comfortable with that downside, it should solve your need.

    #984080
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘(ugly) Combo briefly appearing when changing views’ is closed to new replies.