Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • bss666 Friend
    #138575

    On 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 Friend
    #293453

    hi

    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 Friend
    #293521

    Doesnt 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 Friend
    #293656

    i can help take a look.

    pm your live site address, joomla admin and password

    jsliao Friend
    #293708

    Hi, 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 Friend
    #293851

    Thank 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 Friend
    #293861

    there are 2 mod_footers

    one in modules
    one in templatesja_olivinehtmlmod_footer

    do check both of them. just make sure in the end, there are <small> tags around your copyright notice

    bss666 Friend
    #293883

    In 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

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

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