I would like to help in two issues I have
1) in the Article format text of News Show Pro GK5 ver. 1.6.3 have the following code. The second line control the image that will be displayed as thumb in the frontend. I would like to use in the frontend the image I will add in the area of introtext and when I click to the event to load the image of K2 {IMAGE_SRC}. I try to change the {IMAGE_SRC} to {introimage} but doesn't function. Could you help me more?
- Code: Select all
<div class="gkEventInfo">
<a href="{URL}"><img src="{IMAGE_SRC}" alt="{TITLE}" /></a>
<div>
<h3><a href="{URL}">{TITLE}</a></h3>
<small><i class="gk-icon-clock-solid"></i>{{eventhours}}</small>
</div>
</div>
2) I have installed the Falang language switcher and I would like to be displayed in the right side of menu. Which position I have to choose or how can I do it?
Best Regards.