-
AuthorPosts
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
October 1, 2013 at 10:36 am #191060Hi, 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.-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 2, 2013 at 9:50 am #507787We 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
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 3, 2013 at 5:08 pm #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
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 8, 2013 at 9:50 am #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.
1 user says Thank You to Ninja Lead for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
October 9, 2013 at 9:33 am #508468Thanks alot, Works perfect.
-
AuthorPosts
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
Jump to forum