Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • newbert Friend
    #150320

    Almost there … the readmore button is not displayed (yes the parameter “read more with description is checked!!)

    Hello,

    I have set-up slideshow as per the installation guide, but have two problems (visible in Chrome and Firefox):

    1) The description text does not show
    2) The navigation hangs off the image to the right

    You can see the example of both at http://www.bcmg.co.za.

    Copy of config / parameters is attached.

    Thanks,
    Joe


    1. config1
    2. config2
    3. config3
    4. config4
    5. config5
    Saguaros Moderator
    #340186

    Dear newbert!

    You configured the module correctly. But your site missing the /templates/ja_nickel/css/mod_jaslideshow2.css, you check the html source you ‘ll see that this file did not load, so that the problem happened .

    Please try to check again

    Good luck

    newbert Friend
    #340204

    Thanks tienhc!

    That helped. What I actually did is load the lastest Slideshow with an older Nickel template – which had a css for the previous slideshow2 version (i.e. parameter set-up had changed).

    Downloaded latest template and all fine now

    newbert Friend
    #340216

    Hello,

    90% done, but…

    The readmore button does not display (and yes the “Description with Readmore” for the Show Description parameter is selected!!)

    Saguaros Moderator
    #340293

    Dear newbert!

    The readmore is disabled via css. here is the solution to resolve this issue.
    Please open the file: /ja_nickel/css/mod_jaslideshow2.css and find codes at line 259:

    #ja-slideshow .maskDesc .inner {
    display: none;
    }

    and replace:

    #ja-slideshow .maskDesc .inner {
    display: block;
    }

    2) find codes at line 141:

    .maskDesc a.readon {
    bottom: 10px;
    display: block;
    font-weight: bold;
    font-size: 100%;
    position: absolute;
    padding: 3px 10px 3px 0;
    right: 20px;
    }

    and replace:

    .maskDesc a.readon {
    bottom: 10px;
    display: block;
    font-weight: bold;
    font-size: 100%;
    position: absolute;
    padding: 3px 10px 3px 0;
    left: 20px;
    }

    Good luck

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

This topic contains 5 replies, has 2 voices, and was last updated by  Saguaros 14 years, 7 months ago.

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