Malgorzata

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Vertical Layout #1197357
    Malgorzata
    Participant

    I also have found the same problem through Polish Translation. I used Loco Translate to fix this. There was the main problem.

    I search for Previous % and I have found

    <span>&laquo;</span> Previous %s

    Polish translation was wrong:

    span>&laquo;</span> Poprzedni %s

    Enjoy everyone.

    M.

    in reply to: Vertical Layout #1197353
    Malgorzata
    Participant

    I have found the solution for the problem with the span tag.

    In the file wp-content/plugins/events-calendar-pro/src/views/pro/photo/nav.php in line 25 I added a space before closing the span tag. There is an error in your file. Please have it fixed for the rest of the users.

    Original code before my fix:

    <a href="#" class="tribe_paged"><?php printf( __( '<span>&laquo;</span> Previous %s', 'tribe-events-calendar-pro' ), $events_label_plural ); ?></a>

    Fixed code:

    <a href="#" class="tribe_paged"><?php printf( __( '<span>&laquo; </span> Previous %s', 'tribe-events-calendar-pro' ), $events_label_plural ); ?></a>

    Good luck to all.

    M.

    in reply to: Vertical Layout #1197341
    Malgorzata
    Participant

    Geoff,

    The CSS you provided helped only in such a way that the fixed height is forced. The problem with that is that now the list visible life of text looks really bad, the images are not event and so on and so on.

    It would be logical to have the image ratio set to be the same, the set amt of exerpt words, etc…

    The improperly set span tag was like this straight out of the box. No customisation was done at the time of this ticket being originally written.

    Can you please provide me with proper amount of instructions in order to make YOUR plugin and MY SITE looking amazing.

    George, none of the improvements in the new version fixed any of my issues.

    Thanks,

    M

    in reply to: Vertical Layout #1191991
    Malgorzata
    Participant

    This solved the problem and created a new one.

    The grid layout now is messed up in the Photo view (I have not checked the other views yet). Once the grid layout is fixed, how can I make the height of the events even so the layout does not get messed up? At the moment event if the filter bar is hidden, the grid layout is messed up as the events are not even height.

    And I noticed one more small issue – a “span” Tag is not opened properly in some file. Which file is it and what line?

    See attached…

    Thx,

    M.

    in reply to: Default Event Page layout modification #1191642
    Malgorzata
    Participant

    This reply is private.

    in reply to: Default Event Page layout modification #1191473
    Malgorzata
    Participant

    Another thing I just found, is that I do not have the Price field when filling out the event details. How do I add this field?

Viewing 6 posts - 1 through 6 (of 6 total)