- 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 rishab55555,
Unfortunately, our theme does not have a simple option to add the desired button as you wish from the panel. For achieving this, it is necessary to have a good knowledge of CSS and HTML. Please noticed that is not a simple task and is required custom work. You have to make 2 custom classes for your buttons and you have to insert it in header_style used by you. Below I gave you an example for header_style 3, where you should do these classes, like this -> http://screencast.com/t/tA2WGUxqwxM2 and the result you should see here -> http://screencast.com/t/RK9VkJstUwOT
After these changes, you have to make some customization for a better look and implement on your buttons the functionality of your plugin that you are using for your English/Hindi language.
If you are not aware, about the steps on this regard, please consider hiring a freelancer/developer to implement this for your because we cannot provide custom work at the moment, sorry!
Hope this helps!
Thank you for your understanding!
I found the problem of number 3. There are some <link> at the end of the html file.
How i can show css on the header and js on the footer?
regards
Hi
Our theme was built to respect the google standards in structured data regards and we didn’t do any tests with: https://validator.w3.org/ I’ve added this on our list and we will run some test to check if there is an incompatibility in html structure of the page. Meanwhile you can try to change or remove the role for search form by editing header-menu.php http://screencast.com/t/DzGjD3gLXF3
The pingback_url parameter should displays the pingback XML-RPC file url: http://screencast.com/t/l39D6FZuw9Q but in your case the url it’s empty. This issue could be caused by a plugin so you could try by deactivating all, leave just Visual Composer active, clear the cache ant test again.
Regarding the css errors these appear because it’s not recommended to use css code inside div tags.
The theme generate a custom css for each block, depending by user’s options, but this code cannot be included in style.css file. This problem it’s present on our demo too: http://screencast.com/t/UmG1YSWBEobU but does not affect the page load.
The theme use h3 tags for entry tiles but you can change that by modifying this functions: http://screencast.com/t/owy14wCxl
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
Thank you for appreciation!
1) You will need an image to set as a background image first. Uploiad it to your server and then use css to add it from the specified path. For example on header style 4:
.td-header-sp-recs{
background-image:url('http://www.pesches.com/wp-content/uploads/2014/03/15815-grass-material.jpg');
background-repeat:no-repeat;
background-position:50% 50%;
}
result:
http://screencast.com/t/7hmAKgLIF3
2) Please provide more details to how you want your sidebar to display. The sidebar is more complicated as it has the option for a sticky sidebar and in this case backgrounds an borders get overwritten by the sticky sidebar.
3)In order to set a background to your website you can use the background section in the theme panel:
https://forum.tagdiv.com/background-introduction/
Thank you!
Hello,
In our theme you can place ads wherever you want on the homepage using the adbox element in visual composer. Check the ads section in our docs for more information on the subject: https://forum.tagdiv.com/header-ad/
I am not sure how you want to loop the ads on the homepage as it depends on how you want to set it up. Please provide an example of a homepage and try to provide more details as to how you want your ad to be displayed.
As for the adsense size, you can select it from the ad spot here: http://screencast.com/t/DBR0SnRxCC4a
I hope this helps.
Thank you!
Hello hcnsupport,
I’ve checked your website and I saw the difference. You should try the code below and place it in Theme panel->Advence CSS area->Ipad Portrait section, like this -> http://screencast.com/t/Up6y4wbG and see how it works.
@-moz-document url-prefix() {
.td-header-sp-recs img, .td-header-sp-recs .adsbygoogle {
top: -5px;
}
}
Hope this helps and let us know how it goes!
Thank you for the message!
Hello EDMSU,
If you want to have a background ads, please ensure you have set it correctly from Theme panel and then you have to increase your margin-bottom from td-header-menu-wrap-full until you achieve as you wish.
Please try the code below and add it in Theme panel->Custom CSS area.
http://screencast.com/t/flst2TnmJ -> http://screencast.com/t/TNnUSODgxQNg
.td-header-menu-wrap-full {
margin-bottom:250px;
}
The result you should see here: http://screencast.com/t/WMAy7U2R
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
For header ads please check this link: https://forum.tagdiv.com/topic/different-header-ads-on-each-page/ I’ve posted a solution there, you may use it and eventually adapt it as needed. To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function For the ads from page content you can use the ad box block and use the corresponding spot for your ad: http://screencast.com/t/YlkV5d5yke
For ads from post content you will need to modify the td_module_single_base.php file and add your conditions here: http://screencast.com/t/xnSMzdwiz
Thanks!
Hi I am using the ad in the header for a button for a radio player. see brumradio.com header image.
I can see some ad blockers remove the ad. Is there a fix for this?
Thanks
Richard
Yes, well if you LOOK at the report
a) you need to optimize some of your images
b) you need to set expiration headers for some of the file types
c) you need to make sure gzip/deflate working for some file types
Did you clear cache from old site before switching to new theme?
Did you regenerate thumbs for new theme?
Did you reset anything loading from CDN?
Best to test with post page vs home page for speed testing.
You need to actually *do* all the fixes outlined on both GTMetrix and Google PageSpeed insights for the problems, like compression, expiration headers, etc.
Is it possible to update theme from 1.3 to version 2.3.5 on live web with some post enchancement with custom fileds – http://www.antenazadar.hr
loop-single.php changes to stay after update
<header>
<span class=”td-nadnaslov”>
<?php
$source_post = get_post_meta($post->ID, ‘credit’, true);
if($source_post !== ”) { echo $source_post; }
?>
</span>
<?php echo $td_mod_single->get_title();?>
<div class=”meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php
$source_post = get_post_meta($post->ID, ‘fotograf’, true);
if($source_post !== ”) {
echo ‘<span>Autor / izvor fotografije: ‘ . $source_post . ‘</span>’;
}
?></br>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
<span class=”date”>Objavljeno: <?php echo get_the_date(); ?></span> – Uređivano: <?php the_modified_date(‘d.m.Y. H:i’); ?>
</div>
Hi,
Here is my website : http://www.sweetdaddy.fr
I did a research but I’m unable to find the answer to my question.
How can I downsize the size of the logo in the header ?
Thanks in advance for your answer !
Hi.
After install the theme. I find problem this http://www.screencast.com/t/m5CQC2R1c On header.
Can fix it?
Thanks.
Hi Great support Guys,
I have couple of issues for you to put me through on how to solve them;
1. I will like to change my header background colour just like this;
http://www.screencast.com/t/j4hrYWPh1z
2. Can I have a seperater background/border colour for my entire sidebar?
3, How can I set similar non-movable background like this – http://www.screencast.com/t/HfYet8Ydiw
Hello,
I am using Newspaper theme v6.5 on my website. I have my website in multiple languges (English and Hindi)
URL – http://www.naukrinama.com & http://www.naukrinama.com/hi/
Now As the top bar is not visible on mobile devices, hence i am not able to give my mobile users an option to change their language. Hence i want to add an option is menu or just below the main menu bar in the header which is only visible on mobile devices and I am able to show two buttons over there with URL of my hindi and english site linked to it.
Screenshots : http://imgur.com/Dn8xFzB
Please let me know how can this be achieved.
Hi,
1. How can I reduce space between header and slider image: http://i66.tinypic.com/x3fgpu.png
2. On the tablets (Apple and Android both), the scrolling is not smooth, it scrolls with jerks. Works perfectly in mobiles.
3.How to replace theme commenting with FB commenting?
Thanks,
Sid
Thanks Andrei, but its actually happening on mobile.
I am referring to the white space above the headline and below the header ad slot (my header ad slot uses responsive adsense)
Also, are you sure .td-module-meta-info includes all of this:
category tags
author name
date
post views
comment count
tags
and the sharing buttons? I am trying to hide everything in red box http://screencast.com/t/ySXqq3YDb5 and there not be white space (on both mobile and desktop)
Thanks!!!
Hello,
I updated and made an error in my header and images detached from the post does not appear. http://www.screencast.com/t/RJSRUtUPG
How can I solve?
Catalin,
I have it working pretty well now. I am working on a test site at txcraigs.com. My main site that I am going to switch to Newspaper is hcnews.com.
This is the custom css I am using. It might not be the best way to do it, but it is working. There is a difference between Chrome and Firefox browsers in that there is no space between the banner ad and the nav bar in Firefox (Mac) and there is a gap (which I want) in Chrome. But that is not a big deal.
.td-header-style-1 .td-header-sp-logo {
width: 50%;
float:left;
margin: 28px 0px 0px -50px;
}
.td-header-sp-recs {
width: 50%;
float:right;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px) {
.td-header-sp-recs {
width: 100% !important;
margin-left: auto;
margin-right: auto;
}
}
Thanks for a great theme and outstanding support.
Rick
Hey there,
I was just wondering how to turn off the mega menu? (automatic display of post images when curser is hovered over categories titles).
Also, is there a way to disable (or change) the header ad on posts within a specific category?
Thanks.
Hi
To achieve the desired result are necessary some file customizations but not in theme panel area because there the ad spots only keep the code, even if is used or not on a page/page. You have to modify the condition in which a specific ad spot it’s outputted. For example on every page the header ad is outputted by it’s specific spot so if you want a different header ad for author archive page you need to add a condition for that. Basically you change the output depending by your needs by replacing the current ad spot with a different one, if some condition is met.
The panel part of our theme can’t be modified via child theme, any customization must be made in the main theme file.
Thanks!
Hello Splodger,
As I explained above, you have to do a custom class in the according file of header_stylete used, like this -> http://screencast.com/t/AwOU8vgOyE
@EDMSU, please ensure that you have followed all the steps correctly and let us know how it goes! I have tested on my side and works fine.
Thank you for the message!
Hi
1. Try this css in theme panel > custom code custom css: http://screencast.com/t/LWo79pKINwG
.td-header-sp-logo img{
padding-right: 24px;
margin-right: 45px;
}
2. From what I can see in your screen there is an additional distance added on top of trending now block. I am not sure why that distance appear but can be a margin or a padding set by a plugin. Try to deactivate all plugins except Visual Composer, clear all caches and test again.
Let us know how it goes.
Thanks!
I have all failed. Try updating template.
/wp-content/themes/Newspaper/parts/header
Hello,
You can adjust ehe top padding of the homepage and remove the menu border by using this css code:
.home .td-main-page-wrap{
padding-top:0!important
}
.td-header-gradient:before{
display:none!important
}
The header style you use has a header ad under the menu so the image you showed as an example can only be replicated if you remove the header ad.
Please let us know if you need further assistance.
Thank you!