Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • railer Friend
    #188655

    Hi — When I setup the Travel Photos module using the code in the tutorial, it doesn’t create the nice borders or add the marging/padding around each image which the demo has. In fact, in the thumbnail image code, it specifically says “border=”0” “.
    How do I get the borders as well as the margin or padding around each thumbnail?

    Thanks,
    railer

    TomC Moderator
    #497755

    So that I can try to best assist you, please provide the url of the site you’re working on,
    as well as st “Optimize CSS’ to “No” within your Template Manager–Genral settings

    railer Friend
    #497832

    Hi Tom,

    Thanks for your reply. I have since added borders manually to each image with a img border style attribute. I also added a margin style, but that does not appear to be working.

    Do you know if the highslide css or some other css included with the _travel suffix should include the border and marging styles by default, or not? That is what I was assuming would happen, hence my question.

    I just sent you the URL via PM and have set the template “Optimze CSS” to “No”.

    Thanks,
    Railer

    Ninja Lead Moderator
    #497939

    You need to add css style into Travel photos custom html module, see script

    <span class="highslide-img">{japopup type="image" title="Sample Images" content="images/stories/highslide/slide1.jpg" width="594" height="386"} <img src="images/stories/highslide/thumb-1.jpg" border="0" alt="Sample Image" /> {/japopup} </span>

    and you can find css style included in template.css file

    Open templates/ja_travel/css/template.css file


    span.highslide-img a {
    background-color: #F6F2ED;
    float: left;
    margin: 5px;
    padding: 4px;
    }

    railer Friend
    #498318

    Thanks Ninja! At first I enclosed all six of my images with a single span tag, but that didn’t work. I had to enclose each {japopup}{/japopup} image within its own set of span tags.

    Cheers!

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

This topic contains 5 replies, has 3 voices, and was last updated by  railer 11 years, 3 months ago.

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