Events List Toggle Buttons

Home Forums Calendar Products Events Calendar PRO Events List Toggle Buttons

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42983
    tremblayly
    Participant

    Hi,
    I have a display issue with the toggle buttons in the events list view:
    the buttons display one higher than the other
    when I remove a BR tag in the HTML code the buttons display normally side-by-side on the same line.
    When I look into the list.php file, there are no BR tags.
    When do these get added?
    Thanks for your help in solving this list display issue.
    NOTE: to view website page, use username: KFT password: KFTgo
    link to page: http://kelownafuturestennis.com/events
    Lyse

    #42990
    Barry
    Member

    Looks like you’re using Karma by TrueThemes.

    One of its distinguishing features is that it filters all of the output in a page or post – in this context that includes the output of The Events Calendar – and applies various formatting effects, such as adding paragraph and break tags (using a filter function called my_formatter()).

    This can sometimes be undesirable … to counteract it you would need to wrap any output from The Events Calendar (and actually any other plugins where this is a problem) in some special “shortcodes”:

    [raw] ... output from The Events Calendar ... [/raw]

    The role of those [raw] [/raw] “shortcodes” within Karma is to mark areas where this extra formatting should not be applied (so for instance anything between [raw] and [/raw] should not result in the injection of <p> and <br> tags).

    I hope that makes sense, but if you need any clarification on this it would probably be better to reach out to your theme vendor and seek their advice, since my_formatter() and the [raw] [/raw] shortcodes are unique to their themes (so far as I know).

    #43007
    tremblayly
    Participant

    Hi Barry,
    Thanks for the clarification, however I don’t have control over the Events page. I will get in touch with my theme vendor for advice.
    Much appreciated
    Lyse

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Events List Toggle Buttons’ is closed to new replies.