Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • ooweboo Friend
    #146102

    Hi I am using the JA Nagya template. I love the look of the template, but i am having problems with spacing on the frontpage. I would like to get rid of the space below the image/text “Experience the view”. I tried everything and the space doesnt want to dissapear. Can somebody please assist me with this problem as it will round off the website nicely i I can get rid of the space

    http://www.franklinview.co.za

    Thank you in advance!

    prakash Friend
    #323947

    The problem I feel is occuring because you have the above image in table and then you have a <p></p> within which you are calling the Experience the view image.

    To fix this you should move the experience image outside the <p> into the table…

    Try to fix it from the HTML code view in articles, that will give you better idea.

    ooweboo Friend
    #324108

    Thanks for the reply – but i tried it and the exstra space is still below “experience the view” image. Any other suggestions? Thanks in advance

    prakash Friend
    #324120

    Hi
    As I dont have access to the admin panel, I can suggest what is wrong. From view source, this is the code being generated.

    <h4><strong>Accredited / Members of the following:</strong></h4>

    <table style="text-align: left;" border="0" cellpadding="0" cellspacing="0">
    <tbody style="text-align: left;">
    <tr style="text-align: left;">
    <td style="text-align: left;"><a href="http://www.naa.co.za/" target="_blank"><img src="/images/stories/naa.png" border="0"></a></td>
    <td style="text-align: left;"><a href="http://www.sabc.co.za/portal/site/sabc/" target="_blank"><img src="/images/stories/sabc.png" alt="sabc" border="0"></a><br></td>
    <td style="text-align: left;"><a href="http://www.tourismgrading.co.za/" target="_blank"><img src="/images/stories/tourism.png" alt="tourism" border="0"></a><br></td>
    <td style="text-align: left;"><a href="http://www.bnbsure.co.za/" target="_blank"><img src="/images/stories/bnb.png" alt="bnb" border="0"></a><br></td>
    </tr>
    </tbody>
    </table>
    <br><br><br><br></li>
    </ul>
    <p><a href="/index.php?option=com_content&view=article&id=70&Itemid=92" target="_self"><img src="/images/stories/home-img3.jpg" border="0"></a></p>

    Now as you see the home-img3.jpg is inside a <p> and also if you see just above that
    <br><br><br><br></li>
    </ul>

    Ideally your image should be inside the table so that there are no spacing problems, but incase you want it outside the table see that the extra br & p are not there and it should solve your problem

    Anonymous Moderator
    #324185

    Hi ooweboo

    please open templatesja_nagyajsja.script.js file, find following code section(233):

    window.addEvent ('load', function() {
    equalHeight();
    addSpanToTitle();
    jaAddFirstItemToTopmenu();
    });

    and change to:

    window.addEvent ('load', function() {
    addSpanToTitle();
    jaAddFirstItemToTopmenu();
    });

    ooweboo Friend
    #324204

    Hi – I have tried it, but it looks like there is more space now under the image “Experience the View”. I basically want all the space between the image and the bottom modules to go away. Please help me? Thanks alot for you assistance so far.

    After i have changed it, i changed it back, because there was more space and unfortunately the site is live, so dont want the client to moan. thanks alot.

    prakash Friend
    #324232

    Hi

    Can you do one thing, from admin panel open the article, open HTML view, and then paste or upload the html code in a text file over here.

    I will replicate it locally and let u know what the problem is

    prakash Friend
    #324239

    See the screenshot, I copied the text from your site and replicated it at my end.

    I still find that this is a issue related to extra breaks. I removed them and you can see the result below

    Anonymous Moderator
    #324362

    Hi prbalge

    after remove equalHeight();

    you open templates/ja_nagya/css/template.css file, at about line 524, find following code:


    #ja-colwrap {
    float: right;
    overflow: hidden;
    width: 45%;
    background: url(../images/dot.gif) repeat-y center;
    margin: 20px 0;
    height: 700px !important;
    }

    Additional, in Landmarks module, i saw a lot of br tag in Sports Stadiums
    4km item. You should remove it. it is the main cause.

    ooweboo Friend
    #324402

    Thanks for your reply, appreciate it!!!

    ooweboo Friend
    #324403

    Thanks alot for all your help – problem solved!!!

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

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

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