dt125x
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Info about qTranslateXCan you tell me honestly what are my options now except qTranslateX plugin.
I want to be sure that I choose the best plugin I could.Forum: Themes and Templates
In reply to: [Customizr] Deleting empty space in flowing headerOk, I fixed it by this code :
@media (max-width:979px) { .navbar div > ul.nav > .menu-item:first-child > a {margin-top:25px;} }
Problem solved ??
Forum: Themes and Templates
In reply to: [Customizr] Deleting empty space in flowing headerYeah, thats a solution, but now in 3bar dropdown menu I do not see first Home button…
Thank you ??
Forum: Themes and Templates
In reply to: [Customizr] Deleting empty space in flowing headerBut I did not mention 3 bar menu… This is not my problem…
My problem is empty space on the upper side of the menu.You see on this picture there is unused space on the upper side of the menu :
Forum: Themes and Templates
In reply to: [Customizr] Deleting empty space in flowing headerI think that we need some code just to move flowing header div up? But I do not know how :S
There is still empty space over the flowing menu
Forum: Themes and Templates
In reply to: [Customizr] Deleting empty space in flowing headerI did it… What’s next ?
Forum: Themes and Templates
In reply to: [Customizr] Changing flowing menu in rensponsive modeI solve my responsive problem with this code
.sticky-enabled .tc-header ul.qtrans_language_chooser { display:none;
}So I deleted qflags on flowing header but not on normal header…
For normal flowing header now I just need some css code which will delete free space in header where used to be flags, and free space in the bottom of the header… So I just need to clean it up and make it as much as usable as it can that flowing menu does not take too much space…
Can I fix it just for 2 rows because it sometimes on smaller screen takes 3-4 rows…
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Changing flowing menu in rensponsive modeI came to conclusion that I do not need flowing header at responsive screen… It is too big problem with refreshing on small devices and itc…
Which css should be for deleting flowing menu in responsive?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Changing flowing menu in rensponsive modeYou mean about 3 rows in the responsive header should stick in one row ?
I tried deactivating all plugins and than activated css plugin first… nothing changed :S
I tried deleting all css and returning one by one but nothing changed…
It still affects both… fixed and flowing header…
I added
.row-fluid [class*=”span”] {
min-height:0px;}It helped with free flowing space…
Forum: Themes and Templates
In reply to: [Customizr] Changing flowing menu in rensponsive modeI can not see which code in your css make a difference between fixed and flowing header… What should I write in css that specifies it is flowing header?
Forum: Themes and Templates
In reply to: [Customizr] Changing flowing menu in rensponsive modeIt affects on both responsive headers. ( fixed and flowing header)
Remove navbar box does not affect on anything…
Hm, could it be that I have some other code written which overwrites the new one ?
Now your code is installed and you can see how it looks HERE
Forum: Themes and Templates
In reply to: [Customizr] Changing flowing menu in rensponsive modeThanks for your help,
This is good css but I
need it to change just flowing header, not normal header…And I can not find how to adjust transparent area in flowing header, it’s height… Because it takes me too much free space when I move out all the items form header…
Thanks ??
Forum: Themes and Templates
In reply to: [Customizr] Sub menu not showingSorry,
How can I reproduce problem on demo site ?
Forum: Themes and Templates
In reply to: [Customizr] Sub menu not showingWhen I move away the code :
/*Menu do not dropdown when responsive*/
.navbar.resp .tc-hover-menu ul.dropdown-menu {
display: none;
}it works for normal screen, but it does not for responsive…
Forum: Themes and Templates
In reply to: [Customizr] Sub menu not showingI installed 3.2.2. version and it still does not help…
Sub menu does not want to drop down :S