Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • brusamolino Friend
    #932045

    hi
    I set accordation module for a category of articles
    I see them correctly but i cannot go to see the full articles from this module
    How can i do?
    Thanks Luca

    Luna Garden Moderator
    #932233

    Hi,

    Go to file

    modules\mod_jaaccordion\tmpl\default.php

    find:

    <div class="ja-accordion-content ja-accordion-content<?php echo $module->id?>"><?php echo $accordion->content?></div>

    add these code below it:

    <div>
            <?php 
                if (!empty($accordion->link)){
            ?>
                <a class="readmore" href="<?php echo $accordion->link; ?> ">Read more</a>
            <?php
                }
            ?>
            </div>

    brusamolino Friend
    #932580

    Hi i’ve insert the code and now is

        <li>
            <h3 class="ja-accordion-title ja-accordion-title<?php echo $module->id?>"><?php echo $accordion->title?></h3>
            <div class="ja-accordion-content ja-accordion-content<?php echo $module->id?>"><?php echo $accordion->content?></div>
            <div>
            <?php 
                if (!empty($accordion->link)){
            ?>
                <a class="readmore" href="<?php echo $accordion->link; ?> ">Read more</a>
            <?php
                }
            ?>
            </div>
        </li>

    but it doesn’t function
    you can see it on http://navdanya2.dot360.it/

    Can you help me?

    Luna Garden Moderator
    #932607

    Hi brusamolino,

    Post your site URL, admin account & FTP account here in Private Reply, I’ll help you to check it

    brusamolino Friend
    #932642
    This reply has been marked as private.
    brusamolino Friend
    #933642

    Hi
    any news about this problem?

    Best regards Luca

    Luna Garden Moderator
    #934112

    Hi Luca,

    I have add Read more Link to JA Arrcodion on your site, I fixed in

    templates/ja_medicate/html/mod_arrcodion/default.php

    The module has another problem… it display the intro image and the full image… the full image must be hidden on ja accordation module

    Yes, it also has been fixed, please check and confirm.

    brusamolino Friend
    #934243

    Hi thanks for your help

    Best Regards Luca

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

This topic contains 7 replies, has 2 voices, and was last updated by  brusamolino 7 years, 11 months ago.

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