- 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 put in my header menu page “my account”. All works perfectly. In top bar it’s a theme problem. It’s not link to account.
Hello: I’m sure this has been asked many times, and I know there is a tutorial available on Child Themes.
I made a child theme and all the CSS is working fine. The only issue is that the black header bar doesn’t have my category menu. It simply has an non-working link to customize it. Is there a simple way to import my header menu from the parent theme, or does this involve a lot of steps and rewriting of PHP files? Thank you. — Larry
Hi,
I don’t want the ads on the header, and there is no content set for ad as well. Still there is space between the menu and the header? For more info check the url: http://www.kabir.org/
Thanks!
Hello fderooy,
I have noticed that you are using the Header Style 10 as header template which will display the full logo on top. If you want to achieve better results in this regard, you need to add a bigger logo. Regarding on this image -> https://postimg.org/image/id9534rcf/, here is talking about retina display which only Apple devices have and that’s why the logo is sharper than the normal devices. As you can see, the theme has an option for retina display where to add a larger image (for better quality).
If you want to add that border bottom, try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-wrap .td-header-top-menu-full{
border-bottom: 1px solid black;
}
The result is here -> http://screencast.com/t/OZkKiX2GTJ
Thanks.
Hi Catalin,
you will find the issues in this post for example: http://ebike-news.de/e-mtb-vom-champion-thok-e-bikes/153560/
The header banner and the prepost banner.
Hi,
I’m not aware about the Clicksor ads and I cannot provide you an answer if the theme ad system will render them. The theme ad system was designed for adsense code and html image banners, for other codes you may need to use a plugin – https://forum.tagdiv.com/header-ads-adsense/
Also this issue could be related to your ad code, so please try to add it in a text widget and see how it goes, it should render the ad if you code is fine.
Thanks!
Hi,
1. If you want full header/footer display, do not set a background color or image. When you set a background the theme will automatically transform the site into a boxed version.
2. I guess you could use box-shadow effect – http://screencast.com/t/Nk6Slh0g4Kvv
.td-header-style-2 .td-banner-wrap-full {
padding-bottom: 20px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
3. You can easily set a featured image also for your pages, then it will appear there.
4. Exactly like I said above. Just change the page template to Default and set a block with infinite load pagination to display your Latest Articles – http://screencast.com/t/Ns18mEZCV – http://screencast.com/t/4se2LI9ruZ3
5. The modules are used to create blocks and also on loop templates. You cannot design your search template using Visual Composer and you cannot add blocks there. You can only change the module to display your articles – http://screencast.com/t/Rw3tAqoYj
6. Try this custom css:
@media(max-width: 767px){
.td-footer-wrapper .td_block_widget {
text-align: center;
}
}
7. Noted, I have added your request on our list.
Thanks!
Hello MattMassaro,
I have inspected your website and your header ad is still there, as you can see here -> http://screencast.com/t/H5EWvehSKl1a Try to clear all your caches, purge CDN files and check the results.
Thanks for the message!
Hello.
1. I provided you with my site’s URL in my first post to this topic… Anyway, here it goes again: http://www.psl.ucr.ac.cr. I also attached in that first post a screenshot showing the difference in the logo image quality when seen in my laptop vs. displayed in the site’s header. Here it goes again: https://postimg.org/image/id9534rcf/.
2. Regarding the bottom border of the top bar I asked for, a feature offered by you in your theme documentation (see Style 10 in this section of your documentation, or this screenshot for more clarity: https://postimg.org/image/v75w3azbh/), here is a screenshot of where the top bar bottom border should go: https://postimg.org/image/5mz0j4ojx/.
Hope this clarifies everything. Thanks,
Fidel
-
This reply was modified 9 years by
Fidel de Rooy.
After installing Slider Revolution the following notice was posted:
“The plugin generated 201 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
Should this be concerning to me at all?
Thanks in advance for any help!
I had the header ad setup perfectly yesterday (with image) and it was displaying and everything. When I woke up today the site was no longer displaying it. I didn’t change anything either so no idea why it’s doing that.
I made an image to the exact specs and used your exact code which you can see in screen shots. It was setup and working properly but gone now.
Images of the code and spot it was here: http://imgur.com/a/krHLy
1. To make you better understand, how u r getting these 2 templates, check wide header and footer.
http://demo.tagdiv.com/newspaper_local_news/
http://demo.tagdiv.com/newspaper_what/
2. Yes, to have a border line below logo and ad.
3. My mistake that should be search page not ‘404’, have a look at this.
4. Is it possible to design a homepage without ‘post loop’ section, seems the default template includes ‘latest articles’ with numeric pagination only. How to get a homepage like this…
http://demo.tagdiv.com/newspaper/homepage-infinite-scroll/
5. I think ‘search page’ template is designed with blocks only, why can’t we have a different pagination.
6. Using style 9, 3 widgets. Any generalized css code available for aligning footer widgets, to center align instead of left.
7. Regarding this, i could understand the concept, but if i mention 5 and by chance if a post has only 4 , then where goes the ad. Since this is a global setting, would be a mess for publishers. Normally ad plugins provide an option for this, to show the ad on last para if the specified para not exists. I am not reporting this as a bug, but a feature to be implemented. After getting impressed with the ad settings, i deleted by ad plugin and had to install it again.
Hi,
You could block the header ad on specific page using is_page function – https://developer.wordpress.org/reference/functions/is_page/ – http://screencast.com/t/Y0J0ipoMnRk0
As reference – https://forum.tagdiv.com/topic/hiding-header-ad/
Thanks!
Hello datomnz,
You should use the code below and place it in Theme panel->Custom CSS area.
.td-header-style-1 .td-header-sp-logo {
margin: 28px 28px 9px 0;
}
The result is here -> http://screencast.com/t/8rp30PfccKiv
Thanks for the message!
Hi,
1. I’m not sure what you mean with full display – http://demo.tagdiv.com/newspaper_what/
2. By default there is a line bellow the main menu on header style 2 – http://screencast.com/t/tAlJWGL3X0 Do you want to place a border also bellow the logo and header ad? Please provide more details and your site url.
3. Please be more specific – http://screencast.com/t/aIygPV8L
4. The infinite scroll and load more pagination are available only for blocks and also on category template. You could use a block on your page and configure it to display latest articles and set pagination on it – https://forum.tagdiv.com/block-settings-tutorial/
5. Like I said above the load more pagination is available only on blocks, so there is no option for this.
6. I don’t know what footer template you use and what widgets you have there. Provide a link.
7. The inline ad appears after the paragraph you set in Theme Panel and it is a global setting.
Thanks!
Hello all,
Try the code below and place it in Theme panel->Custom CSS area.
.header-search input[type="submit"]{
background-color:red;
}
The result is here -> http://screencast.com/t/kK8KGf6ZbVR5
Thanks.
Hello,
I am using the mobile theme and would not like to have ads i.e. adsense appear in pages such as privacy policy or my TOS. How do I do this?
THank you.
Hi there.
1. I’ve completed all actions instructed, except for CDN files and jetpack image features, since I’m using none. Cache is cleared, some custom logo for the header removed and all other plugins deactivated and only Visual Composer remains active. PROBLEM PERSISTS. Please notice that the image in my WordPress Media section appears to be alright; it’s when displaying it in the front end that it gets blurry. Please help.
2. You’ve got this one all wrong. I’m not trying to make my site look as Wedding demo after installing the Politics demo; that would be dumb. I’m just asking for some code to display the thin grey bottom line under the top bar that you show as a feature in your Header Style 10 documentation (see here https://forum.tagdiv.com/header-styles/). That’s all… You show the bottom border as a feature of the Header Style 10 in the documentation, so I want it there, it’s not that difficult.
Thanks again,
Fidel
This is my current Section Header style
http://www.screencast.com/t/nIOjyksyLgUY
I want in this format
http://www.screencast.com/t/ZzxWZrmDnxv
Hi,
I’ve found a site which I guess is yours and the header is full width – http://screencast.com/t/Nub3g5Adq
Thanks!
Hi, have some questions, hope u advise.
1. How can i have full width display as in “say hello” demo?
2. Is it possible to have a horizontal line below header on header style 2 ( top menus )
3. When i check ‘404’ page, i could see ‘Homepage’ also displays with some default image, how to avoid this?.
4. How to get infinite scroll or load more options for latest articles in homepage ( post loop ).
5. Is it possible to have ‘load more’ on search page template.
6. Is it possible center align footer widgets ( will look nice for horizontal mobile view ).
7. Would be good if article inline ad displays at the last paragraph whenever there are no as many paragraphs mentioned in ‘AFTER PARAGRAPH’ ( ad goes invisible ). Do u have any solution for this?.
Thank You.
Hi,
The theme doesn’t have a template without header or main menu. If you don’t want the main menu on your site you can try to edit the header style template that you use and comment or remove this line – http://screencast.com/t/LfKNr4fp7T
Thanks!
Hello alexpoucher,
I have inspected your website on mobile mode and I noticed that your banner ad is not responsive and that’s why this happens. You should check your banner code and try to make it responsive or you should contact the ad provider. For more information about our ads, please consult here -> https://forum.tagdiv.com/header-ads-adsense/ and here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ if you are using non-Adsense code.
Thanks for the message!
Hello Ahtesham,
Please keep in mind that our theme has been designed to use only the Adsense code and if you do not have any such of this code you should create your own Ad code, according to our documentation here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ and for Adsense, here -> https://forum.tagdiv.com/header-ads-adsense/ So, if you want to replicate another Ad you should try using a plugin with this functionality and see how it will work for you.
Thanks for the message!
Hi staff,
I need my header menu in wide way, now it’s fixed width…how to fix it?
Thank you!