Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sebbs Friend
    #196393

    hello my site is: http://baico.dev.dnsnetworks.ca/index.php/en/
    I would like my contact us to be on the far right (where the settings link was in the original Bookstore template)
    How can I do this? I’ve tried the none position also the toolbar ct2 (not sure if I spelt that right) position
    ALSO – i created an article (Title was Contact Us) and I am trying to locate the actual URL for that page but am having a hard time… It’s in the Contact Category… if that helps… I’ve even added the article to a menu item (example :Publishing) copied that link but it ended given me the wrong URL…. how do I find the right one?

    newsun11026 Friend
    #529316

    Hi,
    – If you want “Contact Us” to be on the right, you can try set position “toolbar-ct-3”
    – With URL for “Contact Us” you should create menu Contact then copy link.
    I hope it will helpful for you.

    sebbs Friend
    #529405

    When I put it in that position .. this is what happens:

    Can anyone help me just have Contact Us and not the Setting plus a drop down?


    1. contact
    newsun11026 Friend
    #529417

    Oh, I see.
    You must change header.php file in templates/ja_bookshop/tpls/blocks/header.php
    Change this code
    [PHP]
    <div class=”btn-group”>
    <button type=”button” class=”btn btn-default dropdown-toggle” data-toggle=”dropdown”>
    <i class=”fa fa-globe”></i><?php echo JText::_( ‘TPL_SETTINGS’ ); ?>
    </button>
    <div class=”dropdown-menu” role=”menu”>
    <jdoc:include type=”modules” name=”<?php $this->_p(‘toolbar-ct-3’) ?>” style=”T3xhtml” />
    </div>
    </div>
    [/PHP]
    to
    [PHP]
    <jdoc:include type=”modules” name=”<?php $this->_p(‘toolbar-ct-3’) ?>” style=”T3xhtml” />
    [/PHP]

    sebbs Friend
    #529423

    That worked… hmmm now for the rest of my problem!

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

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

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