- 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
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
The iframe has a fixed width, try entering this code in Theme panel->Custom CSS and it will be scroll-able
– https://www.screencast.com/t/RmTRvfErHius
– https://www.screencast.com/t/mEz1cJyjY
.vc_raw_html iframe {
width: 100%;
}
Or make the modification in the frame code itself. Fixed values will probably not display properly and they will not be responsive when there is no sufficient space available.
Thank you! Fixed when i add your Custom CSS
Hi,
@urdunet The theme does not support RTL direction, it is not optimized for this and there are no guides or tutorials that I could provide you with. If attempted there will most likely be issues, these could only be solved with customization and modifications on your part.
@efunny That is happening because of RTL, not that plugin. I could give you a solution to fix that issue, but others may happen caused by RTL. Enter this code in Theme panel->Custom CSS and see if the problem is fixed
#td-mobile-nav {
position: fixed;
}
Thanks
In addition, I also use the following:
1. WP BItly – WP Bitly can be used to generate shortlinks for your website posts, pages, and custom post types. Extremely lightweight and easy to set up!
2. Use Google Libraries – Allows your site to use common javascript libraries from Google’s AJAX Libraries CDN, rather than from WordPress’s own copies.
3. WP Fastest Cache – I use it with Autoptimize since it makes my site faster than wp super cache.
4. Autoptimize – I use it to Optimise JavaScript code, and compressing it (no CSS coz it breaks or strips certain colour codes).
5. Download Monitor – A full solution for managing downloadable files, monitoring downloads and outputting download links and file information on your WordPress powered site.
6. Google Analytics Dashboard for WP (GADWP) – Displays Google Analytics Reports and Real-Time Statistics in your Dashboard. Automatically inserts the tracking code in every page of your website.
7. Login LockDown – Adds some extra security to WordPress by restricting the rate at which failed logins can be re-attempted from a given IP range.
8. MailChimp Forms by Optin Cat – The Mailchimp Optin Cat WordPress Plugin Makes It Super Simple To Create Beautiful Mailchimp Sign-up Widgets & Forms In Minutes.
9. Subscribe to Comments Reloaded – Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
10. WPForms Lite – Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
You don’t have to use all of these. Just choose the ones that suit you.
Dear Sir / Madam,
Greetings of the day!!
After following up the steps mentioned on the installation guide too getting render blocking error for the following CSS.
https://www.irctchelp.in/wp-content/plugins/font-awesome-4-menus/css/font-awesome.min.css?ver=4.7.0
Please suggest.
Regards,
Jubel Thomas Joy
Hello! I need to increase the font size (on mobile version) on posts and pages. Please provide me the CSS and further instructions. My website is https://savoriurbane.com/
Hello,
I’m having some “problems” with the Speed Booster plugin. I state that i’m not a newbie to this template and its plugins.
Said that, what follow is my problem: as you can see from the screenshot below, if i run the Google Page Speed for my articles, there’re two files that delay the render of the page (above-the-fold) only on the mobile version (i’m not using the dedicate mobile plugin because the theme is already mobile friendly).
I’ve added those files in my Speed Booster config file, but seems that isn’t working.
The second problem is: why the mobile pages needs 5 round trip to be loaded? (0 on desktop version)

Here’s my speed booster code for CSS and JS (not complete for security reasons):
function css_mover() {
//if ($this->td_theme_name == 'Newspaper') { }
// wp 011 - Newspaper 6
$this->move_style_to_footer_queue('bbp-default-bbpress'); //bbpress old
$this->move_style_to_footer_queue('bbp-default'); // bbpress
$this->move_style_to_footer_queue('contact-form-7');
$this->move_style_to_footer_queue('cookie-notice-front');
$this->move_style_to_footer_queue('ewww-image-optimizer');
$this->move_style_to_footer_queue('disqus-comment-system');
$this->move_style_to_footer_queue('yoast-seo-adminbar');
$this->move_style_to_footer_queue('rs-plugin-settings');
$this->move_style_to_footer_queue('td-mobile');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('td-theme-child');
$this->move_style_to_footer_queue('td-theme-woo');
$this->move_style_to_footer_queue('td-theme-demo-style');
$this->move_style_to_footer_queue('td_live_css_frontend');
$this->move_style_to_footer_queue('td-theme-bbpress');
$this->move_style_to_footer_queue('font-awesome-four');
$this->move_style_to_footer_queue('cookie-consent');
if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer_queue('js_composer_front');
$this->move_style_to_footer_queue('td-mobile');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('td-theme-child');
$this->move_style_to_footer_queue('td-theme-woo');
$this->move_style_to_footer_queue('td-theme-demo-style');
$this->move_style_to_footer_queue('td_live_css_frontend');
$this->move_style_to_footer_queue('td-theme-bbpress');
$this->move_style_to_footer_queue('font-awesome-four');
}
//@todo test on newsmag
$this->move_style_to_footer_queue('woocommerce_prettyPhoto_css'); //on product page
$this->move_style_to_footer_queue('woocommerce_frontend_styles'); //old woocommerce?
$this->move_style_to_footer_queue('woocommerce-layout');
$this->move_style_to_footer_queue('woocommerce-smallscreen');
$this->move_style_to_footer_queue('woocommerce-general');
//$this->move_style_to_footer_queue('bp-legacy-css');
//google fonts
$this->move_style_to_footer_queue('google-fonts-style');
$this->move_style_to_footer_queue('google_font_open_sans');
$this->move_style_to_footer_queue('google_font_roboto');
$this->move_style_to_footer_queue('google_font_roboto_cond');
$this->move_style_to_footer_queue('google-fonts-style');
$this->move_style_to_footer_queue('google-font-ubuntu');
//move revolution slider css
$this->move_style_to_footer_queue('rs-plugin-settings');
$this->move_style_to_footer_queue('genericons'); //still rev slider
//$this->move_style_to_footer_queue('js_composer_front');
}
/**
* move javascript to footer
*/
$this->move_js_to_footer('themepunchtools');
$this->move_js_to_footer('revmin');
$this->move_js_to_footer('vc_woocommerce-add-to-cart-js');
$this->move_js_to_footer('contact-form-7');
$this->move_js_to_footer('cookie-notice-front');
$this->move_js_to_footer('disqus-comment-system');
$this->move_js_to_footer('ewww-image-optimizer');
$this->move_js_to_footer('revmin');
$this->move_js_to_footer('tp-tools');
$this->move_js_to_footer('jquery');
$this->move_js_to_footer('comment-reply');
$this->move_js_to_footer('js_files_for_plugin_live_css');
$this->move_js_to_footer('js_files_for_live_css');
$this->move_js_to_footer('js_files_for_ace_ext');
$this->move_js_to_footer('js_files_for_ace');
$this->move_js_to_footer('td-site-min');
$this->move_js_to_footer('td-site');
$this->move_js_to_footer('cookie-consent');
//print_r($wp_scripts);
// replace comment-reply.min.js with inline version
}
Hello,
I’m building my homepage. id like it to look similar to this > https://imgur.com/A68Yixw
could you please advise me on how best to recreate the highlighted section.
i would like three of my latest articles to appear in one section. i would like them to NOT have any thumbnails. i would like the initial paragraph or 30 words or so to display beneath them.
i like the 3 column layout with a bigger column in the middle . so 1/4 1/2 1/4 . im using the pagebuilder option to achieve this. you suggest not to use that layout of columns with newspaper 8.5. why is that?
if I edit the css of a block will i have to create a child theme so it doesn’t get deleted when i update?
thank you
Which version are you using right now (the icon appears properly positioned http://prntscr.com/icl2o4)? I also had the same problem since v8.5 and none of the solutions in this forum worked and I had to use some CSS to position the icon properly. I also noticed the icon can appear broken when logged in but proper when logged out.
Note you can add any type of CSS to your website pretty easily…
simple accordions
e.g.,
https://codepen.io/raubaca/pen/PZzpVe
-
This reply was modified 8 years by
simchris.
On my webpage http://dev.mega-media.hr/, I want video background on header and menu. I found out on your forums this option which is now displayed on my page. But now I want to scale this background to be at least half this size. So considering it’s row background I tried to change row height. First I unchecked “full height” box and then added extra class, and in css tried to set height but when I press save button it just keep loading. I also tried to achieve it by id inestead of class. But it doesn’t work. I actually can’t change anything. Later I added few rows on random places just to test it, when I was typing css code, changes appear in realtime on page but when I press save it keeps loading… My actual goal is to have video background behind menu and header which is about their size. If there is any other way to achieve that please let me know.
Thanks
Hi,
Indeed the custom code make the button display like this
– https://www.screencast.com/t/xrWOrKK6
– https://www.screencast.com/t/gt3kUe7VXgn
Custom CSS codes can be entered in the Theme panel->Custom CSS section. Try clearing any installed cache, it could be a caching issue if the code does not apply.
Thanks
Maybe that is not made with woocommerce, or maybe with add-ons and extensions (probably premium). The basic woocommerce plugin does not have such styling options, so those are most likely made with customization or extensions
– https://docs.woocommerce.com/document/customizing-woocommerce-best-practices/
You could create custom CSS and customize the woocommerce elements as you wish.
Thanks
Hi,
I’m trying to customize the CSS style for the .td_outlined_btn
I’ve entered the following info into the Custom CSS section in the Theme Panel:
.td_outlined_btn {
background-color: transparent;
border-color: #656565;
border-radius: 6px;
}
.td_outlined_btn:hover {
background-color: transparent;
border-color: #cc1a1a;
color: #656565;
}
But the changes are not registering on my website. However, when I apply these same edits on the Style Editor in the Web Developer Tools on Firefox, all the changes I wish to make show on the web page.
Can you please let me know what am I missing?
Thanks!
Hello,
This css code will remove ALL margins for the logo:
.tdm-header-style-1 .td-main-menu-logo{
margin:0!important;
}
You can add the code in the theme panel-> custom css box.
Thank you!
On mobile the category tag is displayed like this
– https://www.screencast.com/t/oBD3DLNgzF
The caption is not visible until you use the code provided in the same topic
– https://www.screencast.com/t/boGJ1fVS
Make modifications to it if you want to, then enter it in Theme panel->Custom CSS
.td-feat-image-caption {
color: #ffffff;
margin-top: 10px;
margin-left: -5px;
padding: 10px;
}
Thanks
Hello,
I’m trying to style my homepage, but there is a gap between the header menu and revolution slider. It seems to be the padding.
Is there somewhere I can make the padding smaller, or should I use custom CSS?
I see now what you are referring to, sorry for the confusion. That is the latest articles section, it could be customize with a code like this
– https://www.screencast.com/t/VDJzCaaz18x
Use the color you want in the code, then enter it in Theme panel->Custom CSS
.td-pb-article-list .td_block_template_16 .td-block-title:before,
.td-pb-article-list .td_block_template_16 .td-block-title:after {
background-color: yellow;
}
Hello,
The scroll to top button has been hidden on mobile devices by default.
If you want to enable it you must use this custom css in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks.
Hello,
There is a css issue indeed with the overlay menu as it sometimes grabs the main menu background color. For the moment please use this css code in your theme panel-> custom css that will fix the issue:
.page-template-page-pagebuilder-overlay .td-header-wrap .td-header-menu-wrap-full {
background-color: transparent;
}
Thank you!
Hi,
So maybe something like this – https://www.screencast.com/t/uP0ZgfZGrZ
You can use any color you want in the code, then enter it in Theme panel-Custom CSS
.td-header-gradient:before {
display:none;
}
.td-header-menu-wrap {
border-top: 1px solid grey;
border-bottom: 1px solid grey;
}
Regarding the top menu if you could provide more details about how you want them, I will try to give you a solution. Note there are top bar styles to choose from in the theme panel
– https://www.screencast.com/t/AbARLuijKB8X
Thanks
Hello bobbymc,
You should provide the website URL so I can take a closer look. It’s possible to be specific for a certain demo style and place notice that you cannot combine the styles from more demos. You should import that demo if you want to have that style or if you want to do more, you should do it yourself through the code. (CSS for style)
Thanks for your understanding!
Hello Stevivor,
If you want to add a border below the top menu bar, please check the following code below and place it in Theme panel -> Custom CSS Area.
.td-header-top-menu{
border-bottom:3px solid #6bb0d6;
}
The result is here -> https://www.screencast.com/t/4j5NTVulyQbo
Thanks for your understanding!
Hi Simon,
it seems that issue was caused by the WP Hide plugin. We changed the /wp-admin folder to another one, and that seemed to be the reason for the theme’s options page issues.
It seemed like the theme couldn’t locate image, css, js files etc. Is it possible that your theme works correctly with this security plugin?
another issue: is it possible to upgrade to 8.2 or 8.5 and still use the WP Bakery Visual Editor?
It seems like switching to your tagdiv composer will not be easy. It’s not 100% compatible with the VE, and we have hundreds of page types, so going through all of them and changing everything manually, wouldn’t be something that we would like to do….
Please advise,
Adam
That’s what I thought. Do you guys have any plans of adding CSS animations (such as bounceinup), accordions, and tabbed content to the elements selection in TD Composer? One of my websites has a lot of pages that use accordions and tabbed content elements.