Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2685
    rees
    Participant

    Hi,
    The “price” txt appears always at the end of prices list.
    For example:
    http://runirelandmap.com/events/event/killarney-adventure-race/

    #2694
    Bartosz
    Keymaster

    Did you set it to be displayed before the price?

    #2701
    rees
    Participant

    I mean “Tickets” (the word) appears on a wrong side, not a currency symbol. I can’t see any option to set position of the word “Tickets”. Correct me if I’m wrong.

    #2783
    Bartosz
    Keymaster

    I see. You enabled tickets, you did not enter any but added a buy tickets url?

    Are you comfortable with html, php and wordpress templates hierarchy?

    #2785
    rees
    Participant

    Enabled tickets, added them and added URL in about 50 events. Just take a look at any event please: http://runirelandmap.com/events-map-2/
    It’s just a small cosmetic issue but don’t see that I could fix that. Not so comfortable with coding if that is what you asking are for.

    #2822
    Bartosz
    Keymaster

    Ok, I found that – your theme is responsible for that.

    FInd that in theme style.css:

    .entry-meta span, .entry-utility span {
        display: block;
        float: left; // and remove this line - it should be ok then
        line-height: 22px;
        margin-right: 10px;
    }
    
    #2828
    rees
    Participant

    Thanks! I owe you a beer!

    #2829
    Bartosz
    Keymaster

    :)

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.