Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • angie00 Friend
    #199354

    Cannot seem to get JA Slideshow to show images. The title shows up but no images. I’ve included the site and login info.

    I’ve searched the forums as well as Google and not finding any answers.

    TomC Moderator
    #540878

    Which area are you referring to on your site? Things at least look to be running smoothly from what I can see.

    angie00 Friend
    #540879

    The ja-slideshow on the athletics page. Module #1174

    Ninja Lead Moderator
    #540946

    <em>@angie00 434841 wrote:</em><blockquote>The ja-slideshow on the athletics page. Module #1174</blockquote>

    Solution below should help you solve this bug.

    Open the templates/ja_fubix/less/mod_jaslideshow-fubix.less file

    Change:

    .ja-slidewrap_fubix .ja-slide-main {
    left: 0 !important;
    }

    To:

    /*.ja-slidewrap_fubix .ja-slide-main {
    left: 0 !important;
    }*/

    angie00 Friend
    #540965

    Thank you for your assistance, but each time I upload the change it reverts back to the original file without the commenting out??

    TomC Moderator
    #540980

    If you are using the J3.x/T3V2 version of JA Fubix, then what you can try is to create a new file called “custom.css” within file path –> /templates/ja_fubix/css
    (so the file path will be –> /templates/ja_fubix/css/custom.css)

    Within that custom.css file, paste the CSS rules suggested by NinjaLead above.

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Did That Work ??

    angie00 Friend
    #540987

    <em>@TomC 434955 wrote:</em><blockquote>If you are using the J3.x/T3V2 version of JA Fubix, then what you can try is to create a new file called “custom.css” within file path –> /templates/ja_fubix/css
    (so the file path will be –> /templates/ja_fubix/css/custom.css)

    Within that custom.css file, paste the CSS rules suggested by NinjaLead above.

    [</blockquote>

    Ok, so here are the steps we took

    1. Create custom.css file
    2. Pasted this code into file

    /*.ja-slidewrap_fubix .ja-slide-main {
    left: 0 !important;
    }*/


    3. copied to /templates/ja_fubix/css
    4. cleared cache on Joomla and browser

    Nothing changed… Still have issue 🙁

    TomC Moderator
    #540988

    <em>@angie00 434963 wrote:</em><blockquote>Ok, so here are the steps we took

    3. copied to /templates/ja_fubix/css
    </blockquote>

    The correct file path should be —> /templates/ja_fubix/css/custom.css

    angie00 Friend
    #540991

    Yes sorry, that is the path we have but still have problem.

    Nazario A Friend
    #541044

    @angie00,

    Did you try with Ninja’s solution ?

    <blockquote>Open the templates/ja_fubix/less/mod_jaslideshow-fubix.less file

    Change:

    .ja-slidewrap_fubix .ja-slide-main {
    left: 0 !important;
    }

    To:

    /*.ja-slidewrap_fubix .ja-slide-main {
    left: 0 !important;
    }*/

    </blockquote>

    After changing in this less file, you need to go to template manager and click “</> LESS to CSS” button to compile less to css. Remember to backup all css files first as when compiling less to css, they will be overridden.

    <blockquote>2. Pasted this code into file
    Code:
    /*.ja-slidewrap_fubix .ja-slide-main {
    left: 0 !important;
    }*/</blockquote>

    Ninja Lead suggested you to comment that code, if you pasted this comment code into custom.css, there is no meaning here.

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

This topic contains 10 replies, has 4 voices, and was last updated by  Nazario A 10 years, 4 months ago.

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