- TutorialsDefault Block Settings Guide
Howdy I bouth newsmag theme month ago and I´d like to say is a wonderful template.
On my home page I would like have a simple post carousel with on top a big header with summary or text
and a big photo then below 4 thumbnails of the old post something like this web page
http://www.revistaenie.clarin.com.
I can’t find any element on visual composer to build something like that or any plug ins, I will appreciate if you can tell me wich plugs or element should I use or find on the web.
Thanks in advance
Best Regards Fabien
Hello Noxar,
For your first request, I suppose that you want to hide the Latest from the drop-down category filter. If you want to do that, you will have to use a bit of CSS code for achieving that. Try the code below ->
.td-category-header .td-pulldown-filter-display-option li:first-child {
display:none ;
}
The result you should see here -> http://screencast.com/t/lmu4ULaDMZAO
So, please notice that the LATEST sorting when you enter on the category page it cannot be deleted because this is the default theme behaviour and cannot give up easily on this but only from the code and that involve custom work which we cannot provide this type of services at the moment, sorry!
For your second request, I suppose that you are reffering to the TagDiv Gallery Slide, right? So, I have noticed that you are using the RTL mode and the theme has not been designed to be used on this mode, sorry! Our theme do not support the RTL and also, we cannot provide support for this, because it involve to do a lot of additional customizations through code in order to achieve best results in this regard. For more inforamtion about our support policy, please check here -> https://forum.tagdiv.com/support-policy-2/
If you want to disaplay more levels in our theme and you are not aware of the steps which you needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry! Usually, we reccommend the developers from studio.envato.com.
Thanks for your understanding!
Hi,
The theme has no setting for this, but you can use a bit of css to hide the containers for this template:
.td-post-template-8 .td-post-header{
background-color:transparent!important
}
.td-image-gradient-style8:after{
display:none!important;
}
Thank you!
Hi Bodgan B,
thank you very much for your reply, that helped a lot! But Iâm asking myself now: Am I right to assume that I simply canât use
.td-logo { width: 130px; }
in custom css anymore? Actually, I used it in order to get a sharper & crispier Header Logo…
Hi,
I cannot find the possibility to change color of address bar in mobile browser which is usually done by
<meta name=”theme-color” content=”#…”>
I used to do it by modifying header.php, but it doesn’t work after I migrated to tagDiv mobile plugin.
Yes, I know there is “THEME COLORS” in panel but nothing influences this setting, does it? Or is there some simple way to achieve colored address bar?
thanks!
jiri
Hi,
how is possible to remove header shadow in style 8?
i am trying to hisde LAtest by using this code but i couldn’t
: .td-category-header .td-pulldown-filter-display-option {
display: none;
}
http://nopar.no/category/%d8%a7%d9%84%d8%a3%d8%ae%d8%a8%d8%a7%d8%b1/
2nd question:
why the slide show doesn’t work properly ?
Thanks
Hi
The previous css worked fine with previous version of the theme. Now header’s style has been changed and the code does not work properly. Replace the code with this one: http://screencast.com/t/6GWOBzmcxeQ
@media(min-width:1021px){.td-header-style-1 .td-header-row {
width: 1021px;
margin-left: auto;
margin-right: auto;
}
}
@media(max-width:1021px){.td-header-style-1 .td-header-row {
width: 756px;
margin-left: auto;
margin-right: auto;
}
}
.td-header-menu-wrap {
background-color: #222;
}
@media (min-width: 768px) {
#td-top-search {
position: absolute!important;
top: 10%;
}
}
Thanks!
Hi,
The head tag in our theme can be found in header.php here: http://screencast.com/t/ysKFuowa2ww7
Thank you!
Hi,
Our theme has a full width header and footer as wel.., but this will require you to remove any background image or color and chose a full width header (not a boxed one): https://forum.tagdiv.com/header-styles/
https://forum.tagdiv.com/background-introduction/
Test this on our demo as the header and footer are full width:http://demo.tagdiv.com/newspaper/
Thank you!
Hi,
Our theme has no such option. The logo is added across the whole site. if you want different headers and logos, there are 2 ways to go about it. Either you create a multi-site and have different domains for every category with redirects between them (like our demo: http://demo.tagdiv.com/newspaper/ Each demo on the right side is a sub-domain) or you can create conditions in the code for the header to change based on category. This will require a bit of coding skills though. To load add logo images youâll need some adjustments in logo.php file: http://screencast.com/t/whmE3nRQxG
Basically you have to add some if/else conditions which will load a different logo departing by the page displayed.
Thank you!
Hello again Andrei,
To help you address my problem with my site pavlikeni.com, the custom code you had provided for me before (containing the search box code) is below.
.td-header-container {
width: 100%;
}
.td-header-top-menu, .td-header-header, .menu-main-menu-container {
width: 1010px;
margin-left: auto;
margin-right: auto;
}
.td-header-main-menu.td-affix{
width: 100%;
}
@media(min-width: 768px){
#td-top-search {
margin-top: 0px!important;
position: initial;
display: inline-block}
}
Thanks,
Peter
Hi,
Unfortunately our theme does not offer this feature so you can only remove the ads from posts by editing the theme files. For the content top bottom or inline ads, you can simply remove the adsense code from the theme panel and for the header or footer ad, you can add a condition to the file: https://developer.wordpress.org/reference/functions/is_single/
You can find the code for the header ad here: http://screencast.com/t/yVhthn6VqkA
for the footer: http://screencast.com/t/neBRlrel
Thank you!
Hello nishitjariwala,
If you want to add an image to your header style, please notice that you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td-banner-wrap-full{
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1164px 130px;;
}
The result you should see here -> http://screencast.com/t/qdkFC6yW
Thanks for your message!
Hello Tomka,
Please keep in mind that the Visual Composer affects only the content page, what is between main menu bar and footer section. So, if you want to add here some text (daily quote) with Visual Composer, please notice that you can use the Text Block or Text with Title, like this -> http://screencast.com/t/vYov8nII6
So, if you want to add some text under your Logo section, please notice that you will have to alter the code from the header style used by you. For instance, if you are using the header style 10 and if you want to add some text there, you will have to use the do_shortcode method to add this. Please notice that you should add the code in header-style-10.php, like this -> http://screencast.com/t/6NtnqrBRzhy -> http://screencast.com/t/n8JTFag9F
The code is -> <?php echo do_shortcode('[vc_row][vc_column][vc_column_text]YOUR DAILY QUOTE[/vc_column_text][/vc_column][/vc_row]'); ?>
Please notice that all of these processes are considered custom work and we cannot provide this type of service at the moment. So, if you need further customization in this regard and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you.
Thanks.
Hi
Have you made any changes in header.php file? In v 3.0 of the theme this files should look like here: http://screencast.com/t/Pgnkrw7O
I can’t say for sure if file’s content influence ad’s performances but the chances are very low. Also RPMs are just statistics dates and they don’t represent real earnings. For more detail in this regard please check this topic: https://productforums.google.com/forum/?hl=en#!category-topic/adsense/reports-and-earnings/BHSyqjhyhvo – https://support.google.com/adsense/answer/112030?hl=en
For a more accurate answer you can open a ticket on ad-sense support form as they should be able to offer more specific informatiosn about this.
Thanks!
Hi,
This is better explained here: http://stackoverflow.com/questions/13421463/htaccess-access-control-allow-origin
https://www.maxcdn.com/one/tutorial/htaccess-example-collection/
https://www.digitalocean.com/community/questions/noob-question-how-to-resolve-no-access-control-allow-origin-header
Thank you!
EDIT: Fixed issues with social widget (reinstalled the update, seems that the first activation went wrong).
Problems with the header logo are still there đ
Hi Team Tagdiv, hope you’ve had a good weekend.
I have been looking into my AdSense revenues lately, and have found that my header ad used to be pulling in some very impressive RPMs several months ago, but has fallen away dramatically over the last six months. Obviously there could be several reasons for that, but there is one question I have about it based on my limited knowledge of coding.
Looking back at my site in the middle of last year, the header.php code had the opening <head> line, directly followed on the next line by:
<script async=”” type=”text/javascript” src=”https://pagead2.googlesyndication.com/pub-config/ca-pub-(MY PUBLISHER CODE).js”></script>
Now, my header.php file has about 28 lines of code before the first ad line. Would this be impacting on my revenue from AdSense?
Many thanks,
stuart
Hi there,
I just updated to V7 – and now my header logo got stuck on the left no matter which header style is selected (I was going with style 10 before). Furthermore, the social widget doesn´t seem to work anymore.
HeaderLogo before update:
%20.png)
Headerlogo after update:
.png)
Widget before update:
.png)
Widget after update:
.png)
Furthermore, the mobile logo seems to be messed up, too :(. As the site isn´t online yet, I just deactivated most of my pages, so that you can have an eye on it.
Looking forward to your help!
Cheers
EDIT:
Oh, and I just saw that on pages other than the startpage (e.g. A/B Testing), the Header Logo scales totally wrong. Seems that Newspaper uses the standard Logo PNG on the startpage (left) and the retina one on all other pages (but way too big).
%20.png)
How could I install headers that width varies depending on the width of the monitor?
As well as on this website: http://www.mojnovisad.com/
Is there a way I can use different header image for category? I find that can put big logo image and it do what I want, but I cant have different logo for category. Or another way?
When I search for a specific content in the search bar header, shows me two types of results, the article and download file. I have a plugin for downloads and from what I understood, when I search for a content, it shows me the article and download file from that plugin. How to hide the download file and display only the article?
I had the Newsmag theme and never had similar issues.
Best regards.

Hi, I found a way, adding this code to the css code did the trick đ
.td-header-main-menu {
display:none;
}
However is it possible to still keep the main menu as sticky only, when we scroll down ?
Hi guys,
I’m sure it’s been asked before but I couldnd’t find it on the forum, so here is my question : how can I disable completely the main menu ? I just want to keep the top menu and my main logo.
See here http://genres.paris/ I’d like to get rid of the menu where “sommaire” appears.
In addition, is it possible to get rid of this menu but keep the sticky menu, so for example the “sommaire” menu still appears on top of the page when we scroll down ?
Thanks !