Search Results for 'header'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

Something is not functioning correctly with the logo when sticky for some reason, it should be limited to a smaller size. It should look like this
https://www.screencast.com/t/tPy5AyH01S1i

I could give you a code to enlarge it like this maybe, I can’t exactly identify why it looks like that on sticky
https://www.screencast.com/t/V7gCoxSsXk

@media (min-width: 768px) {
.td-header-style-10 .td-logo-sticky img {
max-width: 200px;
}}

Enter that code in Theme panel->Custom CSS section.

vasiliki
tagDiv Member

Hi sorry for the late answer. I was trying to figure this out with Google.
Turns out that I don’t have a verification code because I have a Hosted adsense account (from youtube) so not realizing this I placed the auto ads code in the header.php and autoads stared appearing everywhere on my website.

Thanks for your time

  • This reply was modified 8 years by vasiliki.
AjitSirohi
tagDiv Member

What ad size would you recommend to be the right size for this header ?

nitroracing
tagDiv Member

Thanks, now it’s aligned. And how about the size of the search bar, how do I make it as big as the search button next to it, in both the fixed header and the menu that appears when I scroll up?

great1212
Participant
#0

The footer logo of my website https://www.PAKDEFENSE.Com is looks somewhat smaller than the Header logo. Please provide me the code to equalize it as header logo

imbob
Participant
#0

Hi I’ve successfully hidden page views on template 13 with this code .td-post-template-13 .td-post-header .td-post-title .td-post-views {
display: none;
}

However, I went to set up the tag AMP plugin earlier and I noticed that on AMP the page views still show, is there something I can add so that it hides views on AMP as well?

wjs@diema.at
tagDiv Member

Hello Catalin,

i know how to do it, but it doens answer my questions

1.) how to right aling the header ad (if its smaller in width than the original size)
2.) how i can make the logo bigger in width

Thanks Walter

Bogdan B.
tagDiv Staff

hello,
this code will affect bothrop-downs, for the siblings and for the ‘latest’ dropdown filters.

.td-category-siblings .td-subcat-dropdown a, .td-category-header .td-pulldown-category-filter-link{
font-size: 11px;
}

Place the code in the theme panel -> custom css box

Thank you!

Simion C.
tagDiv Staff

Hi,

This should do it, give it a try. The code can be entered in Theme panel->Custom CSS code section
https://www.screencast.com/t/s5ypbQhVKicm

.tdm-menu-active-style2 .tdm-header .td-affix ul.sf-menu>li {
line-height: 48px!important;
}

Bogdan B.
tagDiv Staff

Hello,

you can try to tweak it with css a bit but the ad is way too big for the header ad spot. It will not look good. There is no simple solution to implement both that huge ad and the logo on the same row. I this case i recommend using a header style that does not display the header ad next to the logo.

Thanks.

Bogdan B.
tagDiv Staff

Hello
You can add this custom css in the theme panel-> custom css box:

.td-header-style-3 .td-header-sp-logo{
margin-left:0;
}

Thank you!

rocketman
Participant
#0

Hello,

Amazing theme!

I’m wondering how I can fix the logo alignment on the home page to be centered in the header like it appears on all of the other category pages.

In addition, how can I include a right column for the posts in the third section (block 24) on the home page?

Thanks!

wjs@diema.at
Participant
#0

Hello,

how can i resize the header ad to width 480 x heigth 120 (align: right) and the logosize also to 480 x heigth 120 (align left) – see http://www.wirtschaftsanwaelte.at

neoekonomi
Participant
#0

as you see there is a new ad type for adsense: auto ads for amp”. But when want to add this ads it says to add a script code to amp page header. how can we add this code?

Alexandr Andriitsev
Participant
#0

Hello team,

Tell me please is it possibel to show the tiem of the post near the date? Or just single time to make selection of big amount of posts header for entire single day (2 days) like big news news sites are doing.

Thank you in advance!

crazydiver
tagDiv Member

Hello Simion,

THanks. None of the suggestions above helped. However, I activated “Cache HTTP headers with page content” and the caching tests succeed.

I wonder if having this enabled will have any negative effects I don’t see this recommended in the guide you have.

SO far, I’ve been testing for a couple of days and my site is super fast with no problems.

Just letting you know.

Thanks again.

gosiamach
Participant
#0

Hi there, I have just noticed that there is a jolt when I click on the logo or any other navigation link in the header of the website I am building. I can’t share a link since it’s still under construction. I went to your demo sites and notice the same issue with the transition.

Go to your default newspaper demo: https://demo.tagdiv.com/newspaper/, and click on “News8paper” logo or any other link on that page. Before the page refreshes or the content of a new page uploads, there is a shift of content grid. The transition is not smooth, which is what I would expect, but there is a disturbing jolt. Please let me know if this can be fixed! Otherwise, I will have to look for a theme with a better UX.

Thank you for your help!

ctoweett
tagDiv Member

Those are post categories. To remove them, go to Theme Panel>Categories>CATEGORY TEMPLATE
(This is the header of the category), and try to select different category headers (while previewing the news category you screenshot) until you see the links disappear from the header. To change the link target, go to Post>Categories and (edit the category and) assign a different slug to the category you want.

kodiyan
Participant
#0

I just implemented AMP and quick question about these two topics.

1, I did a custom code to show that last updated date instead of the post created date. The tagDiv AMP Plugin is showing the created date on AMP pages. Is there any plan to implement this feature to display updated date on both Desktop and AMP pages?
2, How to implement AMP auto adds on the AMP page? (that required to add two pieces of code between header and body). Any dedicated header text area on Theme panel?

AjitSirohi
tagDiv Member

Unfortunately, I do not use td-Composer. Just the Theme options. If you can give me the code which I can insert in the header3.php, I will do that and try.

AjitSirohi
tagDiv Member

How to increase the height of Header to accomodate the ad size 970×250 or 640×300. Also, how can I move my logo more to the left (can I control the padding from the left side for the logo.)

eipekyun
Participant
#0

it’s just opening with empty page which has only WP Editor header when I click Edit Content in the header settings one of the elements. I’ve tried to this with the 3 different explorer(chrome, firefox and ie.) How can I solve this problem? I need to reach wp editor to change contents..

Bogdan B.
tagDiv Staff

Hello,

Please make sure you clear cache after applying changs. The ad size is selected but no ad can be delivered in that size:https://www.screencast.com/t/3PtS7Nw9YI8w The contianer of the header will not permit it.
Yes you can use 970 x 250 in the header ad spot

Thank you!

Bogdan B.
tagDiv Staff

Sorry but our theme does not have the possibility to implement such a menu as on the site you mention. The header styles that show the logo in the middle do not have containers left and right to add custom content.

Thanks.

Catalin
tagDiv Staff

Hello willkar,

Our theme has a big list of header styles which are available for your from Theme panel. Please check this option from here -> https://forum.tagdiv.com/newsmag-header-styles/ If is not what you mean, provide more details about what exactly you want to achieve so I will be able to provide a more accurate response.

Thanks for your understanding!

Viewing 25 results - 17,276 through 17,300 (of 29,850 total)