Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • smartmax Friend
    #720159

    Hi guys,

    I have a question, in the events-layout I am using the ‘Venue-field’
    as a website-adress where they can see more info.

    Is it possible to make it also work as a link?
    That you can click on it?

    http://www.sanders.nl/kerstkaarten

    Saguaros Moderator
    #720368

    Hi

    You can try opening the file: /root/templates/ja_teline_v/html/layouts/joomla/content/intro/event.php

    Look for this snippet of code which generates Venue:


    <li itemprop="location">
    <i class="fa fa-building"></i><?php echo $item->params->get('ctm_venue',''); ?>
    </li>

    change it to:


    <li itemprop="url">
    <i class="fa fa-building"></i><a href="<?php echo $item->params->get('ctm_venue',''); ?>"><?php echo $item->params->get('ctm_venue',''); ?></a>
    </li>

    Then in the Venue field in settings of event item, you add your desired URL there, for example: http://prntscr.com/8wyrdk

    Saguaros Moderator
    #753326

    Hi

    You can try opening the file: /root/templates/ja_teline_v/html/layouts/joomla/content/intro/event.php

    Look for this snippet of code which generates Venue:


    <li itemprop="location">
    <i class="fa fa-building"></i><?php echo $item->params->get('ctm_venue',''); ?>
    </li>

    change it to:


    <li itemprop="url">
    <i class="fa fa-building"></i><a href="<?php echo $item->params->get('ctm_venue',''); ?>"><?php echo $item->params->get('ctm_venue',''); ?></a>
    </li>

    Then in the Venue field in settings of event item, you add your desired URL there, for example: http://prntscr.com/8wyrdk

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum