Forum Replies Created
-
AuthorPosts
-
Malgorzata
ParticipantI 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>«</span> Previous %sPolish translation was wrong:
span>«</span> Poprzedni %sEnjoy everyone.
M.
Malgorzata
ParticipantI 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>«</span> Previous %s', 'tribe-events-calendar-pro' ), $events_label_plural ); ?></a>Fixed code:
<a href="#" class="tribe_paged"><?php printf( __( '<span>« </span> Previous %s', 'tribe-events-calendar-pro' ), $events_label_plural ); ?></a>Good luck to all.
M.
Malgorzata
ParticipantGeoff,
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
Malgorzata
ParticipantThis 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.
Malgorzata
ParticipantThis reply is private.
Malgorzata
ParticipantAnother 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?
-
AuthorPosts
