Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • jayatunge Friend
    #165954

    I just downloaded the Minisite and installed locally. First thing I noticed is that in the Content slider module in the front page is missing buttons to move the content. I checked the module settings and ‘Show Button Driven’ is set to ‘Show’. And also checked the modulesmod_jacontentsliderassetsimages directory, and the button arrows are there. Why the arrows are not showing? How to get that arrow buttons to slide the content?


    1. Contentslider
    Sherlock Friend
    #399867

    Hi jayatunge,
    You can fix it following way belwow :
    1- Copy bc-lr.png file from modulesmod_jacontentsliderassetsimages folder to templates/ja_minisite/images folder.
    2 – Open mod_jacontentslider.css file in templates/ja_minisite/css folder, find following code section at about line 18 :

    .ja-button-control{ display: none; }

    change to :

    .ja-button-control{ display: block; }
    .ja-contentslider-left {
    background: url(../images/bc-lr.png) no-repeat top left;
    position: absolute;
    height: 17px;
    right: 45px;
    top: -40px;
    width: 17px;
    }
    .ja-contentslider-right {
    background: url(../images/bc-lr.png) no-repeat top right;
    position: absolute;
    height: 17px;
    right: 15px;
    top: -40px;
    width: 17px;
    }

    Hope can help you.

    jayatunge Friend
    #399874

    Well, now the buttons show up, but no movement. I added a new article so the there are 04 in the category. The slider does not move! Please help.

    jayatunge Friend
    #400016

    Any one? Hm….m!
    Please

    Sherlock Friend
    #400038

    Hi jayatunge,
    i checked and confirmed that problem : “first the arrows button doesn’t show then when use css make it showed but the slide no move “ this is bug in ja contentslider in ja_minisite package i reported it to developer team to fix it.
    you can check report in following link : http://pm.joomlart.com/browse/JATCMINISITE-105
    thanks

    BigHug Friend
    #400084

    Hello jayatunge,

    We have fixed this issue and will release new version soon.

    You can fix it following way below :

    – Copy btn_prev.gif file to templates/ja_minisite/images folder.
    – Copy mod_jacontentslider2.css file to templates/ja_minisite/css folder.
    – Go to admin : Extensions -> Module Manager -> “Other Entries” mod_jacontentslider2 and edit value of “Width Of div ” to 146

    Hope can help you, please let me know if have any problem.

    Regards,


    jayatunge Friend
    #400108

    dear minas69, Please do not hijack others thread. I am not finished yet.>:(

    jayatunge Friend
    #400109

    <em>@trunghh 251728 wrote:</em><blockquote>Hello jayatunge,

    We have fixed this issue and will release new version soon.

    You can fix it following way below :

    – Copy btn_prev.gif file to templates/ja_minisite/images folder.
    – Copy mod_jacontentslider2.css file to templates/ja_minisite/css folder.
    – Go to admin : Extensions -> Module Manager -> “Other Entries” mod_jacontentslider2 and edit value of “Width Of div ” to 146

    Hope can help you, please let me know if have any problem.

    Regards,</blockquote>

    NO, That did not fix the issue!:((
    I did exactly noted here.

    jayatunge Friend
    #400131

    <em>@jayatunge 251758 wrote:</em><blockquote>NO, That did not fix the issue!:((
    I did exactly noted here.</blockquote>

    OK, I figured it now that trunghh’s posting should be read as below, which will resolve the issue!
    – Rename mod_jacontentslider2.css file as mod_jacontentslider.css and copy it to templates/ja_minisite/css folder, and replace the original file.

    I further went ahead and incorporate hainn84 solution in previous post to have the original buttons. And also after few tweaking I got the desired results.
    In Summary, here is my new mod_jacontentslider.css, and I also set Width of Div to 155 instead of 146

    /*
    $JA#COPYRIGHT$
    */
    /* content slider */
    #ja-content-bottom h3 { margin-bottom:10px; }
    .ja-contentslider{ position: relative; width: 100%; }
    .ja-button-control{ overflow:hidden; margin-bottom:5px }
    .ja-contentslider-left {
    background: url(../images/bc-lr.png) no-repeat top left;
    cursor: pointer;
    position: absolute;
    height: 17px;
    right: 45px;
    top: -30px;
    width: 17px;
    }
    .ja-contentslider-right {
    background: url(../images/bc-lr.png) no-repeat top right;
    cursor: pointer;
    position: absolute;
    height: 17px;
    right: 15px;
    top: -30px;
    width: 17px;
    }
    .jsslide{
    background: url(../images/bgd_line_02.gif) 86% 0 repeat-y;
    float: left;
    left: 0;
    margin-right: 10px;
    margin-bottom:10px;
    padding-right: 10px;
    }
    .ja-contentslider .ja-image img{
    border: #e8e8e8 solid 1px;
    margin: 0 0 10px;
    padding: 4px;
    }
    .ja-contentslider .ja-image:hover img{ background-color: #222; }
    .ja-contentslider .ja_slidetitle{ color: #222; font-size: 125%; margin: 0 0 5px; }
    .ja_slideintro{ margin-bottom: 10px; padding-right:20px }
    .ja-contentslider-center { overflow:hidden; position:relative }
    .ja-contentslider .ja_slidetitle { padding-right:20px; }

    Big thanks to trunghh and hainn84.

    Sherlock Friend
    #400137

    @ jayatunge : thanks for report , it will be helpful for more people 🙂
    @ minas69 : Please send me url i want to have a close look on it.
    thanks

    minas69 Friend
    #400148

    🙂 ok

    strange now it runs…

    jayatunge Friend
    #400259

    Dear hainn84,
    How to incorporate the roleover button to the script? (The same way shown in the http://www.joomlart.com front page under ‘From our Blog’). When you move the pointer the arrow buttton should change to black (or grey). The bc-lr.png has all the images needed. Can you please help to tweak the code, please?


    1. bc-lr
    John Wesley Brett Moderator
    #400261

    <em>@minas69 251806 wrote:</em><blockquote>

    strange now it runs…</blockquote>

    This is usually translates to: “Oh, my cache just cleared.” 🙂

    Sherlock Friend
    #400274

    Hi jayatunge,
    Open mod_jacontentslider.css file in templates/ja_minisite/css folder, add following code section to it :

    .ja-contentslider-left:hover {
    background: url(../images/bc-lr.png) no-repeat bottom left;
    }
    .ja-contentslider-right:hover {
    background: url(../images/bc-lr.png) no-repeat bottom right;
    }

    Hope can help you.

    jayatunge Friend
    #400276

    Hi hainn84,
    You are the best! Thank you. :-*

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

This topic contains 17 replies, has 6 voices, and was last updated by  John Wesley Brett 13 years, 2 months ago.

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