Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • yazidz Friend
    #158423

    Hello,

    I want to add one picture inside the slideshow with no effects and keep the text and read more button, I don’t need the picture to be inside that tv in the template.. I need to keep the text for seo reasons.. can anybody help?

    Phill Moderator
    #370666

    So you want a fixed image, not a slideshow? Why not use a custom html module in the same module position? Surely that will achieve the result you are after?

    yazidz Friend
    #370673

    Hey Phil, thanks man for replying to my posts..

    I tried to put a custom HTML module, but the thing is I cannot use any font style and it doesn’t look good.. I want to add a picture and white bold Font “same as the one used in Ja slideshow2” but I cannot get it to work.. I am really new to all this stuff

    Phill Moderator
    #370674

    You can use any font style you wish in a custom module. You just need to learn a bit of html.

    It would be a bit of a waste of resources to use the JA Slideshow to display a fixed image simply to create a little styling.

    yazidz Friend
    #370787

    Thanks alot Phil I did it thro dreamweaver and I started to use firebug to learn more , I have one last question if you don’t mind .. I need to change the background of the Ja slideshow custom module position, firebug showed me the picture is topsl-bg.gif I think but I tried to change the color and it didn’t work, do you have any idea?

    Thanks again

    aman204 Friend
    #371049

    <blockquote>I have one last question if you don’t mind .. I need to change the background of the Ja slideshow custom module position, firebug showed me the picture is topsl-bg.gif I think but I tried to change the color and it didn’t work, do you have any idea?</blockquote>

    You can update background image here accordingly::

    #ja-topsl {template.css (line 1073)
    background: url(“../images/topsl-bg.gif“) repeat-x scroll left top transparent;
    border-bottom: 1px solid #6EC011;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    }

    Background-image reference :: templates/ja_beryl/images/topsl-bg.gif

    If you wish to update it even further, Change this image also accordingly to match in color references::

    .ja-slide-main-wrap .mask {mod_ja…ow2.css (line 95)
    background: url(“../images/topsl-mask.png“) no-repeat scroll left top transparent;
    height: 268px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    }

    yazidz Friend
    #371238

    GREAT! it worked , ty

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

This topic contains 7 replies, has 3 voices, and was last updated by  yazidz 13 years, 10 months ago.

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