Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • unratedarts Friend
    #178351

    I want to remove the image that is behind the slideshow module and just have a solid color. I’ve removed the references to it in every .css I can find and even deleted the source file from the directory (I’m assuming there is another buried somewhere) and still no joy.

    Thoughts?

    Saguaros Moderator
    #458322

    Hi unratedarts,

    I suppose that you’re running your site with J!2.5, you need to changes in 2 places in file: templates/your_default_template/css/template.css
    – Around line 1885:

    /* JA Slideshow ---*/
    #ja-slideshow {
    background: url(../images/shadow-top.png) repeat-x left top #FB8819
    }

    and arround line 2657

    /*ja-slideshow */
    #ja-slideshow {
    background: url(../images/slideshow-bg.png) no-repeat left bottom #FB8819
    }

    You could change background color to your desired color.

    Hope this helps you.

    archiword Friend
    #460352

    Hi,
    I take the topic because my problem is similar: It’s true that in the css you can change the background color, but I haven’ t found any way to see the slideshow.

    Let me explain:

    1) From the admin panel I’ve setted all the parameters of the slideshow with the images to show.

    2) I’ve deleted the css background color, intervening in the way referred to in the previous message

    3) I thought that this could be set to see the slideshow, but the background is all white!

    Where I went wrong and how can I do to show the slideshow?

    TomC Moderator
    #460374

    <em>@archiword 329293 wrote:</em><blockquote>

    Where I went wrong and how can I do to show the slideshow?</blockquote>
    Please provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings. Also, it would be helpful to know exactly what result are you wanting to achieve.

    Saguaros Moderator
    #460556

    I agree with Tom, some screenshots here of what you wanna achieve is better.

    archiword Friend
    #460603

    <em>@Saguaros 329571 wrote:</em><blockquote>I agree with Tom, some screenshots here of what you wanna achieve is better.</blockquote>

    This is the website:

    http://www.architettipescara.it/zjoomla25/

    I want to show a slideshow with pictures 1280 x 440 pixels in the same space where now is placed the blue background. I’ve already setted all the JA_Slideshow parameters in my admin panel. But what can I do to remove the blue background and see the images?
    Thanks in advance.

    Saguaros Moderator
    #460643

    Hi archiword,

    In file: /templates/your_default_template/themes/light-blue/css/color.css at approx line 104:

    #ja-slideshow {
    background-color: #367193 !important;
    }

    You can remove blue color here.

    archiword Friend
    #460709

    So?

    This I had already tryied. Now I removed the blue background, but I still can’t see the slideshow that I set in admin panel. My problem is to not display the slideshow, how do I solve it?

    Saguaros Moderator
    #460785

    I use editor Firebug and see that there is an javascript error in your site. This may come from one of your extension which you installed. Please check this.

    The error occurs in:

    <script type="text/javascript">
    var jQlveis = jQuery.noConflict();
    jQlveis(document).ready(function() {
    jQlveis('#lveis-wrapper_3 ul#lveis').cycle({
    fx: 'all',
    random: 0,
    timeout: 4000,
    speed: 800,
    next: '#lveis-wrapper_3 .lveisnav .next',
    prev: '#lveis-wrapper_3 .lveisnav .prev',
    pager:'#lveis-wrapper_3 .lveisindex',
    height: 400,
    pause: 1 });
    });
    </script>

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

This topic contains 9 replies, has 4 voices, and was last updated by  Saguaros 12 years, 3 months ago.

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