Events Made Easy Forums Generic Html tags + Placeholder

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52515
    Anonymous
    Inactive

    Hallo Franky,

    In V 1.4.5
    It is the content of tags analyzed by placeholders.
    I use a tag with css style.
    From ‘color: #FF0000’, makes eme ‘color: OktoberF0000’

    You can look: http://lkc-lueneburg.de/termine/313/slalom-wettkampf-in-hildesheim/
    Table: Meldeschluss: #_RSVPEND

    In V 1.4.4 it is working correctly

    #52516
    Franky
    Keymaster

    This is the change for events-manager.php between 1.4.4 and 1.4.5:

    https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=932114%40events-made-easy%2Ftrunk%2Fevents-manager.php&old=925061%40events-made-easy%2Ftrunk%2Fevents-manager.php&sfp_email=&sfph_mail=

    So, for events not much changed, and certainly not the time parsing …
    I also checked the code, and #F should be changed, but #FF0000 should stay, so I’ll test this later on myself.

    Btw: please post in the correct forum (I’m moving it to Bugs now).

    #52526
    Franky
    Keymaster

    I just tested this and #FF0000 is not being changed at all, so it must be something else.
    Where exactly do you use this “color: #FF0000” (which EME setting)?

    #52527
    Anonymous
    Inactive

    Thanks for the test.

    Single event format
    I use it in a table, here an excerpt from it:

        [eme_if tag='#_IS_RSVP_ENABLED' value='1']
            <tr>
                <th>Meldeschluss:</th>
                <td colspan="2" style="font-weight: bold; color: #FF0000;">#_RSVPEND Uhr</td>
            </tr>
        [/eme_if]

    On my website (see link above), it makes no difference where the template for the event comes, if I use
    eme standard settings or table templates or individual template.

    Eme settings general:
    Allow deprecated placeholders => no
    Re-enable legacy placeholder syntax => no

    #52532
    Franky
    Keymaster

    I just tested this and I’m not able to reproduce this at all … can it be that another plugin is causing this?
    Can you set up a test site with just EME as plugin and try there?

    #52535
    Anonymous
    Inactive

    Thanks, I will do later.
    At the moment I have solved the problem with CSS class=”xx”

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top