Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • kadirgur Friend
    #195555

    I want logo to be placed above the menu like in JA university template. Please can anybody help me?

    chavan Friend
    #525827

    do you need your site header to look like this image. Also please post your site Url


    1. Responsive-Joomla-template-for-business-JA-Biz-2014-03-07-21-22-50
    kadirgur Friend
    #525887

    Exactly this is what I need. I tried couple of modifications in php codes but I am not succeed.

    chavan Friend
    #525978

    Create custom.css follow this tutorial http://t3-framework.org/documentation/bs3-customization#custom-css

    Add this code to custom.css


    .t3-mainnav .t3-navbar {
    float: left !important;
    margin-top: 60px;
    }

    kadirgur Friend
    #526011

    Thanks. It works well.

    kadirgur Friend
    #526087

    Is there any way to make only main menu line to be sticky when scrolling down? I tried to create new block (header-menu) and put menu inside of it but new block placed on previous (header) block

    chavan Friend
    #526197

    can you please post your site url to check the actual view of your site.

    Hayden A Friend
    #526223

    @kadirgur,

    You need backup your site first

    Then extract this attachment and override the files below:
    – from supportheader.php ==> to templatesja_biztplsblocksheader.php
    – from supportscript.js ==> to templatesja_bizjsscript.js

    Next, create a new css file named: custom.css in the templatesja_bizcss path, then add following rule:
    [PHP].t3-mainnav {
    width: 100% !important;
    }

    .t3-mainnav.affix {
    top: 0;
    }

    .top_header {
    position: relative;
    min-height: 60px;
    }

    .head-search{
    right: 0 !important;
    }

    .logo {
    top: 15px;
    }[/PHP]


    1. support.zip
    hasankayman Friend
    #526304

    After completing these steps sticky menu enabled when scrolling but when sticky enable I have such problem as seen in attachment


    1. error
    Hayden A Friend
    #526384

    @hasankayman
    I need to debug directly on your site, please PM me url, admin and ftp credentials of your site

    Hayden A Friend
    #526573

    @hasankayman,
    Please open the file templatesja_bizcsscustom.css path, then add following rule:

    [PHP].t3-megamenu .navbar-nav .dropdown.open a.dropdown-toggle:after,
    .t3-megamenu .navbar-nav .dropdown:hover a.dropdown-toggle:after,
    .t3-megamenu .navbar-nav .dropdown:focus a.dropdown-toggle:after,
    .t3-megamenu .navbar-nav .dropdown:active a.dropdown-toggle:after {
    bottom: -19px;
    }

    .t3-megamenu .mega > .nav-child.mega-dropdown-menu {
    margin-top: 6px;
    }[/PHP]

    Let me know how it goes.

    hasankayman Friend
    #526581

    Yes it works perfectly

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

This topic contains 12 replies, has 4 voices, and was last updated by  hasankayman 10 years, 2 months ago.

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