- 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
I see, thank you.
Hi,
Thanks @Kronos17!
Please add the blog-stack class to the header-full-text-logo.php file like this http://screencast.com/t/Gxkltu5ST and also to the menu-header-center.php file like this: http://screencast.com/t/qmcWXumqV1O then you will be able to use the Blog style header from theme panel http://screencast.com/t/UEHkgXWTvYR3
You will also need to change from default color of the link/link hover/menu from here http://screencast.com/t/ElAft3m3
There seems to be an issue with the menu items when not setting a color from theme panel.
Thanks
Hi,
The menu is made using script and all the css for it it’s compressed so it’s not an easy task to modify it and you need custom work, unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support.
You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thnaks
Hey Lucian,
It worked like magic. Thanks a lot for your support.
You are the best 🙂
Hi,
You could try to structure your condition something like this:
if (!empty(td_global_blocks::get_instance('td_ad_box'))) {
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header'));
}
else {
place here the code for the header without the ad
}
If you don’t know how to do this I recommend you to hire a developer to do it for you.
Hope this helps!
Thanks
Hi,
You have to edit the td_more_article_box.php file and change the name like this: http://screencast.com/t/XYbzqiGonT3P
This should do it for you as it isn’t any option for this in theme panel http://screencast.com/t/d9WnuKffGh6o
Thanks
No, I understand what you’re trying to get, but there’s not much else I can offer to help. Assuming there is no user error, it’s time for one of the tagDiv team members to look at it for you. There’s either a quirk I haven’t encountered, in spite of my ongoing and relentless meddling with it all, or there is another issue that requires access to the admin to locate.
Mind you, I’m just a fellow user of the theme trying to help out where I can as appreciation for the help I’ve received.
They should be online soon and able to help. They in something like one and a half to two hours from now.
Maybe there is a misunderstanding.
I want the look of the classic blog navigation menu. Logo and under (between 2 line) the menu items. http://snag.gy/FWIYp.jpg
What im getting: http://snag.gy/uZjEV.jpg
I solved this, Thanks Lucian!
This been helpful! One question, how can I make the dropdown menu expands to the left of the button, instead of right?
CDN, W3 total cache, mine is cleared, but still not changing.
-
This reply was modified 12 years by
kacsa1337.
You’re using W3 Total Cache – Be sure to empty all caches after selecting the Blog Style header and saving changes, then load it up and see how it works. The only other thing coming to mind would be custom CSS hard-coding the header into place, which isn’t likely.
Make sure the cache is cleared.
Please post a link to the site where this can be seen first-hand, if the above doesn’t work.
Thanks, but its not working for me. Its giving me the same style as any other and its moving my logo to the left side instead of middle.
Hi,
I just bought the theme and i love it! I would like to use the same header menu style you have in the Classic Blog preview(http://demo.tagdiv.com/newspaper_classic_blog/), but i didnt found it. Can you help me please?
Thanks in advance.
I’m modifying my header template to move the ad around. I’ve got it working. But I want to make my logo return to its normal (centred) place if there’s no ad currently displaying. So I assume I can put a conditional around the ad div in my php.
My question is: what is the condition? I’m reading the line
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header'));
and wondering is there something like
if (!empty(td_global_blocks::get_instance('td_ad_box')))...
?
Hi Lucian,
I really appreciate your assistance since I really need that code. Unfortunately it returns an error on the header of our website with the error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘td_my_custom_class_names_on_body’ was given in /home/website/public_html/wp-includes/plugin.php on line 199
class=”wpb-js-composer js-comp-ver-3.6.8 vc_responsive” itemscope=”itemscope” itemtype=”http://schema.org/WebPage”>
Do I need to add the code on the very button of functions.php? Since that’s what I did. I hope you can assist me again. Thank you in advance for your patience 🙂
Hi,
What are you trying to add there? You could use the do_shortcode function to add a block for example, just go to loop-single.php file or other post templates http://screencast.com/t/8IeXdCKghap, depending on where do you want to display this and add your custom made block (use page builder to build your block as you like and then copy the shortcode http://screencast.com/t/Ed8kiEm5Xk3t and add it in the do_shortcode function) like this: http://screencast.com/t/02WxPlCC3vE
This how your code should look like:
<?php do_shortcode('[td_block3 limit="6" header_color="#000000" header_text_color="#ffffff" title_style="td_title_style_1"]'); ?>
Hope this helps!
Thanks!
Hi,
1. For the first one try adding the rev slider and the text content like this: http://screencast.com/t/tIvpXH01
Result: http://screencast.com/t/cjKYuy8b
2. You can do it like @TheMediumUTM said and add it using custom layout http://screencast.com/t/avK5ot1Kn9c
3. Please provide more details/screenshot of what are you trying to archive and we will try to provide you a fix for it. I have tested the button and doesn’t seem to work we will look into this.
4. You can use this custom css in Theme Panel > Custom CSS filed to center the header main menu:
#td-top-menu .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
Try this ones: http://screencast.com/t/athHle0z
Thanks for the suggestion, will add more in the future updates if more people demand this.
5. Like i suggested above you can use an “Text Block” element for that and you can chose a custom class and use it to change the font style by adding a custom css like this:
http://screencast.com/t/owpfgD3uXp
6. Like @TheMediumUTM suggested you can use a row and split the row into 2/3 content and 1/3 sidebar.
Hope this helps!
Thanks
Hey Radu A.,
Funny enough this gap just magically disappeared. So this riddle is now solved.
Anyway, I’m currently facing a new challenge that I can’t solve on my own (I tried) and hopefully you can help me.
The challenge is the following:
Your theme has this pretty cool feature called ‘More Article Box’.
Whenever this ‘More Article Box’ pops up the default title is “More Stories”.
I’m trying to change “More Stories” to “More Tips”.
Could you please help me to do this change?
Thanks a lot in advance and yours faithfully, Mr. Arias
Hi,
I have checked your site and I don’t think you have added the tag cloud widget right, that’s why the style doesn’t apply correctly, this is how it should look like: http://screencast.com/t/T5Q67GqH3tc
Please make sure you add the widget like this, using page builder: http://screencast.com/t/Xt7OTIhLq or like this if you add it from Appearance > Widgets in your sidebar http://screencast.com/t/g3vWxYZLSit0
Regarding the I have noticed that the logo doesn’t show up right on mobile also , please make sure you have uploaded the logo correctly from Theme Panel > Header, like this, and try again: http://screencast.com/t/SWrXem1O
If this dose not solve the issue please give us wp-access so we can check, provide the user and pass at contact@tagdiv.com, also send a link to this topic or specify this issue details.
Thanks
@Lucian,the theme is ignoring any size you set in the ad code, even if you select Smart sizing in Adsense Panel.
How I worked around this issue is by specifying the ad sizes for different viewports in the option that the theme gives.
For example, if I am using a leaderboard ad, I paste the code. Then instead of keeping resizing at auto, I set 728×90 for desktop, 320×50 for mobile and so on and so forth. That works perfectly.