Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • okkhalid Friend
    #198269

    Hello, the footer position is coming in one big block.

    How I can add 2 block, not it says: Footer
    can i have footer-a, and footer-b

    Please help.

    Thanks,


    1. ffffff
    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #537023

    Hi @okkhalid,

    edit your footer.php located under ../templates/ja_decor/tpls/blocks
    go find


    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />

    and change it alike


    <?php $this->spotlight('footnav-b', 'footer-a, footer-b') ?>

    and don’t forget to add


    <position>footer-a</position>
    <position>footer-b</position>

    into your template’s templateDetails.xml

    after that, you need to restyle the css to meet your goal.
    (best and easiest way is to do that via custom.css, you can create one if you have not)

    okkhalid Friend
    #537112

    Hi, it worked well, thank you,
    but how I can reduce the height for the footer, since its too big?
    Thanks,

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #537122

    you’re welcome..

    you might want to read a thorough guidance on using firebug to customize your site written by @tomc, or you could also use Google Chrome’s Inspect Element to find which element needs to be restyled.

    for the quickest work, you can create a custom.css under ja_decor/css
    and put these lines


    .t3-copyright {
    font-size: 12px;
    padding-top: 23px;
    padding-bottom: 23px;
    }

    note: set the numbers in red to suit your needs

    okkhalid Friend
    #537123

    Hi, I have applied the code but it did not work

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #537218

    just to make sure, have you changed the number in red?

    is it on your local computer or can we access it online? if it’s online, can you provide us with the link and its credential, so that other moderator can have a look also..

    thank you

    okkhalid Friend
    #537331

    Hi you will find the login info to the site in this post:
    http://www.joomlart.com/forums/topic/feature-projects-not-showing/

    thank you so much

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #537336

    Hi.. add


    .t3-copyright .t3-module {
    margin-bottom:0px !important;
    }

    or adjust it to suit your needs..

    okkhalid Friend
    #537337

    Great Thank you so much, it looks great. 🙂

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

This topic contains 9 replies, has 2 voices, and was last updated by  okkhalid 10 years, 5 months ago.

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