Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hjalte1983 Friend
    #191060

    Hi, i had this problem
    http://www.joomlart.com/forums/topic/how-do-i-remove-this-4/

    But now i noticed the problem is back.
    however i updated ja brisk template to latest version 1.0.6 but now the the text disappears if i take the mouse over it.
    see image.
    i haven’t touched any css files.

    I also got another problem with the latest update,

    the margin between my logo and main menu are now huge, how do i change that back so i dont have menues on 2 lines.
    see image.


    1. jabriskbug
    2. logoproblem
    Ninja Lead Moderator
    #507787

    We have fixed this problem on T3 framework and it will be released on next version. But you can follow the below solution, it will help you to fix on tooltip

    + Download and extract my attachment file

    + Copy it into plugins/system/t3/base/js/script.js file

    + Open plugins/system/t3/base/js/script.js file

    You can see this fixes on file

    // overwrite default tooltip/popover behavior (same as Joomla 3.1.5)
    $.fn.tooltip.defaults.html = true;
    $.fn.popover.defaults.html = true;

    With your other concern, I would like to check it directly on your site. So that I can take a look and try to assist, please provide the url of the site you’re working on


    1. script.zip
    Ninja Lead Moderator
    #507940

    @hjalte1983: I have uploaded script.js into plugins/system/t3/base/js/ folder on your site and the problem on your site fixed. Please check it again.

    Let me know if it helps

    Ninja Lead Moderator
    #508361

    @hjalte1983: This is my solution for the problem you pm me.

    <blockquote>i still need to change the margin between my logo and the main menu, where can i do that,

    the margin pushes 2 of the menu down to next line. this problem came after updating the template, thanks.
    </blockquote>

    Open templates/ja_brisk/css/themes/green/template.css file

    From

    .t3-mainnav .navbar .nav > li > a {
    border-top: 0;
    font-weight: normal;
    font-family: 'robotobold';
    padding: 5px 15px;
    text-shadow: none;
    }

    Change to

    .t3-mainnav .navbar .nav > li > a {
    border-top: 0;
    font-weight: normal;
    font-family: 'robotobold';
    padding: 5px 10px;
    text-shadow: none;
    }

    + Open /templates/ja_brisk/tpls/blocks/header.php file

    Line 24:

    From

    <div class="ja-logo span2">

    Change to

    <div class="ja-logo span1">

    Line 36:

    From

    <div class="ja-mainnav span8">
    Change to

    <div class="ja-mainnav span9">

    I fixed it directly on your site. Please check it again, let me know if it helps.

    hjalte1983 Friend
    #508468

    Thanks alot, Works perfect.

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

This topic contains 5 replies, has 2 voices, and was last updated by  hjalte1983 11 years, 1 month ago.

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