- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hello Pedram.k,
Our theme has no RTL support because it has been designed to be used in this layout, sorry!
Unfortunately, we have no plan on implementing it in the near future. Implementing RTL support in our theme will require 2 style.css files and it will add significant “weight” to the theme. Using the RTL mode means that lots of elements have to be adjusted and this thing involves custom work and we cannot provide this at the moment!
Please try to do a simple search of our forum and you will see that our team offers support only for theme related problems and which not require additional customizations. Please check again our support policy here -> https://forum.tagdiv.com/support-policy-2/
Thanks for your understanding!
Hello,i love your themes,bought both of them. I was using newsmag theme on my site and recently changed it to the newspaper theme.
Some of my old posts have a certain post template but i want to use only post template 5 from newspaper theme on all posts sitewide.
Is there a way,maybe some custom css,to change all old posts to post template 5,without having to go and change them one by one? Its hundreds of posts. Thanks in advance.
Hello jansena,
If you want to rule out the post category tag only for the mobile version, 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->Custom CSS area.
@media (max-width:767px) {
.td-post-category {
display:none!important;
}
}
The result you should see here -> http://screencast.com/t/tgTfuTLz
Hope this helps!
Thanks.
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
I hope this helps.
Thank you!
HI
Yes you can add ads there but to achieve that are required some customizations in theme’s core files. First you need to edit header.php file and add this code here: http://screencast.com/t/5MswRTB2vo9c then edit footer.php and add this code: http://screencast.com/t/sSroCgmdD
<div class="left">
<!-- ad'd code goes here-->
<p> left ad</p>
</div>
<div class="right">
<!-- ad'd code goes here-->
<p> right ad</p>
</div>
You will also need this css in theme panel > custom code > custom css: http://screencast.com/t/uMbRJkD8A6Fa
.left{
position: fixed;
top: 300px;
left: 60px;
}
.right{
position: fixed;
top: 300px;
right: 60px
}
Hope this helps.
Thanks!
Hello,
I run Newspaper Theme v6.7 on my website.
The changes i am making to style.css file is not reflecting on the front end. I reduced down the font size of menu to 10px from 12px but it is not showing up on front end. I tried clearing up the cache as well, but the issue is still not resolved.
Style.CSS URL – https://www.naukrinama.com/stressbuster/wp-content/themes/Newspaper/style.css
Please look into this and let me know how to get this fixed.
Hello
I’ve added a revolution slider on the front page to show our editor’s picks selection.
After that I realized some displaying issues, like misalingnment of blocks and labels display changes.
It seems that some css rules are lost when there is a slider revolution . If I remove only the slider, the theme looks ok… do you know about some issue?
You can check a sample of the problem here:
http://dev.calcioefinanza.it/ (front page)
http://dev.calcioefinanza.it/home-test/ (front page without slider, see labels named “Focus” and box alignments)
thanks
regards
Fabio
Hi,
You can use this css to remove the padding top and bottom from the top menu:
.td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget{
padding-top: 5px !important;
padding-bottom: 5px !important;
}
Thank you!
I’m not sure what you mean about the media library. The image is not in the media library at all. It is simply called with css. That’s it. Please restore the theme to it’s default code (revert any modifications made to the theme files) and then test again. We have no such reports of 404 errors on that particular image.
Thank you!
Hello maxlaxoc,
Unfortunately, our theme panel does not have such an option for it, sorry! You can do that only through code. You will have to use a bit of CSS code in order to achieve as you wish. Please refer to the following topic here -> https://forum.tagdiv.com/topic/background-photo-in-header/ Also, if you want to add another banner for each category, you will have to get the category ID for each category you will have to add this and add it to your custom CSS.
Please notice that is not a very simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks.
Hello,
Unfortunately if you remove the search button and replace it with a search box, the live search will not work anymore. You can use this code:
<?php echo do_shortcode('[vc_wp_search]'); ?>
And add it like so: http://screencast.com/t/flOqdCTcZ
It will require a bit of css for further positioning though.
Thank you!
Hi,
On 26 July you release the 7.3 version.
It’s been two weeks since then and I see on different days that you have updated again and again the theme without change the version / changelog.
So, keep in mind that is impossible to know which is the latest version.
For the people they are using rules on htaccess like expires headers, your changes have no effect for users who have previously visited this version in their PCs/mobiles because css/js have the same query string.
¿Is so difficult for your developer to change a simple number on the changelog?
HI
Try this css:
.single_template_6 .td-header-sp-logo {
background-color: red;
}
Let us know how it goes.
Thanks!
HI
Try this css to add a background image for category header: http://screencast.com/t/1BS8KHd6ee
.td-category-header .td-container {
background-image: url("image-url");
}
Just add the image’s url in css and it should work fine.
Thanks!
HI @isakmoller
Try this css to make the logo image a bit bigger: http://screencast.com/t/rdPnu7UNV
.td-header-sp-logo img {
width: 85%;
max-height: 110px;
}
Let me know how it goes.
Thanks!
HI
You can remove the gradient from big grid using this css: http://screencast.com/t/x1l3Riryn
.td-grid-style-1 .td-module-thumb a:last-child:before{
background: none;
}
Let me now how it goes.
Thanks!
the max height is set to 90 … maybe change that in the css.
i set category tag color, but i want to be aplied accros all website, not only on the category page. How can i do that, if is possible only with css, please give me direction how to target each category tag, and each category page.
Thank you
how can i disable more from author tb underneath an post, eventually with css display: none; ?
Hello stanisci,
The footer in the mobile theme cannot be removed from the Theme panel, but only if you use a bit of CSS code. For an accurate code, please notice that your website is needed to provide so I can inspect it closer.
Thanks.
Hello lethow,
If you want to stop showing ads on pages and 404 pages, please try the code below and palce it in Theme panel -> Custom CSS area.
.error404 .td-g-rec, .page .td-g-rec {
display:none;
}
Thanks.
Please ignore the below msg and see the corrected one here:
The above CSS is generated by you theme when we enter the responsive code to the ads section in theme panel: So we want that please advice how to increase height for device >768px.
2nd, adsense ads showing on desktop but not showing on mobile but when we deactivate the mobile theme plugin….it start showing on mobile also….so mobile theme active means no adsense ads on mobile and deactivate means adsense ads on mobile…please advice how to solve it…
Hi,
The dash is there because you removed the post date with css maybe but did not remove the dash. If you remove post date from the theme panel then the dash will also be removed. Please use this css for the dash:
.td-author-line{
display:none!important;
}
This will remove the dash on desktop as well so if you want to target only mobile devices you ned to use media queries:
@media(max-width:767px){
.td-author-line{
display:none!important;
}}
As for the views, you can customize them to position left with this code:
.td-post-comments, .td-post-views{
float:left!important;
}
.td-post-comments{
margin-right:8px;
}
and again if you want it only on mobile:
@media(max-width:767px){
.td-post-comments, .td-post-views{
float:left!important;
}
.td-post-comments{
margin-right:8px;
}}
However I have only tested this css on the default post template. Different post templates can have different results so you will have to target each post template with it;s unique class in order to get the css right on all of them.
Thanks.
Hello lethow,
Please notice that you can redirect the 404 page to another page from your website, like your homepage for example. For more information about this, you can refer to this topic here -> http://www.wpbeginner.com/wp-tutorials/how-to-redirect-your-404-page-to-the-home-page-in-wordpress/ and if you want to stop the displaying Adsense code you will have to remove the Adsense code from your Ads area or you can use the following code and place it in Theme panel->Custom CSS Area.
.td-g-rec {
display:none;
}
Hope this helps!
Thanks.
