Viewing 15 posts - 16 through 30 (of 30 total)
  • Author
    Posts
  • parkstad Friend
    #365088

    Great! Glad I could help you out with this.

    Danny

    mingus Friend
    #370709

    Awesome. Thanks Danny. That worked beautifully.
    :laugh:

    parkstad Friend
    #370718

    It’s great to help people. Still no answer from joomlart-team. A little dissapointing

    thuanlq Friend
    #370755

    Hi,
    this problem is due to xml configuration mismatch not match sample data, you can fix these problems as following
    – open mod_slideshow2.xml in “modules/mod_slideshow2” folder.
    – change line code


    <param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
    <option value="">NO DESCRIPTION</option>
    <option value="desc-readmore">DESCRIPTION ONLY</option>
    </param>

    to


    <param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
    <option value="">NO DESCRIPTION</option>
    <option value="desc">DESCRIPTION ONLY</option>
    </param>

    and change line code


    <option for="showdesc" value="desc" hideRow="true">

    to


    <option for="showdesc" value="desc-readmore" hideRow="true">

    Or you can install last version of slideshow2 module, there problems was fixed

    thankx

    Tech-xml Friend
    #372288

    <em>@thuanlq 213592 wrote:</em><blockquote>Hi,
    this problem is due to xml configuration mismatch not match sample data, you can fix these problems as following
    – open mod_slideshow2.xml in “modules/mod_slideshow2” folder.
    – change line code


    <param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
    <option value="">NO DESCRIPTION</option>
    <option value="desc-readmore">DESCRIPTION ONLY</option>
    </param>

    to


    <param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
    <option value="">NO DESCRIPTION</option>
    <option value="desc">DESCRIPTION ONLY</option>
    </param>

    and change line code


    <option for="showdesc" value="desc" hideRow="true">

    to


    <option for="showdesc" value="desc-readmore" hideRow="true">

    Or you can install last version of slideshow2 module, there problems was fixed

    thankx</blockquote>

    Here goes unsolved:((

    thuanlq Friend
    #372307

    Hi @insofticursos,
    With latest version of ja community plus and latest version of jaslideshow2 module, there problems were fixed. the solution to fix is to add new option for “showdesc” param:


    <param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
    <option value="">NO DESCRIPTION</option>
    <option value="desc-readmore">DESCRIPTION WITH READMORE</option> <!-- fix for new version -->
    <option value="desc">DESCRIPTION ONLY</option> <!-- for old version -->

    </param>

    Tech-xml Friend
    #372450

    <em>@thuanlq 215636 wrote:</em><blockquote>Hi @insofticursos,
    With latest version of ja community plus and latest version of jaslideshow2 module, there problems were fixed. the solution to fix is to add new option for “showdesc” param:


    <param name="showdesc" type="radio" default="" label="SHOW DESCRIPTION" description="SHOW DESCRIPTION DESC">
    <option value="">NO DESCRIPTION</option>
    <option value="desc-readmore">DESCRIPTION WITH READMORE</option> <!-- fix for new version -->
    <option value="desc">DESCRIPTION ONLY</option> <!-- for old version -->

    </param>

    </blockquote>

    What I mean is:

    – The new module does not work
    – nor with the changes in the XML file

    I just cleaned the cache

    thuanlq Friend
    #372569

    Hi @insofticursos,

    Please provide me your website infomation (website url, admin user account), i will check your problem and try to help you.

    thanks.

    Tech-xml Friend
    #372875

    <em>@thuanlq 215968 wrote:</em><blockquote>Hi @insofticursos,

    Please provide me your website infomation (website url, admin user account), i will check your problem and try to help you.

    thanks.</blockquote>

    send you a PM

    Tech-xml Friend
    #372946

    thank thuanlq, Solved.

    giannifed Friend
    #373424

    I’ m sorry but the last version (v2.2.0 date 25-11-2010) has the same problems.
    Can you update please?

    I can try edit the xml file.

    Now I view in changelog a new version (v2.2.1 date 12-01-2011) but there isn’t in Ja Community plus download. (single and quickstart)

    Thanks

    missshona Friend
    #377469

    I am also having a problem with this. I have the latest version (2.2.0) and I do not see the code listed previously in the thread in the xml file (which I searched for ‘showdesc’ to find out which line the code was on…nothing). Also the ‘Read more’ link was there until I tried to change the text. Then it went away. :((

    thuanlq Friend
    #377739

    Dear all,
    To quick fix this problem for jacommunity plus, please do as following if you can’t resolve with changing the “mod_jaslideshow2.xml” file:
    – Open the file “default.php” in the folder “templatesja_community_plushtmlmod_jaslideshow2”, then update this file as following:
    Change


    <div class="maskDesc"><div class="inner"><?php if ($showDescription=='desc-readmore'){?><a class="readon" title=""><span><?php echo $readmoretext;?></span></a><?php }?></div></div>

    To


    <div class="maskDesc"><div class="inner"></div></div>

    missshona Friend
    #378175

    <em>@thuanlq 222874 wrote:</em><blockquote>Dear all,
    To quick fix this problem for jacommunity plus, please do as following if you can’t resolve with changing the “mod_jaslideshow2.xml” file:
    – Open the file “default.php” in the folder “templatesja_community_plushtmlmod_jaslideshow2”, then update this file as following:
    Change


    <div class="maskDesc"><div class="inner"><?php if ($showDescription=='desc-readmore'){?><a class="readon" title=""><span><?php echo $readmoretext;?></span></a><?php }?></div></div>

    To


    <div class="maskDesc"><div class="inner"></div></div>

    </blockquote>

    Ok, but wouldn’t cause the “Read More” button to go away? :confused:

    emrfixit Friend
    #410766

    Hey Folks, I am seeing this same issue. I do have the code correct, but the radio button for the “Description and Readmore” still doesn’t show in the backend module parameter selection window. When I first saved an update on the text the readmore button disappeared on the frontpage. I examined both files and it has the third option in the code but doesnt show up on my backend module. So I examined my database and didn’t have the “desc-readmore” value, so I manually updated the value and the read more button reappeared. I will continue to update this manually but would like to know a resolution to this issue… Thanks Team!

    http://www.hostmorgan.com/foundation

Viewing 15 posts - 16 through 30 (of 30 total)

This topic contains 30 replies, has 14 voices, and was last updated by  emrfixit 13 years, 2 months ago.

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