- 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,
If you do not have a sub-rating, you can try to use this code in the theme panel-> custom css box:
.td-review-row-stars, .td-review-header{
display:none!important;
}
and then you can translate the ‘summary’ title that is left to maybe: ‘review’ from the theme panel-> translation section https://www.screencast.com/t/JLSGi3NK4xbc and it will display like so: https://www.screencast.com/t/O51OVkHISL8
I hope this helps.
Thank you!
Hi,
Unfortunately the theme features a single header menu and a top menu. That is the way it was created and it would not be easy to implement another menu. If you have too many items in the menu, they will just drop to another line like here – https://www.screencast.com/t/75zHRyBq4UU
Thanks
Hi TagDiv Team,
First of all,I’d like to thank each of you for creating such a dope theme. Even tho, I’ve done my research thru other topics on the forum I couldn’t find anything that would lead me to add additional categories to mobile menu. Because I don’t wanna keep my header menu crowded, instead I’d like to add a few more categories to the top menu for an easy navigation to my visitors. Since there is no option to create a separate menu for mobile which takes whatever I put on the header menu, I need to ask if you could show me a way to add extra categories to mobile menu which won’t show up on desktop. Also, I realize we can’t add top menu to our mobile menu(it would look super ugly anyways, no need)so I’m in desperate need of your help.
Looking forward to hear from you.
Okay let me put this way, how can I make a page/post to have it’s own menu, header and background like as https://demo.tagdiv.com/newspaper_recipes/2016/03/25/td-post-frozen-blood-and-sand-cocktail/ in my current website http://kanglaonline.com/ without changing the other post and pages? I am thinking this won’t be that simple but hoping you guys can shade some light, I am trying not to use other plugins to achieve this.
Good Evening,
For some reason my “Header Ad” is showing up on the top of the website and at the very bottom, just above the footer. I only want it to show up once at the top, how do I fix this? The i’m using Header Style 4.
I inputted the “Header Ad” on the Ads page within the theme panel.
Thank you
I guess I’m not sure what it’s called but there is space between the header the content and I cant seem to find it. When I adjusted it from Page it made my info look weird or the big grid it just made it shorter. But I can’t seem to shrink the white space above it, and below the Header.
I have an ad in the header of the theme by using Theme panel -> Ads -> Header Ads. On the desktop I see the banner but when I look at my site on my Mobile the ad doesn’t show.
DISABLE ON DESKTOP is turned off
DISABLE ON TABLET PORTRAIT is turned off
DISABLE ON PHONE is turned off
Hi,
Then you must make your custom modifications in the header-style-10.php file located in the theme folder->parts->header This is the structure of that header style – https://www.screencast.com/t/wXLnXfdjWhyv and you have to insert your code there. If your weather widget has a shortcode, you can use the do_shortcode function and place the code inside the structure like so – https://www.screencast.com/t/S7lSpP68Xh
<?php echo do_shortcode ('your shortcode here'); ?>
Thanks
Hi,
Please make sure you upload your logo image in full size – https://www.screencast.com/t/YUdMzVe4G – https://www.screencast.com/t/k5vUqMnbhqib Then it should display the full image size as there is no limitation in that respective header style for the logo.
Thanks
Hi Bogdan,
Thank you for pointing me out in the right direction. The correct code is below if anyone comes here with the same problem.
.page-id-20161.td-black .td-header-style-5 .sf-menu>.current-menu-item > a {
background-color: #dc8440!important;
}
Duplicate the code and change the id and color for each page.
Tks
I am using block header template 12 and there is ‘Continue to the category-> ‘on the right.
How can I change it in to other words? I need to translate it into Korean.
Hello,
I assume you are referring to the active color of the menu item on each page. It is now set to black. You can use the page id and change it;s color for each menu item in particular like so:
.page-id-20161.td-black .td-header-style-5 .sf-menu>.current-menu-item>a{
color:#dc8440;
}
Duplicate the code and change the id and color for each page
Thank you!
Hello,
I am using the Newspaper theme and have social network icons appearing in my top bar in the header as well as in the footer. I was wondering if there was a way to rearrange the order of how they appear. The default is to just display them alphabetically but I would like to have them display in a custom order. Is this possible?
New to this theme, migrated over but at top just under the header there is code for MK Edge Slider and I can seem to find how to take it off or how to add images to it so don’t see code.
I am trying to achieve two different home like pages within a website. To be particular I would like to add food recipes home page as one of separate home like page in http://kanglaonline.com by having separate background, header and menu. Do you think it is possible?
Hi.
I’m using header style 9. It worked with your suggestions. I missed something earlier. Thank you.
Hello,
What header style are you using? There are only 3 header styles that will show the full logo. Those are style 9, 10 and 11. The fashion demo uses header style 10.
Also be careful not to use a thumbnail of your logo when selecting the logo from the media library there is a size selector in the bottom right of the screen. Make sure the full size is selected.
Thank you!
Hello,
You can make the main menu full width using this code:
.td-header-main-menu{
width:100%!important;
}
The header style that you use will not center the menu though so it will move to the left of the screen
Add the code in the theme panel->custom css code.
Thank you!
Hello,
Thank you for your appreciation.
1. The top menu was never meant to show up on mobile. You can force it to show up with a bit of css but the code is different for each case in particular.
I already see the top bar on mobile here though: http://warrimarket.com/
2. Our theme does not support sliding ads or rotating ads. You will have to use a plugin for it.
3. The top menu color can be changed from the theme panel-> theme colors section no matter the header style: https://www.screencast.com/t/5q38TmWSW
4. You can reduce the main menu height by reducing the linbe height of the font used on the main menu like so:
https://www.screencast.com/t/MGTDGNdoAz
5. I’m not sure what sidebar article you are referring to. please provide more details.
Thanks.
Thanks Bogdan for the quick response.
1. How do I correct the “misalignment”?
2. Also, all 3 ads change sizes. Why is this?
3. Right now, the top header ad and the one top Most Popular is 970×250 but no ad displays top of Must Read. Why is this happening?
Hello Vicky,
Please notice that our theme only will render the Adsense code and do not change the Ads structure. For more information about our Google Adsense implementation, please consult our guide here -> https://forum.tagdiv.com/header-ads-adsense/ If the Ad Code will not work as expected, please contact the Google Adsense department, tell them the problem because they should be able to provide a more accurate response in this regard, sorry!
Thanks for your understanding!
Hello. I have problem with sub-menu in woocommerce from your theme. When i put menu in sidebar in shop, all sub-menu items become main menu items. There are no drop-down like in main menu in header zone.
Test version on test server here: http://test.vkyrse.info/shop/
As you see, sub-menu items looks like:
Main menu
– Sub-menu.
I want that it looks like main menu (about sub-menu items).
I am already using the header ad. I want to insert an additional 728 x 90 ad beneath the menu buttons, this ad should only be visible on the homepage and not in the internal pages. So I need to know the file which I have to edit to insert the ad code. Here is the site http://www.techshout.com/
Hi,
You can use a header ad – https://forum.tagdiv.com/header-ads-adsense/ and choose one of the 12 header styles available – https://forum.tagdiv.com/header-styles/ each with a different style for the menus and ad position.
Thanks
Hi,
How can i set style on css like as in picture, but only for sidebar… If i change from block headers style it will effect all of the site but i need to change only for sidebar… Thank You! :))