Search Results for 'header'

Results from the Forum
simchris
tagDiv Member

Need to change the styles in your style.css and then put the CSS to load fonts from typekit or Google fonts AT TOP of your style sheet, and not load separate style sheet from another site; the ‘delay’ causes FOUT since it would otherwise hold up page load — if loaded via async in the queue.

Or, put the CSS for the fonts INLINE in your header.php …

all basic webdev stuff worth learning/trying 🙂

Rfournier
tagDiv Member

Well the header option I want shows in the thumbnail that the logo is supposed to be on the left. HOWEVER, custom code was added somewhere that shifted the logo from one side to the other. Take a look: GenerationOnward.com/news

CyberSafar
tagDiv Member

Thanks a lot, I think this should solve the problem!

I tried Live CSS feature for some color change and it’s working. I have added the font code too.

Where should I add the font link? in the header.php file as you have shown? I have migrated from Joomla, where in the backend there is a facility to edit header.php. Does WordPress have similar facility? I tried using the custom code facility in the theme panel, but it is not working.

Regards,

Bogdan B.
tagDiv Staff

Try to change the last part with this one:
#td-outer-wrap .td-header-wrap .td-affix .sf-menu > li > a{
line-height: 68px!important;
}

Leave an closing bracket though after it.

Thanks.

Simion C.
tagDiv Staff

Hi,

It seems to be replaced by this font in the post content
https://www.screencast.com/t/0WCalNYqi
That happens for me as well in my tests. Forcing it with custom css seems to make it apply however
https://www.screencast.com/t/xMSKyP0T
In my case I tried loading the font directly in the header
https://www.screencast.com/t/GxLmkSvjCqv
And applied it with css
https://www.screencast.com/t/a3oLjsQaVnDZ
I could not say why it gets replaced with the other font, since there is no such font available at least for me, in the theme panel. It could be a default fallback. You could try applying the font manually with css as shown for the moment
https://www.screencast.com/t/Ry54d5KA

Thanks

Bogdan B.
tagDiv Staff

Ok,
Please add this custom css code into your theme panel:

@media (min-width: 768px){

.td-header-wrap .td-affix .td-main-menu-logo img {
max-height: 62px !important;
}
.td-header-wrap .td-affix .td-main-menu-logo a{
line-height: 67px !important;
}
.td-header-wrap .td-affix .sf-menu > li > a{

line-height: 68px !important;
}
}

Thanks

Catalin
tagDiv Staff

Hello Rfournier,

Please notice that our theme has a lot of header styles which use the logo in more positions as you can see in our documentation here -> https://forum.tagdiv.com/header-styles/ Try to switch your header style with another one, clear all the caches and check the results.

Thanks for your understanding!

harish.bhathee
Participant
#0

website: bhathee.com/

Hello tagdiv team,
I am getting following error:
Fatal error: Call to undefined function get_header() in /home/bhathee/public_html/wp-content/themes/bhathee/index.php on line 6 – – – in browser
in Google search console it’s not showing 404 error.

Please tell me solution for this..
Screenshot Images are included in link below … Please Help
https://drive.google.com/open?id=0B5dCWRYamUsFb2gwS24xU1hfdHc

Simion C.
tagDiv Staff

Hi,

If you are using the mobile theme plugin, the easiest way would be to try a code like this in order to remove the search from the header
https://www.screencast.com/t/5WCpIZUc

.td-search-icon {
display:none;
}

Enter the code in the Theme panel->Mobile theme->Custom Css.

Thanks

Rfournier
Participant
#0

Simple question: How do I change the location of the logo from the left side of the header to be moved over to the right side. I want the Ad to also be moved from the left side to the right side.

Basically want to switch both items in the header for the Business theme. Thanks!

Techmodar
Participant
#0

At the bottom of the WordPress theme section is the following warning. (Many themes have been set up, but only for the Newspaper theme).

“Problematic Themes

These themes are established but not all.

name Description
Newspaper Template is missing. Individual templates need index.php template file. Subtypes need template headers in style.css style file. “

Nicholas Gibbs
tagDiv Member

ah – there you go, i think you’ve got it. on another support thread a user suggested moving to php 5.6 – i did so a few days ago – haven’t resolved the other issue yet – but if it fixed the activation, great – and come to think of it a problem with module headers resolved ‘itself’ as well.

good stuff, thanks for the reply

Nano
Participant
#0

I have been using Newspaper theme for almost a year.

We have using customised look of the default template of Newspaper till now, but the recent release of a few new themes caught my attention. SO, I am all set to change the look of our site.

But here is the issue.

I love the homepage look of Art Creek template: https://demo.tagdiv.com/newspaper_art_creek/ . It’s awesome. but I want to have the header like the Voice report template: https://demo.tagdiv.com/newspaper_voice/.

Apart from this, I also love the ‘cut edge design of images under the Voice report template. Have a look here: https://demo.tagdiv.com/newspaper_voice/td-post-authorities-seeking-expanded-education-for-incarcerated-youth/ , you will notice that the each image under the post has round-cut-corner. It is template specific feature. Right?

Please help me how can I do this? I am ready to do all the customization required if someone can guide me for this.

Also, what are the things that I should take care while changing the template of the site? Do we need to regenerate all the images? Will this regeneration process kill all the ‘compression’ that we have done previously with premium image compressions like WPSmush or shortpixel?

Thank you.

kfx
Participant
#0

Hi

I am using Header 7, and the sticky menu displays a smaller size logo & changes the placement of the menu when scrolling down/up.

I’m using this CSS at the moment to keep the height of the menu smaller than the default.


.td-header-style-7 .td-header-menu-wrap-full, .td-header-style-7 .td-header-menu-wrap {
height: 68px !important;
}
.td-header-style-7 .td-header-sp-logo {
height: 68px;
}
.td-header-style-7 .td-header-sp-logo a {
line-height: 68px;
}
.td-header-style-7 .td-header-sp-logo img {
max-height: 68px;
line-height: 68px;
}
.td-header-style-7 .sf-menu > li > a {
line-height: 68px;
}
.td-header-style-7 .sf-menu {
margin-top: 0;
}
.td-header-style-7 #td-top-search {
bottom: auto;
top:0;
}

Please let me know how to keep the logo the same size – for when it’s in static mode & sticky mode.
Thanks

epiphyt
Participant
#0

Hi all,

I wanna use Header Style 10 on my website. But instead of showing a white background there is a gradient (gray to blue/black) beside the logo. I not set the background color. Even as I try to set background color to white it not works.

Header 10 Style with dark background

Any ideas of solving this problems?

eliot1009
tagDiv Member

HI,
This is a new site https://gold.tw/
Only select [Block Header 1 – Default] font size will be maintained at 12px
Other Block Header 2.3.4.5.6 … are normal adjustable font sizes

There are currently only 2 plugins enabled
1.tagDiv Composer
2.tagDiv Social Counter

View post on imgur.com

eliot1009
Participant
#0

BLOCKS TITLE When [Block Header 1 – Default] is selected, font size has no effect

View post on imgur.com

Mystic
tagDiv Member

Bogdan, it does not help :(. There is no place to put the SubTitle text as being of h2 type. I opened a post and inserted by SubTitle in this way:
<h2>This is my SubTitle</h2>
and Facebook ignores it.
The statement of problem is this: The theme sets the Header of a post to <h1> tag but the Subtitle is not set to a <h2>…</h2> tag. How does one accomplish this?

ugokind
tagDiv Member

Hy you all

thanks for your suggestions. Some browsers, yes, make use of blocker. But the real helper is Catalin. I really appreciate your high quality support.
So my homework now is to discover the bad thing inside.
the row says


<div class="td-header-ad-wrap td-ad-m td-ad-tp td-ad-p" style="display: none !important;">
</div>

but the style.css at line 281
has

.single-post #td-theme-settings,
.single-post .td-header-top-menu,
.single-post .td-header-menu-wrap,
.single-post .td-header-sp-rec,
.single-post .td-main-sidebar,
.single-post .td-post-source-tags,
.single-post .td-post-sharing,
.single-post .td-post-next-prev,
.single-post .td_block_related_posts,
.single-post #comments,
.single-post .td-footer-container,
.single-post .td-sub-footer-container,
.single-post .entry-crumbs,
.single-post .td-category,
.single-post .td-post-views,
.single-post .td-post-comments,
.single-post .td-scroll-up,
.single-post iframe,
.single-post .td-more-articles-box {
display: none !important;
}

I don’t think the problem is here becasue I tried to comment this row.. the result is the same.

In only one browser I see it. the others report a lot of style coded in gray with the word
“outbrain”

this drives me nut. Because the WP setup is fresh, and really I’m disabling almost all the plugins installed.. the problem persists.

Tomorrow I retry.

EDIT: I saved a local copy to try a find-in-file
but probably this is a 64base coded injection.

Ugo

Michal Zimnowodzki
tagDiv Member

its simple:

copy and paste same code scrip facebook like hader.php (theme) /wp-content/themes/Newspaper
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pl_PL/sdk.js#xfbml=1&version=v2.9&appId=[ID APP]";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

to
header.php (mobile) /wp-content/themes/Newspaper/mobile the same place

and
comment.php (theme) /wp-content/themes/Newspaper
<div class="fb-comments" data-href="http://www.[YOUR_SITE]" data-width="100%" data-numposts="5"></div>

to
comment.php (mobile) /wp-content/themes/Newspaper/mobile the same place

bucknasty45
Participant
#0

A few days ago a soft 404 error appeared in Google Webmaster, as far as I can tell it doesn’t affect the functioning of the site but I’m curious how to go about removing it?

The soft 404 is at appears at this address http://www.mywebsite.com/wp-content/themes/Newspaper

And this is what shows up on the page

Fatal error: Uncaught Error: Call to undefined function get_header() in /home/myaccount/public_html/wp-content/themes/Newspaper/index.php:6 Stack trace: #0 {main} thrown in /home/myaccount/public_html/wp-content/themes/Newspaper/index.php on line 6

cjbb
Participant
#0

When I first set up the website, the menus worked completely fine, however, I have had some problems over the last few weeks. For some reason, the Main Menu (Header Menu) is now displaying only the “Pages” that have been selected, and not the “Categories”.

If I go to the Menu page on the Backend, I see all the correct menu items – “Pages” and “Categories”. When I click “Save Menu”, it corrects the Frontend temporarily but not permanently. It is the same on the Mobile version of the site too.

Your help would be much appreciated.

epicmag
tagDiv Member

Hi Catalin,
I am having a variety of other issues as well… for example I will set up my menu to display my “primary menu” and it will show up for a while and then all of the sudden those settings are lost and it makes me set them up again. I also set up the header options (e.g. display my social buttons) and they also disappear after some amount of time.

Here are my system status settings:
https://www.awesomescreenshot.com/image/2650343/5e3710a79d3ecbe13c4dda12b6cb5a89

Thanks, Kory

Catalin
tagDiv Staff

Hello,


@ugokind
I have inspected your website and I saw that on Mozilla Firefox, for example, you header ad is not displayed because it seems to be applied a strange class to your ad which gives the display: none property as you can see here -> https://www.screencast.com/t/wjuLCXLY9U9 and this properly will not come from our theme -> https://www.screencast.com/t/ueSU0Tv0. It seems to come from your untested plugins which might interact with the theme core files and causes a lot of unknown issues, like this. Try to use our theme only with our tested plugins and remove all the untested items and rule out the conflicting plugins.
@alocharly, please keep in mind that our theme does not have any issue in this case and should work as expected if you will correctly use it.

Thanks for your understanding!

trakmaster
tagDiv Member

Hi thanks for the reply. I tried adrotate but it does not seem to work, possibly because I imputed the adsense code in the newspaper template boxes.

Not sure how to start a page with no ads or header.

Viewing 25 results - 20,526 through 20,550 (of 29,850 total)