-
AuthorPosts
-
April 9, 2013 at 2:32 pm #186616
i’m using joomla 2.5 and template JA Mero 1.0.1.
i create module footer-1 until 6 but after preview display nothing. Please advice.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 10, 2013 at 3:27 pm #489449You can fix the problem with this way
Open templates/ja_mero/tpls/blocks/footer.php file
from
<?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4') && $this->countModules('footer-5 or footer-6')) : ?>
change to
<?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4') || $this->countModules('footer-5 or footer-6')) : ?>
Let me know the result
2 users say Thank You to Ninja Lead for this useful post
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-