Possible bug on “eventinrow”
-
First of all: Thank you very much for you great plugin.
I’ve maybe discovered a bug where the events width are not showed correctly.How to reproduce:
Show Events with – eventinrow=”3″ – parameter in shortcode
It works fine until there are just 1 or 2 events to display, if that is the case the events are shrinked, see picture below:2 Events, eventinrow=3
https://ibb.co/N3vmdKm2 Events, eventinrow=3 and with my bugfix [see below]
https://ibb.co/mcB1FVrMy Bugfix:
I’ve added “if (count($events) < $eirow ) $eirow = count($events);” after row 53 in file “class-tecslider-function.php”I have to say that I’ve made some changes to the source code but they should not matter with this bug.
Can you have a look at this? I will try to reproduce it with on a new wp-site with no changes in the source code.
Thanks again,
Tobias
- The topic ‘Possible bug on “eventinrow”’ is closed to new replies.