• Resolved bocaj_vo

    (@bocaj_vo)


    Hi
    I have a eventlist. In this list it displays:
    DATE|EVENT|EVENTCATEGORIESIMAGES|…

    Now the #_EVENTCATEGORIESIMAGES is always coming as a list. How do I get rid of the list so I can see the small images next to each other?

    Greetings
    JAcob

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    The #_EVENTCATEGORIESIMAGES would display it as list using the ul html tag. You would need to use some custom coding with CSS to style them based on what you want.

    Thread Starter bocaj_vo

    (@bocaj_vo)

    Hi timrv,
    yes i am aware of that, i am pretty okay with css,- my php is not as good. Anyway I usually get to where i want to end up some how (if not I change where I want to end up ??
    Could you point to the file where the code is that causes it to be a list? So I can work on that file. I believe i can figure out the rest.

    Greetings
    JAcob

    Hello,

    The output of the File is already set to ul > li > a > img tag. You could already use CSS to set width and use float or display inline-block/flex to arrange them. In case you want the file that handles it is: events-manager/templates/placeholders/eventcategoriesimages.php

    Thread Starter bocaj_vo

    (@bocaj_vo)

    Thanks that was just what I needed, somehow i just did not find the file before…
    Now it is all great Awesome Plugin btw

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘EVENTCATEGORIESIMAGES not as List’ is closed to new replies.