Search Results for 'header'

Results from the Forum
Vanesafp
tagDiv Member

The whole state of the system is reviewed, following your parameters and nothing.

I can not change the settings of the Top bar, for example …. However the Header Style is changed. It’s very strange.

Bogdan B.
tagDiv Staff

Hi,

Well our theme does not have any option to increase the header height so it has to be done with css. You will have to use the browser inspector and identify the correct classes to use in the css: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks.

Catalin
tagDiv Staff

Hello newbietamvan,

Sorry for the delay but please notice that we have had day off because we have celebrated our Christmas Holiday, as you can see here -> http://screencast.com/t/kfwLMa9A

I guess that you are using the Background and that’s why the header menu and footer section will be switched in boxed mode. Please notice that our theme will be switched in boxed mode if you will add a background image and that’s why the Footer and the Header are not be displayed in full width. Unfortunately, the theme does not have any such an option that allows you a way to change this behavior from the panel, but you can do that using a bit of CSS code. You should follow the next topic here -> https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/#post-56800 because there you find a solution in this regard.

Thanks for your understanding!

FishOutOfWater
Participant
#0

Hi folks pardon my incredible terseness – but I’m so “newb” to site creation and WP that it’s just appallingly embarassing…I know how newbs can be a real nuisance – but I just need a little ‘boost’ here. I need a map.

I’m trying to slowly create a Newsmag themed site, and have been working basically 3-4 days straight adjusting settings, options etc. But I find myself ‘lost’ in that I’m not sure what “area” of a page is affected by a certain setting. Where IS the “heading” and the “main menu” etc. Well those I know…but for example fonts are driving my bonkers, b/c there are probably 100-ish font settings but I’ve got no way to determine what’s what without changing one single font entry at a time and then going back and forth, go into the site, see what font changed, go back etc etc. I’ve done about 10 and it takes me about 30 minutes per each font line item to figure out what/where it is, how it looks etc.

Anyway I’m basically exhausted at this point and hoping there is some “blueprint” or area that shows in almost ‘idiot cartoon’ form with numbers and arrows “this is the header this is the post title this is the block module” etc.etc. and I’ve gone through every page of the documentation and there’s not a single diagram that simply says whats what and where comprehensively.

In medicine this would be “anatomy” – arrow to liver, arrow to spleen, arrow to diaphragm etc.

Without some sense of whats what and where what is, I literally will be at this for a good 3-4 years before I figure out what each setting affects. To that end if there is a blueprint/”anatomy” map (channeling Nader here) someone can point me to I’d be so grateful – I’m trying to do surgery and have no idea what the Newsmag anatomy is or where to find it. And it’s exhausting 4 days into it 😐

Thanks. Sorry for being a newb I realize web creators/experts know every bit of whats what but I’m just flailing. The endless ‘fonts’ setting area just totally demoralized me – complicated by the fact that there is no reference to what each font looks like so except for regular fonts, it’s a total crapshoot.

I just think there must be a map or diagram to make this easier to navigate for non-experts.

Thanks in advance.

Vanesafp
Participant
#0

I need help Theme panel does not respond. Change the settings of the header, blocks settings (Meta info on blocks, for example) but nothing works. Nothing changes …
Always save settings, but when I return to the setting it has not been saved.
It’s very frustrating.

vtanathip
Participant
#0

I have followed the instruction on this page https://forum.tagdiv.com/header-ads-adsense/ to create a google adsense for my website.

but it didn’t show up properly it shows a white box instead.

Here is a screenshot and my website.

the result: http://imgur.com/dCxdwEr
developer console: http://imgur.com/HDWSIra
google ads shown in code: http://imgur.com/HkTRVPC
theme pannel settings: http://imgur.com/NpjOYL6
website: howtoautomate.in.th

SpiderSeo
Participant
#0

Hello,

I updated the theme as visual composer is still the old version. I had read on the forum that you would only be updated with the new version of the theme, but it is not.

While tagDiv Social Counter does not work properly if the active I go out these errors:

1) Warning: Can not modify header information – headers already sent by (started at /home/maltapla/public_html/viraldazed.com/wp-content/plugins/td-social-counter/td-social-counter.php:3) output / home / maltapla / public_html / viraldazed.com / wp-content / plugins / sg-cachepress / class-sg-cachepress.php on line 335

2) The plugin generated unexpected output of 4 characters During activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

Thanks
Edy

zagleft
Participant
#0

I am attempting to display a header logo that is wider than the specified 272px using Header Style 10. I have uploaded the image file that is larger than 272px wide (544×190) and it cuts off the image such that only 250px (not sure why 250px). Here is how it looks on my staging site (all plugins except Visual Composer disabled and all custom css removed: https://www.screencast.com/t/RkkAmpvafmZk I am also running version 7.6 of Newspaper theme.
Am I missing something?
Thanks in advanced for your assistance.
EJ

nakosar
tagDiv Member

Hello JDF and Bogdan,

I hope you don’t mind me joining your conversation. I would like to know how you solved JDF’s issue #3 (setting mobile header height with CSS).

I have searched for how to solve this but cannot find the solution. This screenshot at this link will show you that I need to increase the height of the white-space header behind my logo and menu button: https://www.screencast.com/t/mi6La8Di

(I was not happy with the smaller size of my mobile logo with menu so I changed the CSS a little, fyi.) Thank you for any guidance you can give me on where you located this in CSS!

Nick

Bogdan B.
tagDiv Staff

Hi,

You can use this code to make the header transparent so you can see the background behind it. You dop not have a background now so you will not be able to see it until you add a background:
.td-banner-wrap-full, .td-header-menu-wrap-full{
background-color:transparent!important;
}

Thank you!

Anna
tagDiv Member

Hi Bogdan,

Thank you for your message.
Followed your steps, unfortunately, that did not work. Instead, the height of the white space become bigger.
Now, I am having the bigger space and my logo on the header image is outlined as well.

Any suggestions?
Thank you,

Anna

Bogdan B.
tagDiv Staff
menu - reply

Hello,

Sorry but the menu cannot be stretched. You will have to use a header style that does not use a logo on the same line as the menu in order to have more room for menu items. Here is a list of the header styles you can use with our themes: https://forum.tagdiv.com/header-styles/

Thank you!

Catalin
tagDiv Staff

Hello hadharm,

If you want to add a Javascript code, please notice that from Theme panel, you can add only one code. For example, for your first code, you should load this in Custom Code, like this -> http://screencast.com/t/VGkQyVknOK and if you have more than one code, others you must load them into header.php and footer.php.

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,

Try to use only 1 selector for the menu like so:
.td-header-top-menu-full{
border-bottom: 1px solid #2a3657!important;
}

Change your cod and remove the other selectors. Remove any other border code and use this one.

Thank you!

saggel
tagDiv Member

hello again.

i use this codee

.td-post-template-7 #td-full-screen-header-image {
transform: translate3d(0, -350px, 0) !important;
}

.td-image-gradient-style7::after {
height: 150%;
}

but, the gradient move to the top, as you can see in this example.

with new code: http://screencast.com/t/4vnIVG2J

with default code: http://screencast.com/t/gTrKJ3Hr

can you tell me how i fix the gradient?

Simion C.
tagDiv Staff

Hi,

Add this code in Theme Panel->Custom Css

.td-header-gradient:before {
background: none;
}

Thanks

cruising-sea
Participant
#0

Hi,

I am trying to upload the latest version of Newspaper, and it ends up broken theme all the time. So I have contacted my hosting company, and they tried to upload it, and it also ended up as a broken theme.
They send me a message to send you.
Here it is:

The following themes are installed but incomplete.

Name: Description
Newspaper: Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Newspaper:Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.

Please send these error messages to the theme developer and ask them what can be done to resolve them.

We would like to assist you further with this however we can’t do anything without a complete theme. Thanks for your understanding.

Can you please help me with this?

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. The border none property you have on your menu seem to come from your end, not the theme. A css that comes from the theme will say it comes from style.css next to it. The border none you exemplify comes from your end as it says index next to it like so: http://screencast.com/t/inmJdte7vT
And you already have a border rewrite below that code but it gets rewritten by the border none. You should use !important in your code to make sure it does not get rewritten by a more powerfull css selector. Try to use this code:
.td-header-wrap .td-header-top-menu-full .td-header-top-menu, .td-header-wrap .td-header-top-menu-full{
border-bottom: 1px solid #2a3657!important;
}

Remove your previous one, do not use duplicate css codes.

2. This ios done fairly simple using this code:

.td-footer-wrapper .td_block_text_with_title{
text-align:center!important;
}

I hope this helps.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Thank you for your suggestion but unfortunately this will be very difficult to make as we would have to create a special version of the theme to fit the Chinese software limitations including google fonts and social networks. I will add this suggestion but i cannot promise anything as our theme is sold international and we have to fulfill the majority’s demand. Sorry. You will have to customize the theme to add your very own social networks and remove the existing ones. This can be done for the social share icons or the header and footer icons, but for the social counter plugin, this will be very difficult to make as it is a very complex plugin.
Here are a few examples of how to add a social icon to the post sharing icons:
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/

Thank you!

netadmin
Participant
#0

See screen shot link below.

If you look below the menu there is a separator line between the main page area.

How do we remove that faded line?

https://snag.gy/GaZstB.jpg

Thank you

Fidel de Rooy
Participant
#0

Hi.

I’m struggling with two issues pertaining the top menu and the footer.

1. In a recent entry in this forum (see https://forum.tagdiv.com/topic/logo-sizeresolution-and-top-bar-bottom-border/) I asked the Support Team to help with displaying a 1px bottom border in the top menu of my site (site URL is http://www.psl.ucr.ac.cr). They came up with this code that worked very well for a while:

.td-header-wrap .td-header-top-menu-full{
border-bottom: 1px solid black;
}

Recently you released an update for Newspaper (version 7.6), which I installed successfully. The thing is that my top menu bottom border has disappeared since I updated the theme. I’ve noticed through Chrome’s developer panel the there is a none bottom border property for the top menu now, which I’m unable to modify from the Custom Code section in the Newspaper Theme Panel (see this screenshot: https://www.screencast.com/t/FpjgmqeCXnA7). I’m trying this code in the Custom Code section, but it doesn’t seem to work:

.td-header-wrap .td-header-top-menu-full .td-header-top-menu, .td-header-wrap .td-header-top-menu-full{
border-bottom: 1px solid #2a3657;
}

Could you please help with some correct code to display the bottom border in the top menu again?

2. I’m also trying to center some of the content in my footer. I’m using Style 8 for the footer, which divides the footer into two one-colum rows, the top row being empty so one can add some custom content. There I’ve added some basic text with links. All I need is to center at the middle of the page the text in that first row of my footer (see this screenshot: http://www.screencast.com/t/F21yp2mgdA). Could you please provide the right code needed to achieve that? I’ve tried some options, but they don’t seem to work.

I hope this is not too much to ask. Thanks a lot in advance.

Cheers!

Fidel

Bogdan B.
tagDiv Staff

Ok,
But this does not help me provide any solution. I wanted to see your background and site as not all header styles are the same, not all containers are the same. Thsi does not help me figure it out for you.
Thanks

Catalin
tagDiv Staff

Hello kuolema,

Try to add the !important tag after each 0 to give a higher priority for your code, like this ->

.td-a-rec-id-header_mob {
margin-top: 0!important;
margin-bottom: 0!important;
}

Thanks.

Catalin
tagDiv Staff

Hello kuolema,

Try the code below and place it in Theme panel->Custom CSS area.

.td-a-rec-id-header_mob {
margin-top: 0;
margin-bottom: 0;
}

The result is here -> http://screencast.com/t/3lqBQoaiZ

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

This will only be manageable through hard-coding it. You will have to change the theme code in oreder to use the ad spot for some other purpose except the theme intended one. For example, on a header style 1, here is the code you need to alter: http://screencast.com/t/jMmP0Yhmki7

Thank you!

Viewing 25 results - 22,201 through 22,225 (of 29,850 total)