-
AuthorPosts
-
bss666 Friend
bss666
- Join date:
- June 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 26, 2009 at 12:11 am #138575On the demo page http://template15.joomlart.com/ja_olivine/ you can see that on the bottum there is a menu with the following items: About Joomla! Features News
How can I get a menu like that? http://www.wennekes-elektra.nl/
When you look at http://www.wennekes-elektra.nl/ you can see that the search module doesn’t look like the one in on the demo page, how can I fix that (now it has user4 module position).
Thank you
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 26, 2009 at 1:42 am #293453hi
you just need to unpublish the “Top Menu” from the user3 position.
the search will automatically shift to the right.
otherwise, you can always change the search to “user 3” position.
bss666 Friendbss666
- Join date:
- June 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 26, 2009 at 10:45 am #293521Doesnt work for me, I have no “top menu” module and certainly not on user 3. When I place search on user3 it has an other place than in the demo.
So who can help me?
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 27, 2009 at 1:50 am #293656i can help take a look.
pm your live site address, joomla admin and password
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 27, 2009 at 7:39 am #293708Hi, I have found the problem.
You need to wrap your footer
Copyright © 2009 Wennekes Elektra. All Rights Reserved.with <small> tags, like this
<small>Copyright © 2009 Wennekes Elektra. All Rights Reserved.</small>Therefore, you need to locate your mod_footer code in
templates/ja_olivine/html/mod_footer/default.php
and have something like that.
<small><?php echo $lineone; ?></small>i cant see access you ftp so I cant help you change
bss666 Friendbss666
- Join date:
- June 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 27, 2009 at 3:52 pm #293851Thank you, but in my default.php are already <small> tags:
defined(‘_JEXEC’) or die(‘Restricted access’); ?>
<small><?php echo $lineone; ?> Designed by
<a href=”http://www.joomlart.com/” title=”Visit Joomlart.com!” target=”blank”>JoomlArt.com</a>.</small>
<!–<small><?php echo JText::_( ‘FOOTER_LINE2’ ); ?></small> –>So I don’t think that this is the solution?
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
February 27, 2009 at 6:05 pm #293861there are 2 mod_footers
one in modules
one in templatesja_olivinehtmlmod_footerdo check both of them. just make sure in the end, there are <small> tags around your copyright notice
bss666 Friendbss666
- Join date:
- June 2007
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 27, 2009 at 10:34 pm #293883In modulesmod_footer.php
—
defined(‘_JEXEC’) or die(‘Restricted access’);
global $mainframe;
$date =& JFactory::getDate();
$cur_year = $date->toFormat(‘%Y’);
$csite_name = $mainframe->getCfg(‘sitename’);if (JString::strpos(JText :: _(‘FOOTER_LINE1’), ‘%date%’)) {
$line1 = ereg_replace(‘%date%’, $cur_year, JText :: _(‘FOOTER_LINE1’));
} else {
$line1 = JText :: _(‘FOOTER_LINE1’);
}if (JString::strpos($line1, ‘%sitename%’)) {
$lineone = ereg_replace(‘%sitename%’, $csite_name, $line1);
} else {
$lineone = $line1;
}require(JModuleHelper::getLayoutPath(‘mod_footer’));
—
Where do I put the <small> tags? Thank you
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by bss666 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum