- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
Hi
I was wondering if there was a way to customize the header style. I like to default style but would like the height shorter and the social icons on the far right instead of the banner advertisement.
Is this possible?
Thanks
Is there away to make the Social Media Icons larger on the header area? My website is http://www.fiatministrynetwork.tv Thanks
Hei Bogdan, thank you.
But – this site uses the custom made header template called “Hirvi Style”.
Do we use this code on that specific php?
And how do we dress the specific page that shall not display ads? Is it with the number (24281)? Is this number the ID of the page linked in my post?
BR Arne
Afternoon all – hopefully someone can help me out with the following.
I’m looking to put a header image at the top of my homepage, but I’m not quite sure what the ideal width and height dimensions should be.
By that, I’m assuming Newspaper is a responsive theme so I guess I need something big enough to ensure that the header still fills the browser on larger screens, but if I do that will Newspaper resize the image if it’s shown on a smaller desktop browser?
What should I be aiming for here?
TIA for help
Hello,
The header is found in the main root folder of the theme: http://screencast.com/t/oB8mDEoKrK7Q
Thank you!
Hello anteck,
If you want to hide your main menu you should use a bit of CSS code, for example, try the code below and place it in Theme panel->Custom CSS area.
The code is ->
#td-header-menu{
display:none;
}
If is not what you mean, please provide more details.
Thanks.
Sorry but there is no other solution .You cannot have infinite space on one column. The container is fixed. If you add more and more text to a single line, it will fall on 2 lines. There is no way to increase the container. Sorry but you will have to either reduce the menu items names or simply use less menu items. Try a different header style that does not have the logo inside the main menu if you need more space.
Thank you!
Hello,
I’ve managed to solve this.
Its was the google Adsense header box.
Thankyou and sorry for using your time.
Hi,
Well I think it’s common sense that you cannot place a small square image inside a large wide containaer such as the category header. Please edit your image and make it as wide as the container and narrow as well then it will show up properly.
Thank you!
Hello,
1. Please use this css code for the trendin now element:
.td-black .td-trending-now-wrapper .td-trending-now-title {
background-color:#af5d25!important;
color:white!important;
}
2. You probably did not remove it from the homepage. Each element is separate and has to be edited as such. There is no functionality to edit one element and affect all of them. Each particular widget is separate from the other. Please access your social counter element from your homepage like so: http://screencast.com/t/F6jBOdnu8c9 and remove the youtube id.
3. In order to center the menu, you can add this code:
@media (max-width: 767px){
.td-header-sp-top-menu{
text-align: center!important;
}}
As for the height, it can only be reduced by deleting the social icons at the top as they are already present in the mobile menu. You can remove them with this code:
@media (max-width: 767px){
.td-header-sp-top-widget{
display:none!important;
}}
4. I’m not sure what font color you are referring to. please provide a screenshot so I can provide the proper solution.
5. There is no quick view on products as this has to come from woocommerce. If the plugin does not provide the option, then the theme cannot render it.
Thank you!
Hello,
Please do not post your login info here as it is a public forum, not a private message.
The header ad can be removed from a specific page by wrapping the ad code in a condition inside the theme code. There is no setting for this so we have to hard-code it.
Please access header-style-4.php and add this code:
<?php
if (!is_page( 24281 )){
locate_template('parts/header/ads.php', true); }
?>
instead of this one: http://screencast.com/t/7FgW2UJ5eWTt
Thank you!
Hello dimitar,
I guess that you are using the Background and that’s why the header menu and footer section will be switched in boxed mode. Please notice that our theme will be switched in boxed mode if you will add a background image and that’s why the Footer and the Header are not be displayed in full width. Unfortunately, the theme does not have any such an option that allows you a way to change this behavior from the panel, but you can do that using a bit of CSS code. You should follow the next topic here -> https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/#post-56800 because there you find a solution in this regard.
Thanks for your understanding!
Hi there Google ad sense have asked me to paste the following into my <header>:
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “pub-42670288640”,
enable_page_level_ads: true
});
</script>
Where can I do this please?
Hi,
Sorry for the delay, please check the support hours – http://screencast.com/t/ALqBby2B
The header ad appear on our live demo as you can see – http://screencast.com/t/L1rh38QzdPB5 So please make sure that it is not a caching issue and provide also you site url so we can take a closer look.
Thanks!
I’ll clarify – i want to remove the MAIN MENU.
Where it says :
HEADER MENU (MAIN)
Select a menu for the main header section
I have – No Menu – selected, but it still shows, and when looking at the site, the main menu says :
CLICK HERE – TO SELECT OR CREATE A MENU
Hello! Thanks for the help! Everything went really well!
But in the code of the two title page H1 tag. http://joxi.ru/Dr8OpLMSqVdLA6. This is bad for SEO.
Can I do this only one H1 header tag as in the screenshot? http://joxi.ru/823KMQoTyEqy2O
Thank you!
Hello!
I’ve searched across the forum and the documentation but I can’t seem to find this information…
I’m looking to make a single page’s content full width, as in edge to edge in the browser, but retaining the header and footer, is it at all possible, and if so, how?
Thanks in advance!
Hi, I am having trouble trying to get me custom header ad to display on my site.
Even on your demo, the header ad doesn’t display: http://demo.tagdiv.com/newsmag_video/
I have not amended the code that came as the default settings after importing the demo content:
<div class=”td-all-devices”>/a></div>
Please advise a solution for this? Thank you.
Hi,
– The white block is a news ticker element that can be found in visual composer. edit your page and check the trending now element.
– Edit your page and edit the social counter settings and simply remove the youtube ID from the widget settings:https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
– Try to use this code for the top menu on mobile:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
– Thumbnail sizes cannot be changed easily in our theme. You will require coding skills for it: https://forum.tagdiv.com/td_api_thumbupdate/
– Use this css code to remove pinterest:
.td-social-pinterest{
display:none!important;
}
Thank you!
Please use this list of possible hooks:
http://adambrown.info/p/wp_hooks/hook
There is no code I can provide for this as we have not tested any such hooks nor do I know what you want to achieve so you should check a few online solutions to tie into a wordpress theme’s header section:
http://wordpress.stackexchange.com/questions/167928/hook-into-wp-head-in-a-plugin
I hope this helps.
Thanks.
Hello,
The installation of the plugins should go smoothly if the theme is installed properly. Please follow this topic for a few possible solutions:
https://forum.tagdiv.com/topic/visual-composer-does-not-have-valid-header
Thank you!
Hi,
Sorry for the late reply. We answer from oldest to newest. The theme will go into boxed mode if a backgroudn color or image is set. Please remove any background and the theme will go in full width mode (header and footer that is). This is specified here: https://forum.tagdiv.com/background-introduction/
Thank you!
Hi,
Sorry but we are not in the same time zone. The support hours are posted on this page at the top right of the screen.
Here is an example that works on your particluar category:
.category-19 .td-category-header{
background-image: url("http://cdn.gottabemobile.com/wp-content/uploads/2013/04/HTC-One-Photo-Sample-Marbles.jpeg");
background-repeat: no-repeat;
background-size:100%
}
I hope this helps.
Thanks.
Hi Bogdan,
Thank you for taking my suggestions into consideration.
That’s why I’m asking for a couple hooks given in header.php (and search.php if not too much), and wish it in the next release if possible 🙂 I don’t think it’s hard, just two action hooks 🙂 I wouldn’t know the impact though but it shouldn’t be any.
Thank you,
Hello,
Thank you for your suggestions! I will add them to our list for future updates.
1. I could be possible but there is no simple solution I can provide here on the forum. You will need coding skills to implement it.
2. Unfortunately without altering the theme code, there is no simple way to place content before the header. Our theme does not have such a spot for adding content. Sorry
Thanks.