Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • timholmen Friend
    #157208

    In the demo the content of the slideshow ends with bottons that says “take a tour” or “buy now”.

    1. How do I add bottons like this, and define my own text within the bottons?

    2. When I go to an article and insert a read more, the read more link doesn’t show on the slideshow – but works on the regular front page. Can anything be done to solve this?

    Phan Gam Friend
    #366079

    Hi,
    1. “take a tour” or “buy now” buttons is added article’s content, before readmore link.
    You can do it by add html code

    <div class="btlink clearfix"><a href="#" title="Sample link">Take a Tour</a> <span>or</span> <a class="Sample link" href="#">Buy Now</a></div>

    2. If you need show read more link, you can do as follows.
    – Go to default_articles.php file in templatesja_oreshtmlmod_jaslideshow2 folder.
    – Go to code section after <!– END JA SLIDESHOW 3 MARK –>
    – Find code block
    [PHP]<?php if ($showDescription==’desc-readmore’): ?>
    <a <?php echo $target; ?> class=”readon readmore” href=”<?php echo $item->link; ?>”>
    <?php echo $readmoretext;?>
    </a><?php endif; ?>[/PHP]
    about line 50 to 53.
    – replace this code to
    [PHP] <?php //if ($showDescription==’desc-readmore’): ?>
    <a <?php echo $target; ?> class=”readon readmore” href=”<?php echo $item->link; ?>”>
    <?php echo $readmoretext;?>
    </a><?php //endif; ?>[/PHP]
    Hope that helps

    timholmen Friend
    #366372

    Thank you very much.

    When I use method 1, the bottons show up fine on the slideshow, and when I click the bottons the new page opens. But the bottons don’t disappear on the new page, they are now in the middle of the text. How do I solve this?

    Thank you

    thangnn1510 Friend
    #366637

    Hi timholmen!

    Please login to admin then edit that articles. In Parameters (Advanced) please set “Intro Text” hide.

    Hope this helps you.

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

This topic contains 4 replies, has 3 voices, and was last updated by  thangnn1510 13 years, 11 months ago.

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