Search Results for 'header'

Results from the Forum
Jukka Mykkanen
tagDiv Member

Lars, I had the same problem and I found a solution. Just go to Theme panel and change Header Style to something else, click Save Settings and then change it back to what it was and Save Settings. Try it!

Regards,
Jukka

chauffeur
Participant
#0

Hi,

I’m trying to change the header ad with the following code:



However, when I click on “save settings”, it keeps displaying the animated logo forever. What did I miss?

Thanks

ArgBursatil
Participant
#0

Hi, I’m using Style 8 Hibrid Menú 2. I set black color for Header and Main Menu, buy Mega menu are white colored. I can’t find where or how I can change this color for Mega Menus.

My site is www . argentinabursatil . com / blog

Regards!

williamsmiller
tagDiv Member

Nevermind, solved it on my own. I only costumized the header.php and forgott about/oversaw the theme-header.php file!

Thanks anyway! 🙂

ycetindil
Participant
#0

Hi, at http://jwf.org ‘Featured Programs’ header is showing centered and different from the other headers. How can I make it the same with others?

Thanks.

Mini2010
tagDiv Member

Hello Catalin,

Not at all, I don’t look for this feature you describe.

I ask to indicate the place wich changes the MAIN MENU TEXT COLOUR ON HOOVER/when ACTIVE.
Here what I have, HEADER text stays always black: http://prntscr.com/b8yscr
I want it like on your demo: http://prntscr.com/b8yq7z (menu style 11)

I ask to indicate the piece of code in styles or elsewhere that does it (menu style 11).

Thanks,
Mini

destanley
Participant
#0

Love this theme! As a thank you, here’s some custom code. Sure there are better ways, but I don’t know them. 🙂 I spent last night coding this out, and I figure some others might have the same request. I’m running WordPress MU and wanted to share a menu with all the sites, but I didn’t want to manually enter each in. The code will pull the contents from the top menu into the mobile menu.

//// TO MAKE MENU APPEND TO MOBILE RESPONSIVE MENU. ONLY TOP LEVEL LINKS /////

Custom CSS – Enter into Theme Options -> Custom Code -> Custom CSS

@media (max-width: 767px)
{
/* Hide Dropdowns */
#menu-top-bar li ul {
display: none !important;
visibility: none;
}

/* Hide Down Icon */
#menu-top-bar .td-icon-menu-down {
display: none;
}

.top-header-menu li {
display: list-item;
}
}

CUSTOM JAVACSRIPT – Enter into Theme Options -> Custom Code -> Custom Javascript

jQuery(function() {
var content = jQuery(".menu-top-container").contents(); //GET TOP MENU CONTENT
jQuery(".td-mobile-content").append("<hr />"); // THIS JUST ADDS A DEVIDER
jQuery(".td-mobile-content").append(content.clone()); //clone to contents (so it won't be reomoved from original element) and move element into menu
});

That’s it. 🙂 Below are a few more options.

/// THESE ARE OPTIONS THAT DON’T PULL THE CODE INTO THE MOBILE MENU, BUT DISPLAY IT AT THE TOP.

CSS TO MAKE TOP MENU (ONLY) SHOW UP ABOVE THE CONTENT IN MOBILE MODE (newspaper 7). This one has the links side by side with drop downs..

@media (max-width: 767px)
{

.td-header-sp-top-menu {
display: block !important;
}

.td-header-top-menu-full {
display: block;
}

#menu-top-bar {
padding: 0 0 0 40px !important;
}
}

CSS TO MAKE TOP MENU (ONLY) SHOW UP ABOVE THE CONTENT IN MOBILE MODE (newspaper 7). This one removes dropdowns and stacks the links.

@media (max-width: 767px)
{

.td-header-sp-top-menu {
display: block !important;
}

.td-header-top-menu-full {
display: block;
}

#menu-top-bar {
padding: 0 0 0 40px !important;

}

#menu-top-bar li ul {
display: none !important;
visibility: none;
}

#menu-top-bar .td-icon-menu-down {
display: none;
}

.menu-top-container {
margin-right: 0px;
}

.top-header-menu li {
display: list-item;
position: relative;
margin-left: 0;
/* background-color: #dcdcdc; */
border-bottom: .5px solid;
padding-left: 10px;

}

#menu-top-bar {
padding: 0 0 0 0px !important;
min-width: 400px;
}

.td-header-top-menu {
padding: 0px;
}

}

saycool
tagDiv Member

UPDATE:
Articles/post styles with full page header like style3 contains in <article> tag sidebar and comments – way too much HTML.
But some times if post have some image gallery, even post style1 is too long for Google News 🙁

saycool
tagDiv Member

Error is only on wide header images like in post style3.

Bogdan B.
tagDiv Staff

Hi,

I have inspected this issue and it seems the z0index is set to 0. Please use this css to increase it:
.td_category_template_6 .td-category-header{
z-index:10!important;
}

I will also add this to our buglist and we will fix it in the next version of the theme.

Thank you!

Catalin
tagDiv Staff

Hello Mini2010,

I suppose that you are referring to this border underneath your main menu bar, like this -> http://screencast.com/t/lZwYcAF1 If you want to add this feature to be available for your main menu bar from Header style 5, please notice that it is not a simple task and require more additional customization through the code in order to achieve as you wish. As a hint, this border is added something like this -> http://screencast.com/t/tDwsqOQ8v7O If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks!

geo782
Participant
#0

Hi,
In the header of a category, there is a dropdown button to sort articles by Latest, Last 7 days, Popular e.t.c.
If you go to the button to show the options, they disapear if you move the mouse the the 4th option. I know there is a problem with z-index but I can;t find the problem. Its Category template style-6.

Regards
George

Mini2010
tagDiv Member

Hello Catalin,

Its clear that header styles are different. My question was which part of code in Styles sheet or elsewhere changes the MENU TEXT ACTIVE & HOVER COLOR in meny style 11. As in theme settings as you showed also for 11 there is no button controlling it. I will try to apply it for 5.
Thanks for your understanding!
Mini

Catalin
tagDiv Staff

Hello Edward,

Please notice that if you are using more items for your top-bar menu, the social icons will fall to the second line. To fix this case, please try to use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.top-header-menu li a {
margin-right: 15px;
}

The result -> http://screencast.com/t/E6EkmWB2

Thanks.

Catalin
tagDiv Staff

Hello Mini2010,

Please notice that our header styles differ between them and the MENU TEXT ACTIVE & HOVER COLOR do not apply the same for each header style, as you can see here -> http://screencast.com/t/RqRaemCJgEyb -> http://screencast.com/t/GY1RwozB and http://screencast.com/t/IdMaISFyRZ -> http://screencast.com/t/T5IRbGwMypNo

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

Replace the code from header-style-8.php with this one: http://pastebin.com/f1MkPs0v You have to insert page’s id in the function indicated here: http://screencast.com/t/kqtmg5E1Er

Let me know how it goes.
Thanks!

Edward
Participant
#0

Short and easy:
Before latest update, this fitted in one line…

Now its two lines. Did you increased some spaces?

solar
Participant
#0

Hello,

The logo in the header on mobile is clear, but the logo used in footer is blurry for mobile.

Is the logo being used for desktop applications or the one for mobile applications?

Could someone assist?

thx

Mini2010
Participant
#0

Hello,

I use header style 5.
In your demo site Politics(World news) you use header style 11(the style is different from your documentation/header styles-to update)- Active main menu tab or on hoover changes background colour and TEXT COLOUR (becomes white)

In theme settings/theme colours/Main Menu you have:
-MENU BACKGROUND COLOR – I have white
– ACTIVE & HOVER COLOR – bleu
– MENU TEXT COLOR – black

But there is no MENU TEXT ACTIVE & HOVER COLOR.
I tried to find the code which makes the ACTIVE/HOOVER text colour change in style 11 – can’t find.

Can you indicate me the source and code of it – that I may apply it to the Hedaer style 5.

Thanks in advance,
Mini.

Balleto
tagDiv Member

I try change in theme panel but not change…

After update v 7 theme panel does not work.all changes that have been saved in theme panel has not changed at all . costume css code after the save setting no effect change at all . I also tried to change the header style and background mobile menu also has not changed at all .

Bogdan B.
tagDiv Staff

Hi,
I see you already removed the picture. It;a a logo not a simple image. You can add or remove logos from the header section of the theme panel.
The ad can be removed from the ads section here: http://screencast.com/t/NGn5apyPw
There were a few issues with the server but they are now fixed and installing and uninstalling demos should work as expected now.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I’m not sure exactly what you mean. Do you refer to the ‘Placing ads under a misleading header’ section? Our theme provides different ad spots in the head based on the header style that you chose. We cannot say for sure what google decides with their policy. If google suggests you change the ad position, you will have to follow along as they are the ones making the rules for their ads. There is nothing we can ‘fix’ in this matter. Our theme also provides a sticky sidebar and google clearly specifies that sticky ads are not allowed. If a user decides to place an ad in the sticky sidebar, then we cannot control this. We cannot remove a theme ad spot or move it based on a single ad provider. Our theme was built to work with adsense, not ‘adsense only’. You will need to use the ad spots in conformation with the adsense TOS.
Thank you!

tarikbader
Participant
#0

Hi Tagdiv Team

i am constructing a site in Arabic language and Arabic is RTL language , i noticed in the header styles available that there is no option for making the logo on right and the menu on left , and also the menu items in the main menu arranged from left to right so the main page menu item begin at the most left which is right for English languages but its reversed for RTL languages so how i can have a header that the logo on right and the menu on left and menu items begin from right , also i am suggesting to add this header style in your next updated as one of the options since many RTL use this setup

Catalin
tagDiv Staff

Hello alpsbox,

1)I suspect this problem come from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. I saw that you have used some untested plugins which could create this issue. Please try without them and check the results.
2)Please try the code below.
.td-category-header {
z-index:3!important;
}

The result ->http://screencast.com/t/xlj8bRhciKsx

Thanks.

Prabs_k
tagDiv Member

Hi Catalin, The pass is slant. And the top bar seems to be working when i adopt a different style for the header. therefore I don’t think its a conflict issue. Although I have tried switching off the plugins and the issue still seems to be there. Pls help.
Thanks.
Prabs.

Viewing 25 results - 24,051 through 24,075 (of 29,850 total)