• 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/N3vmdKm

    2 Events, eventinrow=3 and with my bugfix [see below]
    https://ibb.co/mcB1FVr

    My 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

    • This topic was modified 1 year, 3 months ago by schnup89.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible bug on “eventinrow”’ is closed to new replies.