Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • joomboom Friend
    #154826

    Hi, see the problem live here:
    http://www.joomlart.com/demo/#templates.joomlart.com/ja_rasite/ (today’s hilights module)

    It replicated on my template too. I am sure it’s a simple solution – can you help please? Thank you so much!

    Saguaros Moderator
    #357442

    this is a strange issue, have got published two ja contentslide modules on this position?, if possible provide me the link to your site?

    Thanks

    joomboom Friend
    #357483

    sure, http://www.falconstor.thinkovi.com, but you can also see it on your own joomlart template demo – it’s the same issue. no, I don’t have 2 modules contentslide installed. Thank you so much.

    By the way, as you will see, when I publish a tabs module on the home page – it gets badly deformed – how to deal with that? This one is a tough one:))

    Sherlock Friend
    #357659

    Hello joomboom,

    For the issue of the content slider module you can try
    Create the file templates/ja_rasite/css/ja_contentslide.css and put into it the below content

    /*
    # ————————————————————————
    # JA Rasite template for Joomla 1.5
    # ————————————————————————
    # Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license – Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.comhttp://www.joomlancers.com
    # This file may not be redistributed in whole or significant part.
    # ————————————————————————
    */

    /* Content Slider */
    #ja-contentsliderwrap {
    margin: 0 0 20px 0;
    padding: 0;
    }

    .ja-contentslider {
    margin: 0;
    padding: 0;
    position: relative;
    width: auto !important;
    width: 100%;
    }

    #ja-contentsliderwrap div.moduletable {
    margin: 0;
    padding: 0 !important;
    }

    /* Content Slider Center */
    .ja-contentslider-center {
    margin: 0;
    padding: 0;
    float: left;
    }

    div.ja_slidetitle { font-size: 110%; padding: 5px 0; line-height: normal; }

    div.ja_slidetitle a { color: #353535; font-weight: bold; text-decoration: none }

    div.ja_slidetitle a:hover,
    div.ja_slidetitle a:active,
    div.ja_slidetitle a:focus {
    color: #57212A;
    }

    div.ja_slideimages {}

    #ja-contentsliderwrap .ja_slideintro { padding: 10px 5px 0; }

    div.ja-slidereadmore { margin: 10px 0 0; }

    .ja-contentslider-center span {
    width: 140px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    }

    .ja-contentslider-center img {
    border: 1px solid #ddd;
    margin: 0;
    padding: 4px;
    overflow: hidden;
    }

    /* Left + right */
    .ja-contentslide-buttonwrap {
    background: url(../images/bw-bg.png) no-repeat left top;
    position: absolute;
    top: -41px;
    right: 16px;
    z-index: 20;
    height: 22px;
    width: 45px;
    }

    .ja-contentslider-left,
    .ja-contentslider-right {
    float: left;
    height: 14px;
    margin-top: 4px;
    width: 14px;
    cursor: pointer;
    position: relative;
    }

    .ja-contentslider-left {
    margin: 4px 5px 0 6px;
    }

    .ja-contentslider-left:hover,
    .ja-contentslider-right:hover {
    cursor: pointer;
    }

    /* nur fuer Opera */
    #ja-contentslider-left,
    #ja-contentslider-right {
    float: left;
    width: 27px;
    position: relative;
    }

    #ja-contentslider-left img,
    #ja-contentslider-right img {
    position: absolute;
    top: 30px;
    right: 8px;
    }

    div.content_element {position:absolute;left:-999em;}

    Also we will fix this issue on our demo soon !

    joomboom Friend
    #357681

    Hi DATHQ,

    I did that but now the navigation buttons are missing – do you think that perhaps I need to add something in the template above?

    Thanks

    Sherlock Friend
    #357734

    <em>@joomboom 196830 wrote:</em><blockquote>Hi DATHQ,

    I did that but now the navigation buttons are missing – do you think that perhaps I need to add something in the template above?

    Thanks</blockquote>

    Dear joomboom,

    You can try as follow
    Go to the templates/ja_rasite/css/ja_contentslide.css file,look for the css
    .ja-contentslider {
    margin: 0;
    padding: 0;
    position: relative;
    width: auto !important;
    width: 100%;
    }
    Change it to
    .ja-contentslider {
    margin: 0;
    padding: 0;
    position: relative;
    width: auto !important;
    width: 100%;
    overflow:visible !important;
    }

    Then look for the css
    /* Left + right */
    .ja-contentslide-buttonwrap {
    background: url(../images/bw-bg.png) no-repeat left top;
    position: absolute;
    top: -41px;
    right: 16px;
    z-index: 20;
    height: 22px;
    width: 45px;
    }

    Change it to
    /* Left + right */
    .ja-contentslide-buttonwrap {
    background: url(../images/bw-bg.png) no-repeat left top;
    position: absolute;
    top: -26px;
    right: 16px;
    z-index: 20;
    height: 22px;
    width: 45px;
    }

    And finally adding this css
    .ja-contentslider-center-wrap{
    overflow:hidden !important;
    }

    I do hope this will help !

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

This topic contains 6 replies, has 3 voices, and was last updated by  Sherlock 14 years ago.

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