- 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
Sorry, I was so fast saying it works fine hehehe
It doesn´t work like I want:
.td-icon-mobile{
display:none!important;
}
This part of the code work nice and hide the icon menu on mobile but, If I include the next part, hide all the header including logo and icon of search option.
.td-header-main-menu{
display:none!important;
}
On desktop work fine and hide only the main menu.
Any idea?
Thanks a lot!
-
This reply was modified 9 years by
harmario.
Hello harmario,
If you want to hide the both main menu for desktop and mobile devices, notice that you should use the code below and place it in Theme Panel -> Custom CSS area.
The code is ->
.td-icon-mobile{
display:none!important;
}
.td-header-main-menu{
display:none!important;
}
Hope this helps!
Thanks for the message!
How can the Footer Info content be added above the social icons for Style 10.
Dont like the header logo displaying as in style 5.
Thanks Simion! Must have slipped by me. It somehow didn’t register that header style 6 was the same as on the Health demo. Cheers 🙂
Just wanted to ask if I need to include single templates, smart lists, modules, headers, blocks, block template, category template, etc in the child theme folder in cpanel?
As detailed here:
https://forum.tagdiv.com/the-child-theme-support-tutorial/
And also I have changed the layout of the template, will I lose that once I activate my child theme? will I have to do all that again?
Hi, I am trying to change the header font for my blog https://www.gutsygalgazette.com
Can you help please?
Thanks
Irene
Ok the header ad is solved and really is a shame only one code can be used. I don’t have a way of adding anything else unless I use a plugin which will slow the site down.
Ads really are strange on this theme and now I’ve noticed that Adsense matched content works fine when adding the code through composer or somewhere on a page manually but if I add the code through the Newspaper theme settings on footer or in Bottom post ad spot it doesn’t display correctly. Something is wrong with this as seen in the photo below where in footer it doesn’t display correctly but in composer and manual input is fine.
hey
when i look at my website on mobile devices it seams that when i click on the Header Menu Drobdown box i get no categories or pages appear.
Hi,
I’m not sure if this is related to the update or not, but my homepage comeout blank on chrome and Mozilla. And in the explorer it gives me the following error:
“array(7) { [“el_class”]=> string(35) “td-travel-header td-stretch-content” [“el_id”]=> string(0) “” [“class”]=> string(27) “td_uid_7_5981e4ac9b3fc_rand” [“css”]=> string(236) “.vc_custom_1490019638737{background-image: url(http://foundtheworld.com/wp-content/uploads/2017/07/banner.jpg) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}” [“tdc_css”]=> string(64) “eyJhbGwiOnsiYmFja2dyb3VuZC1wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIifX0=” [“tdc_css_class”]=> string(27) “td_uid_7_5981e4ac9b3fc_rand” [“full_width”]=> string(19) “stretch_row_content” }
wp booster error:
TD Composer Internal error: The system tried to use an att that does not exists! class_name: vc_row Att name: “tdc_css_class_style” The list with available atts is in tdc_composer_block::render”
The mobile theme and the subpages work. But its just the homepage in the desktop version.
Please help.
Thank you
Hi!
I am implementing ads into the theme – I will be using mainly DFP ads, and you suggest using some ads plugin to help with implementing. I did not choose AdRotate, but Advanced Ads. I put DFP head code into Analytics, as some people on Forum here suggested, and made 4 ads to show in my header (3 sizes). I tried every ad alone to see if the code and shortcode work, and they do – so standalone ads work. But when I implement 4 sizes it shows only 1. and 3. one, 2. and 4. not. The code I put in my header is:
<div class=”td-visible-desktop”>
[the_ad id=”3465″]
</div>
<div class=”td-visible-tablet-landscape”>
[the_ad id=”3465″]
</div>
<div class=”td-visible-tablet-portrait”>
[the_ad id=”3466″]
</div>
<div class=”td-visible-phone”>
[the_ad id=”3467″]
</div>
I would like to mention that it is the same if I avoid using ad plugin and put direct DFP tag code into theme ad space – it shows each ad if it is standalone, but disappears on 2. and 4. spotif I use 4 classes with different ad for each class.
Could you please help me with that, I could send you via PM login, because on the frontend the site is coming soon, visible only when logged in.
Thank you in advance.
Igor
Hi,
You can try a code like this to make the header ad centered and not stretched
– https://www.screencast.com/t/a3wFZphn2
.td-header-style-5 .td-header-sp-recs {
width: 728px;
margin-left: auto;
margin-right: auto;
float: none;
}
There is only one article bottom ad available at the moment
– https://forum.tagdiv.com/article-ads/
You will have to modify the post template files, and insert the ads manually. Or install a plugin like Adrotate that would have more options regarding ad placement. This plugin is seems to work with the theme based on positive user feedback.
Thanks
Hello Sophie,
If you want to have a full blank template, please send us an email at contact@tagdiv.com and we will provide there this template. Also, if you do not want a full blank template and if you want to make some changes to your header style notice that you should do it yourself because we cannot provide custom services at the moment, sorry!
Thanks for the message!
Hi,
You can simply disable the login from the Theme panel->Header settings
– https://www.screencast.com/t/a5unXjrG2Wi
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
Thanks
Hi,
That particular demo you mention is using Header style 6 (similar to style 7 as well)
– https://forum.tagdiv.com/header-styles/
You could simply select that header style to achieve that result. If you have many menu items you can stretch the menu and display them in a single line
– https://www.screencast.com/t/hDbQtUUMO0FH
Thanks
I want to create a blank page that has no header, the footer and sidebar can stay but I want to replace the header with a different image. Can anyone point me in the right direction? I have a downloaded html blank page but it doesn’t function particularly well with the overall design.
Hello Ben_Nuweb,
Unfortunately, I do not exactly understand what kind of Ads function do you are referring to? For more information about Ads, please check our documentation here -> https://forum.tagdiv.com/header-ads-adsense/ and here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks for the message!
Hi,
There is a condition in that particular demo that hides the header ad. You can either edit the demo file and remove it
– https://www.screencast.com/t/6EkG80xU3
Or enter this code in the Theme panel->Custom CSS
– https://www.screencast.com/t/e33sDjo4duK
.td-gadgets .td-header-style-5 .td-banner-wrap-full {
display: block;
}
Thanks
update_log.txt
[ Version 8.1 ]
– new: Added custom style and support for WordPress 4.8 widgets
– improvement: The theme now loads the BBpress style only when the plugin is active
– improvement: List menu block now works with submenues
– improvement: instagram ID’s now work with or without @
– fix: Photography demo style fixes
– fix: Post gallery shadow on image popup
– fix: Art Creek demo transitions on module thumbs
– fix: Art Creek demo installer issues
– fix: tagDiv gallery styling issues and thumbnails display
– fix: Lifestyle demo import issues
– fix: Fitness Blog import links
– fix: Column Text Block title
– fix: margin and padding on tagDiv Composer with a value of 0
– fix: Imagebox Block bugs
– fix: Gadgets and Sound Radar demos popup bug
– fix: Tech demo preview image
– fix: ImageBox Block works now with images that don’t have a destination URL
– fix: Adspots load wrong spotID in tagDiv Composer
– fix: Various typos in our theme panel
– fix: Small issue with the full width headers with logos
– fix: Big Grid Slider Block parameters
– fix: wedding demo fonts issue
– fix: Business demo better text aligment
– fix: Various CSS and HTML structure fixes on different parts of the theme. We fainly tuned all the demos to look and feel perfect.
Update by FTP works normally, but settings of theme not loading (for example content inside Ads Block in header).
Hi,
Please try entering this code in the Theme panel->Custom CSS section
.td-lifestyle.single_template_6
.td-header-style-1 .td-header-menu-wrap {
border-bottom: none;
}
Let me know if this fixes the issue that is currently happening with the featured image.
Thanks
I solved it thanks so much. I do have another issue though so hope it’s ok adding it in this thread.
I’m using the “Gadgets” demo settings but by using this the header ad doesn’t function even if the code is in the header ad section in the theme settings. How to solve this? My site is https://www.cruisehive.com
Hi
I did add this line of code at td_module_single.php for both the top and bottom sharing icons:
<i class=”fa fa-envelope-square”></i>
Then, I added this custom css at theme panel custom code:
.td-sp-share-email {
width: 31px;
height: 31px;
background-position: -20px -1632px;
background-image: url(‘http://192.168.1.70/wp_demo_009/4/wp- content/themes/008/images/header/elements-menu.png’);
background-repeat: no-repeat;
display: block;
top: 2px !important;
left: 6px;
}
.td-social-email {
margin-left:8px;
background-color: #000000!important;
}
@media (max-width: 767px) {
.td-sp-share-email {
top: 3px !important;
left: 3px !important;
}
}
I do have font-awesome-4-menus installed.
The share buttom is there, and working, but the email icon is not showing.
http://brunnogiancoli.com.br/voce-sabe-redigir-um-contrato-compreensivel/
Could you help me?
Tks
Gabi
I’ve looked for a solution to this but have found none.
I’m having trouble on the first step of setting up this theme. I’m getting:
Installing Plugin: tagDiv Composer
The plugin does not have a valid header.
Downloading install package from http://websiteurl.co.uk/wp-content/themes/Newsmag/includes/plugins/td-composer.zip…
Download failed. cURL error 56: Failure when receiving data from the peer
Return to tagDiv plugins panel
Each time I publish a new post using Newspaper 8 I get this error message:
Warning: Cannot modify header information – headers already sent by (output started at /home/cltnews/public_html/wp-includes/author-template.php:73) in /home/cltnews/public_html/wp-admin/post.php on line 197
Please tell me how to fix this. Thanks.