- TutorialsDefault Block Settings Guide
Hello Bogdan,
Thank you for your advise. Indeed I already tried the ways mentioned by your above, but unfortunately those adjustments change not only the header background color, but the line below it as well. That is not what I’m looking for. I don’t want it to be like here http://i.imgur.com/cpfovlU.png or here http://i.imgur.com/rtZFCKM.png or here http://i.imgur.com/eiIgf59.png
I want it exactly as at my test web site here http://i.imgur.com/1t0KZf0.png Here is the test web site at self http://newsletter.freesmi.by/ The header background is white and the line below it is white. So I want it exactly in the same way as there
Thanks
Hello,
How do I use the header type 5, I removed the logo mobile and mobile logo retina.
Then I added normal logo 272px and the logo retina 544px.
Now mobile is still seen blurred and also too large.
Really I do not understand because it is not good.
You step data access so that you look?
Thank you
Hello,
It’s seems there is a typo in the header.php, mine (from 7.4 Newspaper’s version) has this line :
<link rel=”alternate” hreflang=”fr” href=” » />
I think the end of the line is not ok (it generate broken links when I audit the site)
Best Regard’s
Hi,
Well id depends on the display. If it;s a retina display you should upload a retina logo. That needs to be double in size for it not to be blurry. For a normal display you can upload a logo as mentioned in the theme panel instructions here: http://screencast.com/t/ynedQLFhw
If you use a header style that doe not require a mobile logo, make sure you upload a retina logo in the normal header logo area here: http://screencast.com/t/WeValQvVwsM5
Thanks
Hi
Do you you want to remove the main menu from header style 6. If so you can try this css in theme panel > custom code > custom css:
.td-header-style-6{
display: none;
}
Let me know ho it goes and if this is not what you mean please provide your site url and more details about the desired result so I can get back to you with a more accurate answer.
Thanks!
Well did you read the topic I posted above?
The user found a solution:
The solution is simple, you must edit td_block.php and remove the itemprop attributes and add open graph to your article page. You can do that manually by addning the meta to your header or just install a plugin that does that for you.
Our theme seems to be missing some of the metadada or schema information required by the rich pins, but we did not create our theme with rich pins in mind. We did not specify anywhere that rich pins work with our theme. We did not test these. You will have to add some manual implementation or plugin meta data as @vexx mentions here: https://forum.tagdiv.com/topic/pinterest-sharing-issue/
I do not know of any solution for this. you will have to read the docs for the rich pins and see what they actually require and either add the meta yourself or use a plugin that does that for you.
Thank you for your understanding
Hello bustedflushltd,
Unfortunately, I do not know what type of ad code you are using, but please notice that our theme has been designed to use only the Google Adsense code and also, if you want to create your banner ad you will have to use the DIV’s method according to our documentation here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ For more information about our ads, please check here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for your understanding!
Hi
You can try to use a media query in the css like this:
@media(min-width: 1021pc){
.td-header-style-8 .td-header-sp-logo {
margin-bottom: 0;
margin-top: 0;
width: 100%;
}
}
If the problem persist please provide your site url so I can have a closer look and get back to you with a more accurate answer.
Thanks!
Good evening
my site is http://www.modburyteam.org
I was using a text Logo but now wish to switch to a logo. I have uploaded the logo but when I select Theme Panel > Header > Header Style > Style 4, 5, 6, 7 or 8 the logo was not showing.
However, if I select Theme Panel > Header > Header Style > Style 9 the logo appeared.
I cannot understand why the logo is not appearing for the styles 4-8. Can you help please.
Thanks
Hello, I wonder if it is possible to remove the main menu bar, in the style 6 newsmag header. And if so, can you help me to get it? Thank you!
Hi,
I modified the CSS of the style 8 header to do two things:
1) I made the color of the header stretch 100% across the screen. This was accomplished by updating the width of the following code from 1021px to: 100%.
.td-boxed-layout .td-header-style-8 .td-header-menu-wrap,
.td-boxed-layout .td-header-style-8 > .td-header-header {
margin-left: auto;
margin-right: auto;
width: 1021px;
/* responsive portrait tablet */
/* responsive portrait phone */
}
2) I left aligned the logo to correspond with the start of the menu options below the header. This was accomplished by adding margin-left: -355px to the following code.
.td-header-style-8 .td-header-sp-logo {
margin-bottom: 0;
margin-top: 0;
width: 100%;
}
The issue that I have run into is that the logo looks great until it is on an iPad. This is due to half of the logo being shoved off of the screen. Is there anyway to left align the logo on style 8 and make the header color 100% wide without incurring this iPad rendering issue?
Thanks in advance for your help!
Hello dritanleka,
Please notice that all the settings which allow you to change the colors for header/menu can be found in Theme panel, like this -> http://screencast.com/t/yUehwBwYB
Please provide some useful screenshots where to explain what you want to achieve so I will be able to provide a more accurate response.
Thanks for the message!
Thank you Bogdan so much, your instructions achive what we want as a header image.This is our second Newspaper theme for less than a year and we didnt have any technicals problems with it,only minor perplexities that you helped solve.
We very much appreciate your support and professionalism.
Kind Regards from European Fans of Ayrton Senna
Hi,
I’m not sure exactly what you mean by the same position;. Please be more explicit what ad position are you talking about? header ad? content ad? footer ad?
Are you using the mobile theme plugin?
And provide a link to your site so we can see what you mean.
Thanks.
Thanks,
what I’ve done is to add these lines of code on the tail of header.php
?>
<div class="left">
<?php echo do_shortcode ('[cfAdZoneCode zoneid="21" zonename="0.1 skin"]') /* FV Change skin ad */ ?>
</div>
I’ve seen some changes in the new version, maybe this must be changed?
Hello wtechgr,
1) Please notice that you can set your desired background from your Theme panel. Background section, from here -> http://screencast.com/t/FtN8Q3Fx and then, for the entire website you will have this background image. Further, using a bit of CSS code, you can change the background of your posts, reducing the background-color white which is set it by default with the code below ->
.td-banner-wrap-full, .td-boxed-layout, .td-main-content-wrap, .post, .td-header-main-menu, .td-header-menu-wrap {
background-color: transparent!important;
}
And the result should look like this -> http://screencast.com/t/ixscl3NlE6x
Please notice that is just a basic example from which you can begin to customize how you want. 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 custom work at the moment, sorry!
2)For your second request, you can try doing this with Visual Composer or if you are not aware of the steps which are needed to follow in this regard, find som plugins with this functionality and see how it will work with the theme.
Thanks for your understanding!
Hello hadharm,
You will have to target only the homepage for your custom CSS code. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.home .td-header-sp-recs{
display:none!important;
}
Thanks.
Hello mc_kot,
I have inspected your website and I notice that the sidebar header look good now, as you can see here -> http://screencast.com/t/6KuFyr1O97TZ
Thanks for the message!
Hi all,
I have several problems and bear with me because I’m a noob lol.
So first problem is my broken link in my social media accounts. For some reason when I entered all my accounts to the social network panel, and click on the links, it directs me to broken link. I both tried putting the entire link (e.g. http://www.facebook.com/thetravellingpinoys) and just the username (e.g. thetravellingpinoys) but nothing works.
Secondly, I am using the travel guide theme, and there’s an image banner there, I was able to change everything and customized the page to my liking (so I’m not really a total noob), however I can’t find any option to change the banner. I’ve tried the header, background etc in the theme panel and also checked the page settings but nothing is there for banner. Is there any special location where these developers hide it to make my life a complete hell?
Lastly, and this is I feel really stupid. You know, in the “travel guides and ideas” theme, when you click on the menu on the header, it tends to display the sub categories and the thumbnails of each post under those categories which makes it looks really cool. But someone stole it! I can’t make it appear whenever I hover my cursor on the menus. I checked everything as well but I can’t make it work.
Thanks in advance to those who will help me. If you do, may the force be with you always.
Sincerely,
From the hopeless and trying hard web designer
Hi Bogdan,
thank you for your answer but the homepage still doesn’t show ads. (it’s easy to see the header banner is missing in homepage)
You may be correct and this could be a google problem but it strange because the site is not banned by google as all other pages have banners.
If I put a parameter in front of the URL everything works (e.g http://www.mulherportuguesa.com/?a=1)
I was thinking in some kind of js conflict (no errors in console) but I’ll try to discover.
Meanwhile, as a suggestion, the theme is missing a configuration for the new adsense product “Page Ads”.
Thank you and regards
After adding the code in my header ad. The ads is showing on all pages on the website. How can I make the header ads not to display on homepage. I don’t like it displaying on homepage.
Hello,
Right now my sidebar header looks like here – https://gyazo.com/b383505dae35e17d4f96332be0b5579a But I want to make it look as here https://gyazo.com/3b246eb8b852ede62819c30e206ef24d Can you please advise how do I remove the black area around the letters?
Thanks,
Denis.
I haven’t this option. Is the function “ad title” new? Can I paste a code in “your Header ad”, too?
Thanks in advance
Hello,
Unfortunately you cannot push it more to the right as it is affected by the content width. http://screencast.com/t/4sGg8xn6ee5 The content will not let it go past that point. The padding right is available over the whole page, not just the header. If you want to have it further right it will mean increasing the main content width and we do not recommend this.
Thank you!