- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Thank you that worked.
Are the actually shown on all blocks but you need to find the CSS selector and show them with display:block?
Hi,
If I understand correctly you want that meta to by show in all blocks and modules from that big block, that can be done just manually, you need to put this code in custom cod css (Newspaper > theme panel > custom code > custom css https://www.screencast.com/t/qI6j0I6s)
.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
display: block ;
}
see the results : https://www.screencast.com/t/0Y2XHUo53
Thank you.
Hi,
You could use a plugin, try this one for example
– https://wordpress.org/plugins/search-exclude/
Or try it by code in the theme functions, this should work
– https://www.cssigniter.com/exclude-certain-posts-pages-search-results/
Thanks
Hi,
You can try using the code below and place it in Theme panel -> Custom CSS area.
.td-post-views{
padding-left: 50%;
}
.the-modified-date{
float:left;
}
The result is here -> https://www.screencast.com/t/C6G1VoouiOcA
Thanks.
Hi,
In order modify the padding near the facebook like button and social media sharing icons
you need to add an css ( example https://www.screencast.com/t/hohPnadj6ukS )
Here is css cod, if you wish you can change the parameters.
.td-post-sharing-top {
margin-bottom: 10px;
}
.td-post-sharing-classic + .td-post-sharing {
margin-top: 20px;
}
Thank you.
I would like to use custom CSS to style posts that have a sidebar at a different width than posts that do not have a sidebar.
There doesn’t appear to be any class in the DOM tree above the sidebar node where I can distinguish a post that has a sidebar.
Do you have any ideas? Could you add a distinguishing class to the body or article tag when the sidebar is present?
Hello,
I’m working on a php file that manipulates my blog posts in some way.
What I need here is to include the menu with the header into that file.
You can help me by telling me what calls should I do (css,js,php) to make it work.
I want to avoid the wp_head call, because it will load all the theme files even if i don’t need them all to be loaded. I want to load only the files related to the mega menu.
Please help
Hi,
How can I add a new template for “pages”?
We can create new templates for “posts” using cloud templates
but I want to do same thing for “pages”.
If it’s possible, I can redesign many pages later easily.
If it’s not possible, could you give me some advice for changing the design of many pages later?
For example…”When you create new page, add extra class and use CSS” or something…
Hello Keith,
I have inspected your website and it seems that your CSS core files do not load! I would suggest you make a new install to another sub-domain for testing via FTP way because this is the surest method in this case. Check here -> https://forum.tagdiv.com/install-via-ftp/
Thanks for your understanding!
I read through this thread a couple weeks ago and implemented the change but it would only work if I made the change in the Parent theme. If I changed it in editor-style.css of the child theme, the change was not reflected and I still saw the “sidebar” in the Edit Post screen. Anything I’m doing wrong?
Hello vibolsun65,
Sorry, but at the moment, your website it seems to be unavailable, unfortunately!
Check here -> https://www.screencast.com/t/fn5vCm6l6d
Please notice that the speed of your website depends on how well your site is optimized.
-> https://developers.google.com/speed/pagespeed/insights/?hl=ro&url=https%3A%2F%2Finsanertech.com%2F&tab=mobile
Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hi,
Bets you do it in a child theme so it will not be lost after a theme update.
As for the button colors, use this code – https://www.screencast.com/t/1p1BqfoV
.td_block_4 .td_module_2 .td-read-more a{
background-color: red;
color: black;
}
Change the colors as you wish, then enter it in Theme panel->Custom CSS.
Hi,
To understand you wish to have more articles on the block 9, and in order to do that you want to reduce the space between the articles,
fortunately there it’s an option for number of post all you need to do is to select the block 9 select general and in extra area you’ll find “Limit post number”,
from there you can set as many post (articles ) you want to be on the block.
Here is an example: https://www.screencast.com/t/PfdYT6aPl
If you steel want to reduce the space between articles please read this topic https://forum.tagdiv.com/topic/reduce-space-top-and-bottom-block-9/ , the cod it must be put in css section like in image https://www.screencast.com/t/v7at9O3xxX
Thank you.
Hello Seb,
Please notice that the speed of your website depends on how well your site is optimized.
-> https://developers.google.com/speed/pagespeed/insights/?hl=ro&url=https%3A%2F%2Finsanertech.com%2F&tab=mobile
Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hi,
Before I purchase this theme I made sure that it’s fast. I was assured that it’s extremely fast 😉
After creating my design I have 0 ratings on tools.pingdom for the following:
Parallelize downloads across hostnames
Leverage browser caching
Combine external JavaScript
Combine external CSS
Minimize DNS lookups
How could I fix that? I know that some of this might depend on my server, which is also first class with Cloudflare. Not sure what else can I do to speed up the loading time.
Thank for your helps
Seb
In the composer it would be easy, select the view port and set sizes or each one. So for example I can set a 50px font size for the column title on desktop
– https://www.screencast.com/t/awpkwpm40MJc
And a 25px font size on mobile – https://www.screencast.com/t/Ykvie0ppn
It can be done with CSS, the solution form above is basically CSS but the design make is easy to use without needing to create code.
Use a code like this – https://www.screencast.com/t/oy2YLf27KDzo
.page-id-349 .td-page-title {
font-size: 75px;
}
It will apply only on that page. You can modify the value of the size, then enter the code in the tablets section and phones if you want it to apply only there.
For example – https://www.screencast.com/t/274JKAT6S
Code
Hi,
I believe by default that menu setting is set to no preloading. Indeed disabling it will improve performance.
You can test your website with online tools, try gtmetrix for example or Google insights and check the results and suggestions provided there. Optimize as many as possible, results should follow.
There are many topics here on the forum in terms of speed improvements and optimization. Some of them here for example
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
Also the theme requirements guide – https://forum.tagdiv.com/requirements-for-newspaper/
Hello ecstaticperson,
You should use the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
.woocommerce-page .td-header-rec-wrap{
display:none;
}
Thanks.
Hello fredy,
You should use the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
.td-subcat-dropdown{
display:none!important;
}
Thanks for the message!
Hello guys,
I’m trying to add a sort of tagline underneath the menu on the homepage. I need some help to make it fit. I want it to be direcltly underneath the menu without any margin. I also want the sides to span all the way to the edge of the box without it affecting the other elements. As I can’t have it half finished in my homepage, I have made a temporary page to show you what I mean. You can find it here: https://www.tickettipper.nl/9931-2/
I just spent $61 on a theme that requires programming capabilities. I am a simple user that wants a theme that is PnP…this is the error message I got when installing this theme:
Oh, and I had to upload it via c-Panel and unzip it there.
Broken Themes
The following themes are installed but incomplete.
Name Description
Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Please help….urgently.
When I am in the TD Composer I can see my home page perfect (Image 1)
But when I want to open the site in any browser I only see the widget sidebar (Image 2) (I also can´t see the black bar above that enables to edit a post or open the Live CSS)
I’ve add something through the Live CSS but I’ve deleted.
What can I do?
Image 1: https://ibb.co/bLC5jp
Image 2: https://ibb.co/dU3Zc9
Thanks
It is possible either with some CSS, or in the code. Easiest would be with CSS. For example a code like this should remove the play icon from all modules where it appears
Before – http://prntscr.com/kt328i
With code – http://prntscr.com/kt32g3
.td-video-play-ico {
display: none;
}
Hello arthur,
You should adjust it with some custom CSS code. We cannot provide something like this because this task involves doing such a custom work and we cannot provide this, sorry! usually, we recommend the developers from studio.envato.com.
Thanks for your understanding!
Hello Sheen Paul,
If you want to remove that tag, notice that you should only do it with CSS code. Use the code below and place it in Theme panel -> Custom CSS area.
.td-post-category{
display:none;
}
The result is here -> https://www.screencast.com/t/jBsly9KRl
Thanks for your understanding!