Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • coffeedrinker Friend
    #180037

    Hi, I’m still very new to Joomla in general and this is my first joomlart template that i have tried. My problem is that after installing the quickstart installation both locally and hosted i have no thank you page displaying and the photo layout seems to be showing 4 on the top row and 2 on the bottom row, which is both uneven and not like the demo. Have I missed something obvious ?

    Sherlock Friend
    #464734

    Hi coffeedrinker,

    Do you meant the thank you page at the end of installation process ? if that I think it does not matter, the master is that your site is working well.
    Can you share with me your url where the problem of photo layout is being seen ?

    coffeedrinker Friend
    #464866

    Hi Sherlock Holmes

    Thanks for replying. The photo layout was my mistake, I was looking at the fact that there was 8 sample files in the gallery folder but having taken another look at the demo I realize that it does indeed only have six photo’s showing. The thank you page is the one underneath ‘You’ll Say’ it has the just married car at the bottom and none of this is displaying. It is not important don’t really need it, apart from wanting to know what I’m missing lol. I will send you url etc.

    Sherlock Friend
    #464906

    Hi coffeedrinker,

    You said that it’s not important, not a problem so what’s your problem right now, what do I need to check at your site ?

    coffeedrinker Friend
    #464986

    the only real issue i have now is that In the photo display the third and fourth picture are not spaced out like the rest.

    Sherlock Friend
    #465079

    <em>@coffeedrinker 335445 wrote:</em><blockquote>the only real issue i have now is that In the photo display the third and fourth picture are not spaced out like the rest.</blockquote>

    You can open the file of templates/ja_mers/css/template.css looking for this css
    span.ja-gallery-item {
    border: 1px solid #DDDDDD
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    }

    Change it to
    span.ja-gallery-item {
    border: 1px solid #DDDDDD
    display: block;

    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    }

    I hope that should help !

    coffeedrinker Friend
    #465120

    Thanks for looking, there is a little gap between them now.

    Sherlock Friend
    #465155

    Ok coffeedrinker,

    I think you can try to replace that css by this one

    span.ja-gallery-item {
    border: 1px solid #DDDDDD
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    }

    I hope it should help !

    coffeedrinker Friend
    #465267

    Thanks Sherlock Holmes. That seems to have worked very well.

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

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

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