-
AuthorPosts
-
okkhalid Friend
okkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
May 29, 2014 at 3:03 am #198269Hello, 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-bPlease help.
Thanks,
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
May 29, 2014 at 4:37 am #537023Hi @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.xmlafter 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 Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
May 29, 2014 at 5:40 pm #537112Hi, it worked well, thank you,
but how I can reduce the height for the footer, since its too big?
Thanks,ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
May 29, 2014 at 8:09 pm #537122you’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 Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
May 29, 2014 at 8:24 pm #537123Hi, I have applied the code but it did not work
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
May 30, 2014 at 11:02 am #537218just 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 Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
June 1, 2014 at 1:48 pm #537331Hi 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ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
June 1, 2014 at 7:49 pm #537336Hi.. add
.t3-copyright .t3-module {
margin-bottom:0px !important;
}
or adjust it to suit your needs..okkhalid Friendokkhalid
- Join date:
- November 2012
- Posts:
- 229
- Downloads:
- 2
- Uploads:
- 133
- Thanked:
- 3 times in 1 posts
June 1, 2014 at 8:30 pm #537337Great Thank you so much, it looks great. 🙂
AuthorPostsViewing 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
footer
Viewing 9 posts - 1 through 9 (of 9 total)