- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
Hello devkabir,
Try the code below and place it in Theme panel->Cusotm CSS area.
.td-header-sp-ads{
display:none!important;
}
The result is here -> http://screencast.com/t/30b2YxDQWfZa
Thanks for the message!
Hi
I have a megamenu pointing to a page in the menu (the ‘explore’ item on the header menu). See website here: https://kiwiyak.nz/lemon .
However, the megamenu is also showing elements from the page I’m on. e.g. if you go to a post, I see the social sharing elements on the menu as indicated in red in this screenshot: https://snag.gy/KdxOka.jpg.
What’s going wrong here?
Thanks
Tom
Hi,
See the attached screenshot
http://www.kabir.org/wp-content/uploads/2016/12/Screen-Shot-2016-12-20-at-6.12.36-PM.png
I don’t want any space for the header, I want the website to look like the one shown in the screen shot i.e, no space between menu and header.
Hi!
This might have been asked earlier in some other wording. I’m getting acquainted with Newspaper 7, editing it on a site that will be used for educational purposes and not have any ads. Can I change an advertisement area to a widget area? Or am I at least able to enter shortcodes into them? I’m especially thinking of the Header Ad area in the News Magazine theme. Thinking of having a radio player (or link to a post with one) appear there when my site has a live stream up. Probably using a recent posts plugins.
Hi there,
in my website I’m using header Style 1.
The Logo & Favicon section of my theme panel suggests using a 272×90 px logo.
The recommended size for the logo in the documentation at https://forum.tagdiv.com/logo-favicon/ is 284×90 px.
So which is the optimal size for the logo in Style 1? 272×90 or 284×90?
I have the same question for mobile logo between 140×48 px (theme panel), and 132×42 px (documentation).
Thanks for help
Hi Cosmin,
Glad you found a solution. I asked for dimitar’s website as he mentioned he has a header issue so I cannot close this topic yet.
Thanks.
Hello,
1. This could be because of your customization. Please restore the plugin and theme to it’s default code and test again. Try to disable all plugins except visual composer and buddypress, clear cache and reset cdn files if you use it. I cannot se this issue on my end so it is caused by something on your end.
2. The colors are added by the plugins and our theme has no option to change these colors. You can use this css code to change the black colors:
.bbp-search-form input[type=submit]{
background-color:red;
}
#bbpress-forums li.bbp-header{
background: none red;
}
#buddypress div.item-list-tabs ul li.selected a{
background-color:red;
}
.td-page-content .item-list-tabs .feed a{
background-color:red!important;
}
These colors do not have settings for them so they can only be altered with css. You will have to identify the ones you want to change and use the browser inspector to alter their color. If the plugin does not add any options for changing the colors, the theme cannot do it instead.
Thank you!
Hello,
I’m not sure why facebook asks to add the code in the header part of the site but we have not tested this method. We are not sure what the code does or why it is needed. There may be a different implementation needed for wordpress. Please follow facebook’s instructions on implementing the meta property.
Thank you!
Hello,
Please provide a link to your site so we can see the header problem and inspect it.
As for the menu, you cannot stretch it beyond the container in order to fit more menu items, sorry. You can try an alternative for this by choosing a header style that will not show the logo besides the menu so you can have more space for menu items or reducing the padding between the menu elements. There is no simple solution for this unfortunately.
Thank you!
Hi,
I’m sorry to have to ask this! If I were hard-coding I could do this in a matter of minutes but this has me stuck and so so my question is as much about how YOU would do this as how to achieve the following;
I really like the Style 10 video header in posts but I need to replicate this exactly on a page. Nothing I try works!
So how would achieve a page with the Style 10 post style (complete with breadcrumbs).
Thanks in advance for your help!
hi, is there any option to have different “Header Ads” on mobile and desktop? I don’t use Adsense, i use amazon ads, where I can’t choose automatic size. So the Header Ad for desktop is much too big for mobile. Any ideas?
Hello,
Our theme ad system is not created so you can generate ads. it is an ad rendering system not an ad creating system. You can create your own ads but you will have to create it in html. There is no ad generator unfortunately. The image size should have a size depending on the palce you want to insert it in. For example the header ad depends on the header style that you use. If the ad is next to the logo like header style 1, then you cannot add an ad that is too large. The container is only 728×90 so that should be the max dimensions for this header spot. If you use the div’s provided in the other ads link, then your images will be responsive automatically. Now, if you want to use a bigger header ad, you can use another header style that does not use the header ad next to the logo so there will be no size restrictions except for the main content area which is 1064px
I hope this helps.
Thank you!
Hello,
This can only be done with css. There is no setting in the theme panel for such a feature. You will first need to use a header style that uses a background highlight on hover (not an underline) https://forum.tagdiv.com/header-styles/ Then the hover color can be changed with a css code for each element in particular. Please refer to this topic: https://forum.tagdiv.com/topic/main-menu-different-colours/
Thank you!
Hey kfx!
I finally came into a solution for this issue by my self, regarding the logo resolution problem. Catalin simply did not provide the expected quality support (not a great theme support experience for me so far), so I’ll post it here step by step in case you can use it:
1. First of all, produce (via Illustrator or Photoshop) a high quality resolution PNG image of your logo. Try not to exceed a width of 1400px. Make sure it looks really sharp. Consider leaving a transparent background if needed.
2. Optimize it by uploading/downloading it to/from Optimzilla. This is to ensure your image achieves the minimum file size possible, while keeping its quality.
3. Upload it to your WordPress Media Library.
4. Change your logo image in the Theme Panel settings Theme Panel> Header> Logo & Favicon (be sure to load the proper image in both “Logo Upload” and “Retina Logo Upload” fields).
5. Go to Pages> Home, and open the Visual Editor for your homepage. Once in the Visual Editor, add this code into the Custom CSS option at the top right portion of the editor:
.td-logo {
display: inline-block;
width: 55%;
}
See http://www.screencast.com/t/zBtkB7Acv, if needed. You can always adjust the width property to your desired size.
6. Click “Save Changes”, and finally “Update” your page. When done, you should see a really sharp logo image in your header, like the one displayed in my site.
Hope it works!
Cheers,
Fidel
-
This reply was modified 9 years by
Fidel de Rooy.
-
This reply was modified 9 years by
Fidel de Rooy.
My site (freedomite.com) was working fine on both desktop and mobile. Now, however, when I load on mobile, it briefly shows my logo in the center of the menu bar it did before, then that goes away and it shows a blank image in the left corner. So I changed the header style. The desktop version changed as directed, but mobile still shows a logo briefly, then an empty frame. Long story short, I have:
Deleted all copies of my logo from my site.
Made sure I am not caching anything.
Cleared the cache on several other mobile devices.
No matter what I do, NewsMag continues to show my logo briefly then show an empty frame (in mobile). You must have cached my logo somewhere, because I have deleted everything in my control. Please advise.
Thanks, Richard
Hello,
I Tried to enter:
<meta property=”fb:pages” content=”403911033149740″ />
Within header.php but with poor RESULTS because facebook says: “The tag fb: URL pages no ID Contains of this page URL Presents the fb tags :. pages but not the ID of this page.”
Solve Can you come? Thank you.
only in other pages when i scroll down the header float at left and can’t fix it and also can i make header longer to show my menu in one row not two . thanks
In our case when moving to https we found the following helpful
a) put explicit links to https version of site and plugins folder in your wp-config.php file – also set force SSL logins in wp-config.php (see WP codex on editing the wp-config.php file)
b) make sure you have a redirect link in htaccess for any http requests to go to https
c) make sure you do search replace in your dbase post table via mysql for your http://sitename to https://sitename
d) make sure site only loading one version of site (e.g., www or non www); or have cert that works both ways
e) make sure cache cleared for doing any above
f) also resave permalinks
g) replace any links in theme panel such as logo links, RSS icon link in header or apps
h) replace any default image links in yoast seo or whatever with https version
Hope that helps 🙂
Just finished converting all our sites to https that were not already, set for 2017!
If you do not want to use this method, you can alter the header style from the core files: http://screencast.com/t/TyOY2KxZW63C – http://screencast.com/t/qYXT172wJFHC
Sorry what code i need to place there?
I need TEXT LOGO TAGLINE using HEADER STYLE – Style 1 – Default.
I use child theme and i also ask what folder and file.php i need to copy in the child folder.
Ps: TEXT LOGO TAGLINE as image is very bad for seo 🙂
Really thanks.
Thanks
Like this? I used this code in “part > header > header-style-1.php” for Custom Ad bottom menu. It’s work fine.
<?php
if (in_category(array(‘CATEGORY_ID_EXAMPLE_1’,))){
echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘);
}
else{
locate_template(‘parts/header/ads.php’, true);
}
?>
<?php
if (in_category(array(‘CATEGORY_ID_EXAMPLE_2’,))){
echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_2"]‘);
}
else{
locate_template(‘parts/header/ads.php’, true);
}
?>
I used “if in_category” to show the Ads in all post on each category. But doesn’t work in “part > header > ads.php”.
I would like to show Ads in some category (get banner from Ads panel or Custom Ad)
Can you help me please?
Thanks
Hi,
Unfortunately u can’t customise the colors in the submenus from the theme panel. You can change them with Custom Css though. Enter this css in Theme Panel->Custom Css(change the color to your liking).
.td-header-main-menu
.sub-menu,
.td_mega_menu_sub_cats {
background-color: grey;
}
If this not what u want please provide a screenshot showing what exactly you want to change.
Thanks
-
This reply was modified 9 years by
Simion C..
Hi, I am looking to add the color code #ff533d to the header of the youtube video block (playlist). I noticed on the demo (fitness template) the wording Latest Vlogs is set into a background color purple / pink.
I have tried setting background color and border color, but nothing seemed to change.
Also is there a away to add a Title to the big blocks ? As is Watch More, Latest Arctiles
Thanks in advance
Hello Cactus24,
Please ensure that you have correctly setup your Ads according to our documentation here -> https://forum.tagdiv.com/header-ads-adsense/ -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ If the problem is still there, please provide more details about how you have implemented your ad so I will be able to provide a more accurate response.
Thanks for the message!
Hello,
If you want to customize the logo in the header, you will have to edit the theme files corresponding to the header styles that you use: http://screencast.com/t/JukrTaRssxDu
Thank you!
Hello,
If you want to customize the header template you will have to edit the header file for the header style that you use: http://screencast.com/t/Uwc1YKgLtik
Thank you!