Viewing 15 posts - 31 through 45 (of 50 total)
  • Author
    Posts
  • Arvind Chauhan Moderator
    #577968

    Hi Romolo,

    I am sorry for the delay in helping you out. It seems jooservices is busy. I will ask senior support dev to attend to your issue. Please provide him all the details and he would have a look.

    Regards

    Arvind

    Arvind Chauhan Moderator
    #644259

    Hi Romolo,

    I am sorry for the delay in helping you out. It seems jooservices is busy. I will ask senior support dev to attend to your issue. Please provide him all the details and he would have a look.

    Regards

    Arvind

    Arvind Chauhan Moderator
    #742892

    Hi Romolo,

    I am sorry for the delay in helping you out. It seems jooservices is busy. I will ask senior support dev to attend to your issue. Please provide him all the details and he would have a look.

    Regards

    Arvind

    romolo Friend
    #577980

    Hi @drarvindc,

    Thank you for your response.

    Ok great – All info is in this forum post.

    Thanks

    romolo Friend
    #644271

    Hi @drarvindc,

    Thank you for your response.

    Ok great – All info is in this forum post.

    Thanks

    romolo Friend
    #742904

    Hi @drarvindc,

    Thank you for your response.

    Ok great – All info is in this forum post.

    Thanks

    Ninja Lead Moderator
    #578011

    <em>@romolo 482589 wrote:</em><blockquote>Hi Jooservices,

    Thank you for your reply.

    Please see article id 116 for event article type example.

    I have entered an event buy link, but it doesn’t show up on the front end.

    Please advise.

    Thanks</blockquote>

    I checked Events page under What’s On menu it did not belong to with Event type article page.

    Events page on your site is loading with com_eventbooking > calendar and event items are loading with event into Event Booking

    In this case, it does not regard to Event type in article.

    Let me know if I am missing anything and how you want it to be like. I shall check again and try to help you out.

    Ninja Lead Moderator
    #644302

    <em>@romolo 482589 wrote:</em><blockquote>Hi Jooservices,

    Thank you for your reply.

    Please see article id 116 for event article type example.

    I have entered an event buy link, but it doesn’t show up on the front end.

    Please advise.

    Thanks</blockquote>

    I checked Events page under What’s On menu it did not belong to with Event type article page.

    Events page on your site is loading with com_eventbooking > calendar and event items are loading with event into Event Booking

    In this case, it does not regard to Event type in article.

    Let me know if I am missing anything and how you want it to be like. I shall check again and try to help you out.

    Ninja Lead Moderator
    #742935

    <em>@romolo 482589 wrote:</em><blockquote>Hi Jooservices,

    Thank you for your reply.

    Please see article id 116 for event article type example.

    I have entered an event buy link, but it doesn’t show up on the front end.

    Please advise.

    Thanks</blockquote>

    I checked Events page under What’s On menu it did not belong to with Event type article page.

    Events page on your site is loading with com_eventbooking > calendar and event items are loading with event into Event Booking

    In this case, it does not regard to Event type in article.

    Let me know if I am missing anything and how you want it to be like. I shall check again and try to help you out.

    romolo Friend
    #578043

    Hi @ninja Lead,

    Thank you for your reply.

    That’s right, we want the Events menu to display the Events Booking component.

    For the sake of demonstration, I have created a new menu item called “Event Articles” under What’s On. All the items displayed under this menu are “Event Articles” created in the content manager.

    When we’re adding a new “Event Article” in the content manager, we insert a link into the “Buy Link” section (at the bottom of the edit page) however the link doesn’t display anywhere on the frontend… The rest of the content does, but this “Buy Link” doesn’t.

    Please advise.

    Thanks.

    romolo Friend
    #644334

    Hi @ninja Lead,

    Thank you for your reply.

    That’s right, we want the Events menu to display the Events Booking component.

    For the sake of demonstration, I have created a new menu item called “Event Articles” under What’s On. All the items displayed under this menu are “Event Articles” created in the content manager.

    When we’re adding a new “Event Article” in the content manager, we insert a link into the “Buy Link” section (at the bottom of the edit page) however the link doesn’t display anywhere on the frontend… The rest of the content does, but this “Buy Link” doesn’t.

    Please advise.

    Thanks.

    romolo Friend
    #742967

    Hi @ninja Lead,

    Thank you for your reply.

    That’s right, we want the Events menu to display the Events Booking component.

    For the sake of demonstration, I have created a new menu item called “Event Articles” under What’s On. All the items displayed under this menu are “Event Articles” created in the content manager.

    When we’re adding a new “Event Article” in the content manager, we insert a link into the “Buy Link” section (at the bottom of the edit page) however the link doesn’t display anywhere on the frontend… The rest of the content does, but this “Buy Link” doesn’t.

    Please advise.

    Thanks.

    Ninja Lead Moderator
    #578132

    I just fixed this bug directly on your site with the solution below

    + Open templates/ja_charity/html/layouts/joomla/content/item/event.php file

    find and change

    <address itemprop="address">
    <strong><i class="fa fa-building"></i> <?php echo $item->params->get('ctm_venue'); ?></strong><br />
    <i class="fa fa-location-arrow"></i> <?php echo $item->params->get('ctm_addr1'); ?> <?php echo $item->params->get('ctm_addr2'); ?>

    </address>

    to

    <address itemprop="address">
    <strong><i class="fa fa-building"></i> <?php echo $item->params->get('ctm_venue'); ?></strong><br />
    <i class="fa fa-location-arrow"></i> <?php echo $item->params->get('ctm_addr1'); ?> <?php echo $item->params->get('ctm_addr2'); ?>

    </address>
    <?php if($item->params->get('ctm_buy_link')) : ?>
    <p><a class="btn btn-primary" href="<?php echo $item->params->get('ctm_buy_link'); ?>" ><?php echo JText::_('TPL_BUY_LINK'); ?></a></p>
    <?php endif; ?>

    + Open language/en-GB/en-GB.tpl_ja_charity.ini file and add new


    TPL_BUY_LINK ="Buy Link"

    Now, you can see it’s showing on your site.

    romolo Friend
    #578166

    Hi @ninja Lead,

    Thank you for your reply and for resolving the issue for us.

    Please can you remove the screenshot from your last post as the website is still in development.

    Many thanks

    Ninja Lead Moderator
    #578213

    I removed it

Viewing 15 posts - 31 through 45 (of 50 total)

This topic contains 50 replies, has 4 voices, and was last updated by  romolo 9 years, 4 months ago.

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