test
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • gilles007 Friend
    #168863

    When I disable readmore button it shows a partial image of the readmore button. it is not entirely removed by the module.

    see attached.

    what’s the solution?

    Cheers,
    Gilles

    khoand Friend
    #414460

    Hi,
    Could you give me a link to your page as you said?

    gilles007 Friend
    #414469

    HI khoand,

    I’m working on localhost (WAMP) so no link until live. I’m attaching another screen shot for you though. if you look in the forums, someone else had this problem but there wre not solutions provided. I need this fixed for my client.

    Cheers,

    Gilles


    1. slideshow-prob
    khoand Friend
    #414474

    You find this code from /templates/ja_community_plus/css/mod_jaslideshow2.css

    #ja-slideshow .readon {
    background: url(../images/btn-bg.png) no-repeat scroll right bottom #EAE8E0;
    border: 0;
    color: #69472F;
    padding: 0 20px 0 0;
    cursor: pointer;
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 11;
    text-transform: none;
    display: none; < add this line
    }

    gilles007 Friend
    #414475

    Is this not simply a workaround?

    I thought of this but will what if I re-enable the readon in the module? will the button not appear then?

    khoand Friend
    #414477

    I will solve your problem when you give me a link to your website.

    gilles007 Friend
    #414481

    As mentioned, it’s not live.

    Is there not a fix to this bug?

    gilles007 Friend
    #414494

    by the way, my site does not contain the file you mentioned: /templates/ja_community_plus/css/mod_jaslideshow2.css

    the css files for this appear to be these:

    <link rel=”stylesheet” href=”/ccac-j/modules/mod_jaslideshow/assets/themes/default/style.css” type=”text/css” />
    <link rel=”stylesheet” href=”/ccac-j/modules/mod_jaslideshow/assets/themes/community/mod_jaslideshow.css” type=”text/css” />

    what gives?

    khoand Friend
    #414956

    Could you give me a snapshot of configuration of slideshow module?

    gilles007 Friend
    #415385

    here you go.


    1. ja-screen-slideshow-module
    khoand Friend
    #415510

    Your version of joomla is 1.7. I use joomla 1.5. So apply joomla 1.7, you find this code from /modules/mod_jaslideshow/assets/themes/community/mod_jaslideshow.css


    #ja-slideshow .readon {
    background: url(images/btn-bg.png) no-repeat scroll right bottom #EAE8E0;
    border: 0;
    color: #69472F;
    padding: 0 20px 0 0;
    cursor: pointer;
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 11;
    text-transform: none;
    display: none; < add this line
    }

    gilles007 Friend
    #415584

    Hi khoand,

    This is all very nice but… As I mentioned in a previous reply.

    <blockquote>Is this not simply a workaround?

    I thought of this but will what if I re-enable the readon in the module? will the button not appear then? </blockquote>

    khoand Friend
    #415602

    OK.
    It’s a bug of slideshow of community plus 1.7. There is a patch: you replace this code from /templates/ja_community_plus/html/mod_jaslideshow/default.php


    if ($showDescription=='desc')

    with

    if ($showDescription=='desc' && $readmoretext!='')

    gilles007 Friend
    #415967

    this worked. Thanks khoand.

    I don’t understand how this simple switch didn’t get tested properly by Joomlart in the module prior to releasing this template/slideshow module thus causing quite a waste of time.

    G

    khoand Friend
    #417299

    I have reported the bug to develop team. Sorry about inconvenience.

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

This topic contains 16 replies, has 2 voices, and was last updated by  gilles007 13 years, 1 month ago.

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