- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
If you want to remove the arrow bottom, you can do it using this css code:
.sf-menu .td-icon-menu-down{
display:none;
}
Add the code in the theme panel->custom css box
Thank you!
Hello Noob,
If you want to achieve that border left between your menu items, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-5 .sf-menu>li:first-child {
border-left: 1px solid #eee;
}
The above code is applied only for header style 5. So, if you will use another header style you should change the number and probably, you will need to do some adjustemnts. This is a quick solution.
Thanks for your understanding!
Hello,
1) If you already have a forum account, for the second registration please use the manual activation method: https://www.screencast.com/t/Mff5x0WM
2)The large picture on the travel demo needs to be added on the row in the tagdiv composer like so: https://www.screencast.com/t/cpRFY60bH
3) We recommend using the tagdiv composer, not visual composer as we will no longer develop new options for visual composer but rather for our own page builder. Both page builders only work on pages in our theme.
4) On pages, the modules and blocks in our theme will only show a thumbnail of the video .you will not be able to play the video except by accessing the post and playing it from there.
5) Sorry but there is no plugin that can tie into our page builder. You will have to use the tiny mce editor provided as on the web there is no editor like word. On the web fonts and sizes are changed through css and coding. The theme panel offers font settings but they will affect more elements, not just the box you want to affect.
Thanks.
Hi,
This was an important detail you should have mentioned.
If you want to make just the comments RTL, then remove the previous css and use this one:
.RTL_Post .comments{
direction:rtl;
}
Thank you!
Hello,
You can use a bit of css to remove the image from block 11 if you need it without an image. Add this code in the theme panel-> custom css box:
.td_block_11 .td-module-thumb{
display:none;
}
.td_block_11 .item-details{
margin-left:1px!important
}
.td_block_11 .td_module_10 .entry-title{
padding-left: 1px;
}
.td_block_11 .td_module_10 {
padding-bottom:5px
}
Thank you!
Hi,
If you are using block widgets, their title backgrounds can be changed in each of their settings like this
– https://www.screencast.com/t/uhEXvcXhEI
For different widgets that do not have these settings, you could try a code like this and see if it works for you (the color can be changed to what you need)
.td-footer-wrapper div
.td_block_template_4
.td-block-title span {
background-color: yellow;
}
The code must be entered in Theme panel->Custom Css. If it does not work properly, it would be helpful if you could provide a link to your website, and I will give you a more accurate solution.
Thanks
Just installed the newspaper theme on fresh wordpress install (not locally). I too see errors for missing images in wp_011_lifestyle theme folder. Specifically called from css for the menu.
When I search google for anything similar I see a few other sites that have same issue in their css. All seem to be using this theme. One example I found is https://www.lgdestek.net/
See example source from rendered site:
.td-menu-background,
.td-search-background {
background-image: url(‘http://192.168.0.194/wp_011_lifestyle/wp-content/uploads/2017/03/47.jpg’);
}.white-popup-block:before {
background-image: url(‘http://192.168.0.194/wp_011_lifestyle/wp-content/uploads/2017/03/2.jpg’);
}
I think css is wrong. I modified the font-family of @ font-face to ‘newspaper’ or ‘newspaper-icons’ based on the latest version of the theme CSS, but it did not solve the problem either. The version of my theme is news paper 7.7. Can you give me the style.css file of the news paper 7.7 version?
Special symbols in the bread crumbs and solt options of category post and scroll up bar do not display correctly. > Or < , ∧, ∨ is a strange character, how can I solve it?
I think I’ve touched some CSS properties, maybe It’s probably not a CSS problem. so let me know what’s causing the problem and how to fix it. my site url -> http://hunrich.com
Thanks msz. I’ve added the code to custom css and the lagging problem with Chrome is solved.
hi, can you please answer my question?
still wondering why we had to revert to CSS to do this
At this moment i’m using the CSS code that Amit has posted but i would be glad if someone have a way to fix it without customizing the original css file.
I’ve tried to remove the mobile style.css from the speedbooster, but it doesn’t work. The custom css that Amit has proposed to remove it works great. But its a momentaneous solution that works until you will change the file.
So, is it possible to remove it forever? I’m asking this because that effect is bad for who have a slow internet connection, the reason is that when you are loading an article you can’t see the content (text) until the css is completely loaded or the animation ends.
Right now I’m trying to delete all the Newspaper files and upload them again to see if something changes.
Update: After that i’ve uploaded again all the files of Newspaper theme the problem is still there. I’ve also deleted my custom css in both sides, desktop and mobile, and removed my personalizzation from mobile theme colors but nothing changed. My child style.css is empty and i don’t have applied any customization to the originals css files. I’m not using a cache plugin and i’ve deactivated all the unnecessary plugins to see if there’s some of them that interfer with the theme’s functions. After that i removed my custom body css class to see if was that to cause the problem, but again the issue was still there.
Maybe in the demo you customized something that block this damned animation?
-
This reply was modified 9 years by
Fenix. Reason: Update
Hello @cinematographe
You can remove it by making changes in code:
Refer:

OR
Use following CSS code:
.tag .td-page-title {
visibility: hidden;
}
Im currently setting up a website in the following URL: http://creativelead.es/IDIBE/.
When you show the ‘PUBLICACIONES’ menu by hovering it with mouse, it displays the following options:
– Todo (all)
– Jornadas y Congresos
– Publicaciones
I want to remove the ‘Todo’ option, I found with firebug that it has an id (#td_uid_27_594e389ea24bb), but when I apply the ‘display: none’ code its not really applying on the element.
The non-working code:
#td_uid_27_594e389ea24bb { display: none !important; }
Is there any way to target it with CSS that im missing?
Hi,
I do not know why the logo on the desktop suddenly small. It just happened today, although in the custom css section I followed the instructions of tagDiv. Codes are below:
@media (max-width: 1140px){
.td-main-menu-logo img {
max-width: 165px;
}
}
td-main-menu-logo img{
width: 160px;
}
.td-header-style-5 .td-main-menu-logo{
margin-right: 22px;
}
Image attach: http://www.screencast.com/t/M001fE1hy6
and my site: https://livingnomads.com/2016/05/sealife-nha-trang/
Thank you for reading!
Usually you also need to first change to different theme from WP admin panel; then change theme name in style.css, change folder name; log back in, then change theme to the new theme name from WP panel.
You can’t just edit things randomly via WP editor, as it appears you might have.
Worst case, just delete the theme folder for newspaper from the /wp-content/themes/ folder, and reinstall; then use correct procedure for changing theme name.
Good luck!
You need to change the name of the theme in the style.css, using a text editor.
Best to edit these things on your PC, then upload via FTP; then if you break your site, you can just undo the change you did.
Probably best bet right now, is to reupload the original file(s) you tried to edit via FTP.
Not the fault of the theme or theme company if you break your site in the way you have.
(( I don’t work here. ))
Just search/replace fonts in style.css – which is what I do. 🙂
How to change the fonts of
All Footer Category headings, &,
All the Post/Page Headings (H1 to H6) in the entire theme via hard-coding in Style.Css
When will Newspaper be updated with Inbuilt Json-Ld Markup
Problem solved.
It was css fault. Gallery is no longer lagging after adding this custom css:
@media (max-width: 767px){
.td-doubleSlider-2
{
display: block!important;
}
}
Hi,
The guide provided above explains how to move different stylesheets and scripts, using the Speedbooster plugin. Follow the steps, and enter the code as specified in the functions file. You will see a list with all the css and js that are loaded on your website and their Id’s. The rest of the instructions are provided with details in the same guide.
Thanks
Yes I have been reading that but it does not solve my problem. Speedbooster is active but this is about a single CSS rule that needs to be loaded in the footer.
Hello 1CBAR1,
If you want to change the colors you should check the theme panel at the Section Theme Colors and change from there what colors you want. -> https://www.screencast.com/t/jdHscyZIQQ2s
Also, you can use a bit of CSS code to if you want to change the image which is applied to all block header, like this -> https://www.screencast.com/t/jdHscyZIQQ2s
Thanks for your understanding!
Hello,
Sorry but our theme does not have such options to change the direction of the text based on specific categories.
You can try to do make a custom code implementation for this process to be easier. It is a simple 2 step process.
You can add a custom body class on the posts belonging to your category and then apply css to the new class like so:
1) Ad this code in functions.php:
add_filter( 'body_class','my_body_classes' );
function my_body_classes( $classes ) {
if ( in_category('Gadgets') ) {
$classes[] = 'RTL_Post';
}
return $classes;
}
Example: https://www.screencast.com/t/xyOvs6S8ESw
Replace ‘Gadgets’ with your category name.
Now all your posts belonging to the category you specified will get a custom class you can target with css.
Now you can use this css to change the direction of the post title and content to right to left.
2) Add this css code in your theme panel-> custom css box:
https://www.screencast.com/t/6FZNA1fsARvk
.RTL_Post .post header .entry-title, .RTL_Post .td-ss-main-content{
direction:rtl;
}
Thanks.