Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • lizcam Friend
    #156779

    I had the slideshow module working off 2 menu items and then I had a problem with cache. so I cleared the cache wherever I could find it and then my logo appeared but the slideshows are no longer showing.
    http://www.desktopability.com/community/

    Sherlock Friend
    #364383

    Dear lizcam,

    I saw that there is a java script problem occurred it caused the js for the slideshow2 module could not be worked,I see that it is the plugin of System – jceutilities,You just need to disable this plugin to see if the module working. If not, please PM me your site access information (admin + ftp), I could take a deeper look.

    lizcam Friend
    #364631

    That worked great thanks

    sjisaacs Friend
    #364638

    I have a slideshow that works, but the articles are missing. Any help? JANorite template. I deleted 3 of the images in Media Manager intending to replace them with my own and for some reason that worked but the articles disappeared.

    Also, anyone know how to remove the frames around the photos in the slideshow? They have a computer theme that doesn’t work with my site.

    Thanks!

    Saguaros Moderator
    #364660

    <em>@sjisaacs 205800 wrote:</em><blockquote>I have a slideshow that works, but the articles are missing. Any help? JANorite template. I deleted 3 of the images in Media Manager intending to replace them with my own and for some reason that worked but the articles disappeared.

    Also, anyone know how to remove the frames around the photos in the slideshow? They have a computer theme that doesn’t work with my site.

    Thanks!</blockquote>

    You open the file /templates/ja_norite/css/mod_jaslideshow2.css and find this:

    .ja-slide-item {
    background: url(../images/window.png) no-repeat left top;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 35px 10px 20px;
    position: relative;
    }

    replace:

    .ja-slide-item {

    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 35px 10px 20px;
    position: relative;
    }

    sjisaacs Friend
    #364684

    This fix worked great for removing the frame around the images, thanks!

    Still have the problem of not seeing the articles, though. I tried changing the modeule param setting to From Article instead of From Image and some article bits do show up though not in the same nice format as they did originally, but no images. How do I get them both together again?

    Here’s the css right now:

    /*
    # ————————————————————————
    # JA Norite template for Joomla 1.5.x
    # ————————————————————————
    # Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
    # @license – PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
    # bound by Proprietary License of JoomlArt. For details on licensing,
    # Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
    # Author: JoomlArt.com
    # Websites: http://www.joomlart.comhttp://www.joomlancers.com
    # Redistribution, Modification or Re-licensing of this file in part of full,
    # is bound by the License applied.
    # ————————————————————————
    */
    .ja-slidewrap {
    border: 0;
    margin: 0;
    padding: 0 0 20px 0;
    position: relative;
    }

    .ja-slide-main-wrap {
    overflow: visible;
    padding-bottom: 55px;
    position: relative;
    }

    .ja-slide-main {
    height: 350px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 480px;
    z-index: 1;
    }

    .ja-slide-item {

    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 35px 10px 20px;
    position: relative;
    }

    .ja-slide-thumbs-wrap {
    clear: both;
    float: right;
    margin-right: 500px;
    overflow: hidden;
    position: relative;
    top: -105px;
    }

    .but_prev, .but_next { position: absolute; top: 0; z-index: 99; }

    .but_prev { left: 0; }

    .but_prev:hover, .but_next:hover { cursor: pointer; }

    .but_next { right: 0; }

    .maskdesc {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100;
    }

    .maskdesc .ja-slide-desc { font-size: 100%; padding: 10px 20px; }

    .maskdesc .ja-slide-desc a,
    .maskdesc .ja-slide-desc a:hover,
    .maskdesc .ja-slide-desc a:focus,
    .maskdesc .ja-slide-desc a:active {
    border: none !important;
    text-decoration: none !important;
    }

    .maskdesc .ja-slide-desc a span {
    font-size: 150%;
    font-weight: bolder;
    text-transform: uppercase;
    }

    .maskdesc .ja-slide-desc br { display: none; }

    .maskdesc .ja-slide-desc h3 { margin: 0; padding: 0; }

    .maskdesc .ja-slide-desc p a { }

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

    .maskdesc a.readon:hover,
    .maskdesc a.readon:active,
    .maskdesc a.readon:focus { }

    .ja-slide-buttons { position: relative; top: -110px; z-index: 900; }

    .ja-slide-buttons span {
    background: transparent;
    color: #889900;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 95%;
    margin-right: 5px;
    padding: 2px 5px;
    text-transform: lowercase;
    }

    /*JA Sideshow [ Topspotlight 1]*/
    #ja-slideshow .ja-slidewrap { margin: 0; padding: 0; position: relative; }

    #ja-slideshow .ja-slide-mask {
    bottom: 10px;
    display: none;
    height: 70px;
    position: absolute;
    right: 10px;
    width: 210px;
    z-index: 99;
    }

    #ja-slideshow .ja-slide-thumbs-wrap {
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
    }

    #ja-slideshow .ja-slide-buttons {
    bottom: 10px;
    display: block;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 101;
    }

    #ja-slideshow .ja-slide-thumb img { margin: 4px; }

    #ja-slideshow .ja-slide-item img { border: none; padding: 0; }

    #ja-slideshow .maskdesc { background: none; }

    #ja-slideshow .maskdesc .ja-slide-desc {
    font-size: 100%;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
    }

    #ja-slideshow .maskdesc .ja-slide-desc h3 { text-transform: uppercase; }

    /* SCROLL LEFT
    —————————————–*/
    /* Horizontal —*/
    .ja-vertical_right {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    }

    /* horizontal —*/
    .ja-vertical_left {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 100;
    }

    .ja-vertical_right .active { }

    .ja-vertical_left .active { }

    .ja-slide-right { margin-left: auto; right: 0; top: 0; }

    .ja-slide-thumbs, .ja-slide-thumbs-mask, .ja-slide-thumbs-handles {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 5000px;
    }

    /*
    .ja-articles .ja-slide-thumbs-handles {
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0.00;
    } */
    .ja-slide-descs { display: none; }

    .ja-slide-thumb, .ja-slide-thumbs-handles span {
    background: url(../images/circle-bg.gif) no-repeat center center;
    cursor: pointer;
    display: block;
    float: left;
    text-indent: -300%;
    }

    .ja-slide-thumbs-handles span.active {
    background: url(../images/circle-active.gif) no-repeat center center;
    }

    /* horizontal */
    .ja-vertical_right .ja-slide-thumb, .ja-vertical_right .ja-slide-thumbs-handles span{ float: none!important; }

    .ja-vertical_left .ja-slide-thumb, .ja-vertical_left .ja-slide-thumbs-handles span{ float: none!important; }

    .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner { }

    .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner h3 { }

    .ja-slide-thumbs-handles span { }

    .ja-slide-thumbs-mask-left,
    .ja-slide-thumbs-mask-right,
    .ja-slide-thumbs-mask-center { float: left; }

    .ja-vertical_right .ja-slide-thumbs-mask-left,
    .ja-vertical_right .ja-slide-thumbs-mask-right,
    .ja-vertical_right .ja-slide-thumbs-mask-center { display: block; float: none; }

    .ja-vertical_left .ja-slide-thumbs-mask-left,
    .ja-vertical_left .ja-slide-thumbs-mask-right,
    .ja-vertical_left .ja-slide-thumbs-mask-center { display: block; float: none; }

    .ja-slide-thumb-inner { height: 100%; margin-left: 19px; padding: 0 15px; }

    .ja-vertical_left .ja-slide-thumb-inner { margin-left: 0px; margin-right: 19px; }

    .ja-slide-thumb-inner img { margin: 15px 5px 0 0; padding: 3px; }

    .ja-slide-thumb-inner h3 {
    font-size: 11px;
    margin: 0px !important;
    padding: 15px 0 0 !important;
    }

    .ja-slide-thumb-inner .ja-createdate { }

    .active .ja-slide-thumb-inner { }

    .active .ja-slide-thumb-inner img { }
    .ja-slide-thumbs-mask-left,
    .ja-slide-thumbs-mask-right,
    .ja-slide-thumbs-mask-center { float: left; }

    .ja-slide-thumbs-mask-left, .ja-slide-thumbs-mask-right { background: none; }

    .maskDesc {
    background: url(../images/shadow.png) no-repeat center bottom;
    height: 250px !important;
    left: 0;
    padding: 30px 500px 138px 0;
    right: auto !important;
    text-align: right;
    width: 460px !important;
    }

    div.ja-moduletable .ja-slide-desc h3 {
    font-family: “Myriad Pro”,Arial,Helvetica,sans-serif;
    font-size: 300%;
    padding-bottom: 0;
    text-shadow: 1px 1px 0 #333;
    }

    .maskDesc a.readon { bottom: 150px; left: 0; position: absolute; }

    /* little_desc */
    .little_desc { color: #656565; font-size: 95%; }

    sjisaacs Friend
    #364786

    Anybody? Help?

    Saguaros Moderator
    #364798

    <em>@sjisaacs 205992 wrote:</em><blockquote>Anybody? Help?</blockquote>

    Please provide me the screenshot with this issue.

    Thanks

    sjisaacs Friend
    #364848

    Attached
    Appreciate any help asap—tried disabling cache in the module but it didn’t help


    1. screenshot-frontpage
    Saguaros Moderator
    #365187

    Sorry for late reply.

    The slideshow have updated to new version, so that when you update the module ( if you are using the quickstart), you need to re-configure the module

    1) Choose Description only option for the Show Description parameter
    2) Choose No option for the Show Readmore Text parameter

    thanks

    sjisaacs Friend
    #365218

    Hi, I chose description only for the Show Description parameter but there isn’t a param option for Show Readmore Text
    So far not working.

    Saguaros Moderator
    #365345

    <em>@sjisaacs 206551 wrote:</em><blockquote>Hi, I chose description only for the Show Description parameter but there isn’t a param option for Show Readmore Text
    So far not working.</blockquote>

    You choose the Yes for the Show Readmore Button, please see my snapshot

    sjisaacs Friend
    #365439

    Unfortunately, as I said, mine doesn’t have that option. See screenshot below.
    Thanks


    1. No-readmmore-option
Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 4 voices, and was last updated by  sjisaacs 13 years, 5 months ago.

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