- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hello,
Unfortunately, there is no easy way to do this. The simplest way is by using custom CSS by targeting the specific class used by the containers in the specific post. For example: for post template 3 if you use this code it will make the container smaller and bring up the content.
.td-post-template-3 .td-post-header-holder {
max-height: 340px;
}
before: http://screencast.com/t/PzEoJAk8 after: http://screencast.com/t/fA1JNph68z
(You can change that height to your liking).
Different post templates use different containers and you cannot apply a code to all templates. You have to identify the containers on each post template and modify their height.
If you do not manage, we recommend hiring a freelancer to do it for you.
I hope this points you in the right direction.
Thank you.
I hope I am not bothering with trying to help here but I have used Adsense before on this theme and they do work on the ads section in themepanel. You have to add the ad code to where it says paste your code here. It then place the ad there in that place for the code you want it placed but there is a wait.
Now if you just signed up with Adsense as a new account, it takes up to a week to be approved and you can add the code to the site and set them up but you will not see anything for up to a week even if google says you are approved. There are chances that it could be sooner but to be warned it could take up to a week to show on your site.
As I sad that, now if you already had Adsense account and just adding the codes to your site via the theme being new to your website, it can take up to two or three days to show even if you are already approved. I have tried all the positions in the ad section of the themepanel for header, sidebar, article top, article inline, article bottom and custom ads but not the background ad. I never tried the background ad but all the other sections just add the Adsense codes and they should eventually show up.
It should never take more than a week to show on website though. I just wanted to give you my experience on using Adsense with the ad features of the theme. I stopped using Adsense because they don’t offer payout by paypal. Hope that helps. Also, for sidebars you still have to use the tagdiv ads widget. Ads for pages using the ad box element via visual composer.
There should be no need to add any code to themes templates in the theme. Just in the ad section in themepanel, unless you want different placements than the ad features then you hard code into the theme templates.
-
This reply was modified 10 years by
doucare1971.
-
This reply was modified 10 years by
doucare1971.
-
This reply was modified 10 years by
doucare1971.
Even though we have purchased the ‘Newspaper theme’ it still says ‘Purchase theme’ on our blog. We would like to know why?
The main issue here is that the Googlebot has not been able to crawl and index our blog in the search engine even after more than a month of publishing our blog. This is a serious issue for us.
Please help us to resolve it immediately.
Hi,
I am still trying to figure out this Newspaper theme. I have had used wordpress before and know how things work, but nothing si working here for me now. : (
Here is what I am currently stuck on:
1. I have activated my blog but for some reason can’t change my header, even when I enter the title it still displays “The Newspaper” header. How do I change it?
2. Each time I load a new post it doesn’t go to where I am sending it. I know with pages and having a main blog, but nothing is working.
THose are currently my two main concerns, but I’ll have more. TIA : )
Thank you very much, I resolved… but now I see another problem: three subcategories are vanished from the header menù one is: “Ventimiglia-Bordighera” in “per zona” and then we have: “Lavoro cerco” and “Lavoro offro” in “Lavoro”. Why I can’t see all the three categories?
thank you
Hi Jeni,
We’re sorry for the inconvenience. The first “Server Error: blog/wp-content/themes/Newsmag/” happens when you try to access the theme’s index.php file directly, usually it displays a Fatal error: Call to undefined function get_header() and it shouldn’t be picked up by google’s crawler.
You can find more info about this in this tread: https://forum.tagdiv.com/topic/fatal-error-3/ and add a redirect rule for it.
For blog/search/ and for /blog/author/*my user name*/ Missing Author
/blog/ Missing Author please update your theme to the latest version available now on themeforest: http://themeforest.net/downloads then check the webmaster errors again. Let us know how it goes and please use this updated guide: https://forum.tagdiv.com/how-to-update-theme/ and make sure you backup your current theme/wp install and database also.
Hope this helps!
Thanks
Hello Paul,
I made this custom CSS that should fix your problem.
.td-header-style-3 .td-container, .td-header-style-3 .td-header-sp-recs {
width:100%;
}
.td-header-style-3 .td-header-sp-recs{
margin:0px;
}
.td-header-style-3 .td-header-sp-recs img {
position:relative;
}
@media (max-width: 767px){.td-header-style-3 .td-header-sp-recs img{
margin:0!important;
}
}
Thank you.
Hi, a question please:
I’ve changed the logo in the header and the footer of my site, but I don’t find the folder with the logo on the “menu-header” that appears when only you go up or down with the cursor of your mouse
Thank you
Fabrizio Tenerelli
Hello manoj.yadav,
I made a custom CSS for your top menu for a start
.td-header-top-menu-full .sub-menu {
max-height:200px;
overflow: auto;
}
But for the main menu you need to target the specific sub-menu, because CSS needs precise targeting on the specific sub-menu you create, otherwise the whole thing collapses.
You can use the browser inspector tool to target that specific sub-menu classes used in the sub-menus you create and then add the max-height and overflow proprieties.
Thank you.
Hi
On your site the header ad section appear as empty: http://screencast.com/t/gjvBk8fese I am not sure what code you inserted in header ad spot, please provide your code via pastebin.com if is possible. The theme was designed to work with ad-sense code, and in case you’re using banner ads here it’s a guide about that: https://forum.tagdiv.com/ads-system-full-guide/
If this is not what you mean please provide more specific details.
Thanks!
Hi
You can deactivate the Speed Plugin but the custom css will still be loaded in page’s header. If you added your custom css in style.css file, to avoid its duplication you can remove all custom modification made in theme panel, so the custom css will not be generated, but your custom modification are still loaded from style.css file. The theme generate custom css for every modification made in theme panel even if the same code is present in main style file, it works like that.
Thanks!
Hello Gadget Friendly,
The header files can be found here: http://screencast.com/t/QPJoVVXVFdYP
There is another way to hide the search widget in the top menu, by using CSS:
.td-header-main-menu .td-search-form-widget{
display:none
}
Hope this helps
Thank you.
What’s the easiest way to do this?
Hello, I read everything and seems to be correct. advertising alone sidebar header appears never does.
http://min.us/i/mJrq7N69NAPY
Im trying to get my ads to still show on Templates 10 & 11. I went into the theme options and I see where you can add the code to show in 11 in the top by the video. What about in the bottom where the article is? Even when I add a code to the sidebar via widgets it still doesnt show up on these specific templates.
Heres an example: http://triplehq.com/sanaa-lathan-confirms-shes-dating-french-montana/
Here theres and adsense code in the header..a different publisher i have in the template. But I should still be able to see the above article codes of a 728×90 and the side bar of a 300×250. They only show in the default template like this one:
Or even I would be happy with a white header menu background if i could have a different colour for each Menu ‘Category’
Cheers
Hi,
Unfortunately the top-bar was not designed for mobile device and it is hidden. You can display the sign in widget on mobile using this custom css in Theme Panel > Custom Css – http://screencast.com/t/XmLAEEm65m
@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.td-header-top-menu-full .td_data_time, .td-header-top-menu-full .menu-top-container, .td-header-top-menu-full .td-header-sp-top-widget {
display: none !important;
}
}
If the code doesn’t work please provide a link so I can inspect this.
Thanks!
Thanks Alin – that’s it ALMOST done!
I have removed the logo and added the custom css, however I want the banner to fit the WHOLE white header area, not just be centered with lots of white space.
http://www.smsoccerclub.com check it out now.
Can I do this with code?
thank you again
Hi,
You can edit your homepage and add the Slider via Visual Composer pagebuilder, if your plugin(I guess that you use a plugin) supports shortcodes. For example if you create a slider using Revolution Slider, you can add it via Visual Composer just on top of your content – http://screencast.com/t/vTjp4RxoT4
Or add it in the code like I suggested above just under the main menu(depends what header template you use).
Theme has 3 different page templates – http://screencast.com/t/rjjObhEfsOPO that you can use, not only for your homepage. To be clear there is no specific template for homepage to edit, but if you want to edit one of these templates you can find them here – http://screencast.com/t/0OKrXVHYV8n
Thanks!
Hello Popped,
What you can do is choose a header style from the theme panel that takes full width of the screen example: style 5, 6, 12…etc.
You can see the headers styles here: https://forum.tagdiv.com/header-styles/.
If you want to modify another header style to use 100% width of the screen, that involves a bit of custom work as the website you provided suggests.
Thank you.
Hi,
You use header template 3 that include the logo and the banner side by side. If you want to modify it and remove the logo, you have to alter the code like this – http://screencast.com/t/mmt8TOE5IBh and use this custom css to center the ad – http://screencast.com/t/P0ESknkNgLG4
@media(min-width: 768px){
.td-header-style-3 .td-header-sp-recs {
float: none;
margin-left: auto !important;
margin-right: auto !important;
}
}
Thanks!
Hi,
My Site is http://www.southindiafashion.com/. I am creating home page with Pagebuilder+Latest Articles+Pagination. But, it shows recents at the end. But, I would like to put latest articles at the top and page builder content after the pagination. Please suggest.
-Header, Menu
-Recent Posts with Pagination (page numbers-like the way it shows in my blog http://www.southindiafashion.com/ home page now) with sidebar to the right
-After recent posts(or below the recent posts), I would like to the place page builder content (blocks modules etc.,).
Please let me know if you need more information.
Thank you
Hi there, I need help. Neither Google or Bing find H1 in my Newspaper 6 theme. What can I do? I am no expert in wordpress, but I need some guidance in correcting this. Do I need to change something in header.php? Thank you for any inputs.
Hello,
I’d like to change the width of the entire site (header, menubar, page, and post).
Additionally, I would like the sidebar to be a smaller % of that total page width. How can I adjust both of these values globally?
Thanks!
