• Resolved Kristian Yngve

    (@kristianngve)


    The Address entry details still show for URL events.

    I even use this in the Single event page format:

    {has_event_location_url}
    <strong><font color="4080bf">Event Link</font></strong><br/>
    #_EVENTLOCATION
    <br/>
    {/has_event_location_url}
    {has_location}
    <div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div>
    <br/>
    	<strong><font color="4080bf">Address</font></strong><br/>
            <b>#_LOCATIONNAME</b><br/>
            #_LOCATIONADDRESS
    	#_LOCATIONTOWN<br/>
    	#_LOCATIONSTATE<br/>
    	#_LOCATIONREGION
    	#_LOCATIONPOSTCODE<br/>
    	#_LOCATIONCOUNTRY
    {/has_location}
    <p>
    <br/>

    but in the URL Events, it shows just shows address heading despite correctly using the placeholders:

    Screenshot: https://paste.pics/DXRC3

    What’s going on? and how do i make the plugin honor its own {has_location} content … {/has_location} placeholders?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    You can try to use {has_location_venue}{/has_location_venue} instead of {has_location}

    Thread Starter Kristian Yngve

    (@kristianngve)

    Doesn’t work either:

    {has_location_venue}
    <div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div>
    <br/>
    	<strong><font color="4080bf">Address</font></strong><br/>
            <b>#_LOCATIONNAME</b><br/>
            #_LOCATIONADDRESS
    	#_LOCATIONTOWN<br/>
    	#_LOCATIONSTATE<br/>
    	#_LOCATIONREGION
    	#_LOCATIONPOSTCODE<br/>
    	#_LOCATIONCOUNTRY
    {/has_location_venue}

    —–
    I am still seeing (Screenshot): https://paste.pics/DXRC3

    Thread Starter Kristian Yngve

    (@kristianngve)

    I think this plugin has a bug?

    Thread Starter Kristian Yngve

    (@kristianngve)

    I figured it out:

    It was {no_event_location_url}…{/no_event_location_url}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘{has_location} conditional placeholder ignored’ is closed to new replies.