Hi. I have two different problems, but somehow related, with my website.
I have detected both problems only using iPhone; they do not appear on Android.
Before commenting on the issues, I’m going to leave some data on my website: I use the “Newspaper” theme with WordPress 4.8.1. Problems only appear on iPhone (mobile); they do not appear using the “tgdiv mobile plugin” version, but I prefer to use responsive design before using the tgdiv mobile plugin.
I have also disabled all plugins, but the problems continue.
First problem: Using an iPhone, if the visitor climbs up, the main menu bar (which is fixed) turns black. I attached these screenshots to show the problem:

Second problem: Using an iPhone, if the visitor accesses a category (which are configured with the “Style 6”, the background image of the category “excels” above the menu bar if the visitor climbs up. I attached these screenshots to show the problem:

My question: is there any CSS or similar code, or some plugin or something to fix these two problems?
Thank you.
(Please excuse my English; English is not my mother tongue).
Hi,
Can I style the font and color for text in the widget “Text With Title” with the Theme panel?
I’ve tried adding custom CSS but it is being overwritten by the theme.
.td_block_text_with_title{
font-size: 15px;
line-height:21px!important;
}
You can do anything with CSS and @media queries, you just have to figure out the right elements to target or write your own CSS.
I have a Recent Posts widget in my sidebar on http://isleofpalmsmagazine.com/ and the background color for the Tab and its underline are white for some reason. Screenshot: https://ibb.co/dFJ4Ev
I suppose I’ve done something in the theme somewhere and cannot find out why its doing this. The CSS that makes the border and background colors white is in a section of CSS in the page’s actual code with this line added before <style> tags:
<!-- Header style compiled by theme -->
If I use Developer Tools to disable the CSS added into the page I can see the expected colors for the Tab: https://ibb.co/eWAO7F
How can I get the default colors back?
You can add any custom CSS either to theme panel custom code section, or at bottom of your style.css …
Hello,
I’ve added the more tag through the post editor.
The result in the main page is a continue button without the css color defined on theme colors – general – THEME ACCENT COLOR.
The expected result was a ‘Read More’ button respecting the defined color.
<div class="more-link-wrap">
Continue
</div>
Hi,
I am Using Ninja forms plugin from three years
it works perfectly and I never had problems with the plugin.
a few days ago I noticed that the plugin has a small issue.
Info tooltip icon with a shadow. please click here:
I wrote to ninja forms support, they said me the issue coming to form JS/ Composer.
their response
As for the shadows, it looks as though Font Awesome/JS Composer is applying the shadows:
content: “\f05a”;
coming from: http://www.lankatourexperience.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css
Can you fix this issue? or please explain to me how to fix it.
thanks in advance
Best Regards,
Hi,
There is a workaround using css to get the top menu to show up on mobiles but it will show up above the hamburger menu. It will not show up inside the mobile menu. Please provide a link to your site and I will provide the proper css code.
Thankss
Hi,
Please try entering this ode in Theme panel->Mobile theme->Custom CSS section
.td-post-content a {
word-wrap: break-word;
}
Then check if the links are displayed properly on mobile. The code should fix the issue
– https://www.screencast.com/t/UJZotHePb
– https://www.screencast.com/t/GDrcfkRVaxA0
Thanks
Hello Zoran,
If you want to have a certain different color for each social icon, you should try using the code below and place it in Theme panel -> Custom CSS area.
.td-social-icon-wrap i.td-icon-facebook {
color: blue;
}
.td-social-icon-wrap i.td-icon-twitter{
color:pink;
}
.td-social-icon-wrap i.td-icon-vimeo{
color:orange;
}
.td-social-icon-wrap i.td-icon-vk{
color:yellow;
}
.td-social-icon-wrap i.td-icon-youtube{
color:grey;
}
The result is -> https://www.screencast.com/t/spdiCSAm
Hope this helps!
Thanks for your understanding!
Hello Allen,
Please keep in mind that what you want to do is a BIG update and the theme will be broken because it is totally another theme, sorry!
In order to achieve the best results after you will install the latest update you have to follow some rigorous steps like this -> you have to delete both of your themes, child theme, and main theme. All your customizations from your Newspaper 4 theme will do not work because all the files from this were changed in Newspaper 8.1 and as the main theme and also you lose all changes.
The Newspaper 8.1 is a whole new theme so an update from 4 to 8.1 may cause the same issues as switching to another theme (but we did try to maintain compatibility where ever possible).
Always make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ update also the plugins that come bundled with the theme files from the /plugins folder. In the “how to update” guide is specified that you will have to run the script that will import from database your settings.
The shortcodes have been changed so old ones will not work anymore. Please note that old files customization or custom CSS will not work with the new version and you will have to adjust or re-add them. Bottom line is that newspaper 8.1 is a whole new theme built from scratch.
Unfortunately, you will have to clear your agenda and spare a bit of time to adjust all your settings to the new version of the theme.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello silvaim,
Unfortunately, the theme does not have any such an option for it but please notice that you can use a bit of CSS code to hide it, according to your desired page, after page ID. As an example, please use the following code, change the page ID with yours and place it in Theme panel -> Custom CSS area.
The code is ->
.page-id-13 .td-footer-wrapper{
display:none;
}
.page-id-13 .td-a-rec, .td-g-rec{
display:none;
}
The result is here -> https://www.screencast.com/t/LnRUVg306d
Thanks for your understanding!
Hi,
If you want to have the post title with a smaller font size just for mobile, you could use a code like this for example
– https://www.screencast.com/t/EXKEqCfjO3
Entering it in Theme panel->Custom Code->Advanced CSS in the phones section will apply it only on smaller devices
.single .td-post-header header .entry-title {
font-size: 22px;
}
To add some space above the header ad try a code like this
– https://www.screencast.com/t/DcH7Gslrq7
.td-header-sp-recs {
margin-top: 3px;
}
Thanks
Hi,
Regarding that white color, I believe that maybe you set a white general color as theme accent color. Try changing it or reset it to default
– https://www.screencast.com/t/aQNQmzJwRVY
The same thing is happening for the email address in the footer. I will inherit the accent color. If it is white on a white background that is the result.
The shadow and borders are particular to the magazine demo. They could be removed with custom code or by editing the demo stylesheet
– https://www.screencast.com/t/cxL6YiSO
This is a code that will remove the shadow as well as top and bottom borders, if that is what you want (enter the code in Theme panel->Custom CSS section)
– https://www.screencast.com/t/h77c0cSE
@media (min-width: 1180px) {
.td-magazine.td-boxed-layout #td-outer-wrap {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}}
.td-magazine .td-header-style-1 .td-header-top-menu-full {
border-top: none;
}
.td-header-gradient:before {
display: none;
}
Facebook comments are not added there by the theme. If you use a plugin, try to configure it so it does not display on the homepage, if possible. At the moment they are not present on the homepage
– https://www.screencast.com/t/udOo3v7yjsVI
Thanks
Hello Luptern,
If you want to change the color of your links, notice that you should use a bit of CSS code in order to achieve this because the theme does not have any such an option for it in Theme panel, sorry! Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.single .td-post-content a {
color:red!important;
}
Hope this helps!
Thanks for the message!
Hello,
Please read this guide: https://forum.tagdiv.com/font-customization/
The font on the text logo can only be changed with css unfortunately as it does not have an option added to the theme panel. We will implement this in future releases of the theme.
Please use this css to change the font :
.td-logo-text-container .td-logo-text{
font-family:Arial!important;
}
.td-tagline-text{
font-family:Arial!important;
}
you can add a font-size to the code in order to change the size.
Thank you!
Hi,
This can be done with css. Please ad the following code in the theme panel-> custom css box:
.td-pb-span4.td-main-sidebar, .td-ss-main-sidebar{
background-color:grey!important;
}
However it cannot be used with a smart sidebar though as the padding changes when the sidebar scrolls down.
Thanks
Hello,
This can only be achieved with css. For example in post style 13:
.single_template_13 .td-post-featured-image{
width:80%;
}
And if you want it centered, use this code instead:
.single_template_13 .td-post-featured-image{
width:80%;
margin-left:auto;
margin-right:auto;
}
Thanks.
The bottom margin is added for every post image at the same time. Removing from all of the site at once is not a good idea as it will break other layouts. I will provide a code that affects just this one post based on the post ID:
#post-5 .td-post-content img{
margin-bottom:0;
}
Add this code in the theme panel-> custom css box.
If you want to remove the bottom margin for every image in your post sontent, use the code like so:
.td-post-content img{
margin-bottom:0;
}
Thank you!
Hello,
There seems to be some css blocking the one from the theme on your end.
Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
If the issue is still there, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
.td-main-page-wrap{
padding-top:0px;
}
its work for me.
https://yadi.sk/d/OJ5hhLxn3Lx879
but here must space for example 3px. how can i add space with custom css? i am using header ads spot.
Hello,
Please let me know if it’s posible to ad google ads on page and not only on post?!
I try to ad manualy with a CSS code for dosen’t work like on post format.
I want to add after paragraf 2 one 300×600 ad.
Now i have like that:
<div id=”ad1″>
googl code here…
</div>
and the css on the same page:
<style type=”text/css”>
#ad1 {
top: 10px;
left: 10px;
float: right;}
</style>
Many regards and if you don’t undersnetd let me know.
Thanks Bogdan, I have now managed to achieve this with custom CSS for the block.
Matt
Make sure you install properly.
DELETE your old wp-content/plugins/newspaper
theme folder; upload new one.
Update any theme plugins you use as well, which are also found in the ‘all files’ download, in the Newspaper-tf folder.
If you *look* at the style.css file when you download from ThemeForest it will say:
/*
Theme Name: Newspaper
Theme URI: http://tagdiv.com
Description: Premium wordpress template, clean and easy to use.
Version: 8.1
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
License:
License URI:
Tags:black, white, one-column, two-columns, fixed-layout
*/
/*