• Resolved Reventlov

    (@reventlov)


    Hi,

    I display my events list with image. If there is no featured image, a default one is displayed. I made like this :

    {has_image}#_EVENTIMAGE{/has_image}
    {no_image}

    {/no_image}

    It works perfectly !

    I tried with #_LOCATIONIMAGE but nothing happened… no image displayed.

    I made:

    {has_image}#_LOCATIONIMAGE{/has_image}
    {no_image}

    {/no_image}

    Any advice ? Thank you in advance.

    • This topic was modified 7 years, 5 months ago by Reventlov. Reason: code
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    for the location image, you can try try

    {has_loc_image} test {/has_loc_image}
    {no_loc_image} no location image {/no_loc_image}

    Thread Starter Reventlov

    (@reventlov)

    Angelo, you made my day ??

    That works perfectly !

    Thank you !

    • This reply was modified 7 years, 5 months ago by Reventlov.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Default image for location’ is closed to new replies.