Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • tiwi Friend
    #198661

    I have one page with a community answers component that has a slightly different main menu look, it is bold and outligned to the middle or left. Is there an conflict or something with the component? How to have it look as the rest?

    Thanks

    This is the page http://www.voordeelschilder.nl/vraag

    Ninja Lead Moderator
    #538577

    The problem on your site occurred due to conflict between css style and bootstrap. You can fix as follows:

    Create the templates/ja_sugite/css/custom.css file and add this rule:


    #cj-wrapper div.nav-collapse.collapse.ca-nav-collapse.navbar-collapse {
    float: left !important;
    }

    #cj-wrapper a.brand.navbar-brand {
    float: left !important;
    padding: 5px 0px 0px 10px !important;
    margin-left: 0px !important;
    height: inherit !important;
    font-weight: normal !important;
    font-size: medium !important;
    }

    tiwi Friend
    #538990

    Thank you. but it did not solve the issue.

    I think the ja-sugite template has a conflict with the component community answers. This q and a component works normal wth other templates but with the ja-sugite there are issues.

    I received support from the q and a component team discussed here: http://www.corejoomla.com/forum/community-answers/14369-the-ask-form-does-not-show.html

    They say it has to do wth how the template works?

    Ninja Lead Moderator
    #539047

    JA Sugite template is based on T3 framework which supports Bootstrap.

    Please check with extension provider if the extension supports Bootstrap or not.

    tiwi Friend
    #539154

    They say the template is using Bootstrap version 3 instead of the default bootstrap library bundled with Joomla. I don’t know of this causes the issues?

    Ninja Lead Moderator
    #539200

    <em>@tiwi 432574 wrote:</em><blockquote>They say the template is using Bootstrap version 3 instead of the default bootstrap library bundled with Joomla. I don’t know of this causes the issues?</blockquote>

    The reason in this case is that your extension does not support Bootstrap v3, meanwhile our JA Sugite template works with Bootstrap V3.

    tiwi Friend
    #539487

    Thanks. Is this also the reason the main menu is alligned to the eft and bold? or is there a way to solve this issue?

    Ninja Lead Moderator
    #539604

    <em>@tiwi 432990 wrote:</em><blockquote>Thanks. Is this also the reason the main menu is alligned to the eft and bold? or is there a way to solve this issue?</blockquote>

    Yes, that’s right. It would be best if you can provide screenshot to illustrate how you wish to achieve, I will give you suggestion then.

    tiwi Friend
    #539713

    Attached a screenshot, the above menu is as it looks on the page with the community answers component (the menu andlogo size is different), below that in the same i mage I copied the top of the page as it is on every other page.


    1. menu
    Ninja Lead Moderator
    #539828

    Please try this tweak to fix the menu issue.

    Open the templates/ja_sugite/css/custom.css file and add this rule:

    .navbar .nav {
    float: right !important;
    margin: 0px !important;
    }

    tiwi Friend
    #539964

    Thanks, the menu is outlined to the right now

    It is a detail but the menu is still bold and the logo is smaller than on the other pages?

    Ninja Lead Moderator
    #540007

    <em>@tiwi 433632 wrote:</em><blockquote>It is a detail but the menu is still bold and the logo is smaller than on the other pages?</blockquote>

    Please open the custom.css file again and add this rule:

    .navbar-default .navbar-nav > li > a {
    text-shadow: none !important;
    }

    img.logo-img {
    max-width: none !important;
    }

    Let me know how it goes.

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

This topic contains 12 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 10 months ago.

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