- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Ok, Simon,
Thanks!
I live this quote style – https://bootsnipp.com/snippets/featured/a-better-blockquote
from the list, you’ve shared (https://cssreset.com/7-css-snippets-to-style-blockquotes/)
How to apply this, or how to add this CSS for content posts, as the TD-Composer isn’t working in the post? Is there any way to add this quote in newspaper theme by CSS or html??
Thanks.
-
This reply was modified 7 years by
ashubais.
Hi,
Unfortunately our theme do not have this option, sorry.
Is possible to do that with some changes in theme files or custom css
https://www.screencast.com/t/YzPQe6sf
.td-icon-mobile:before {
content: 'Menu';
}
#td-top-mobile-toggle {
bottom: 5px;
}
Just add this custom code in Newspaper>Theme panel>Custom code >Advanced css in phones
Thank you for your understanding.
Hi dhcosta,
Please use this custom css
@media (max-width: 767px){
.td-ps-big .td-social-share-text {
display: inline-block;
}
}
https://www.screencast.com/t/1ZsaJqJN
Hope this will help you.
Thanks.
Seems the blog travel demo is adding that top margin, I believe it is part of it’s design. I could give you a code to override it and remove it, like this
– http://prntscr.com/m3ystz
.td-blog-travel .td-post-template-7 {
margin-top: 0;
}
This code can be entered in Theme panel->Custom code CSS section.
Hi,
You could check some online quote styles and experiment, maybe like these
– https://1stwebdesigner.com/css-snippets-blockquotes/
– https://cssreset.com/7-css-snippets-to-style-blockquotes/
– https://pagely.com/blog/style-blockquotes-wordpress/
I can’t say at the moment if more styles will be added in the theme, it could happen in the future. Sorry for any inconvenience.
Thanks
Hi,
You can try this custom css
.footer-logo-wrap, .td-footer-logo {
display : none;
}
Please add the above custom css in Newspaper>Theme panel.Custom code>Custom css
Thank you for your understanding.
Hi,
In order to remove that background image you need to go in Newspaper>Theme panel>Footer Footer settings and click on edit footer page
https://www.screencast.com/t/3Bm1tUAD
Click on the footer row, change to CSS and remove the background image, save and see if the problem disappear.
https://www.screencast.com/t/MUbuiZJBN0F
Thank you.
Hi,
You can use some custom css in order to get that fix.
https://www.screencast.com/t/f8j3RiwbbI7
Please add the below css in Newspaper?>theme panel>Custom code>Custom css
.td-pb-span4 .td-block-title-wrap .td-pulldown-category {
margin-top: 30px;
}
.td-pb-span4 .td-block-title-wrap{
bottom: 10px;
}
Hope this will help you.
Thanks.
I see you are wrapping the code in a media query, with the condition that it loads only on screens smaller than 767px. That will have no effect on desktops for example. The query is also not closed properly, there is a missing accolade it seems.
If you want the code to be loaded in certain widths, you can use the advanced CSS sections in the theme panel
– https://www.screencast.com/t/0FYbvuLf
Enter the code from above there as desired, the media queries will be added by the theme automatically.
problem in css / file- mobile.php
Hello everyone,
I really don’t know what happened to my theme, but it seems really broken. I tried a lot of things, even installed wordpress and the newspaper theme totally fresh again and recovered only my posts, the post meta and the common wordpress option data.
I thought it could be something like the icon font issues some people had. So I tried to adjust my htaccess and allowed loading images from all sources and so on. Didn’t make a change.
Then I thought it could be an issue with the plugin Autoptimize. I checked the boxes for optimizing JS, CSS and HTML. But I couldn’t reproduce it on an other website of mine. But if I deactivate the plugin, my website gets totally broken and loses all of it’s design. So maybe it has something to do with it?
My Theme Panel and the Theme Plugins look like this:


The icons on my homepage:

Link to my website: mmo-sankar.de
So I hope somebody have a glue what I could do to solve my problem. Or is there a way I can do a fresh install, get my posts back with some metas like seo and also not getting back the data, that seems to generate this issue?
Thanks and best regards,
Sankar
<?php locate_template('parts/menu-mobile.php', true);?>
css fo this file mobile.php On the left, you will find
Empty space .
http://www.horsesnews.net
<img src=”http://www.horsesnews.net/wp-content/uploads/2019/01/Capture.jpg” alt=”
Empty space” />
Hi,
Yesterday I went to sleep the website was looking good and all was working fine.
I woke up today without changing anything – all the website looks bad ->
The hearer changed place up – a lot of white spaces – Instagram section changed the size everything looks wrong without changing anything.
1.I’m trying to update the page and push backward versions and it’s not working.
2.I’m trying to edit thing via TD compressor – I cannot see the text flied there and I cannot edit anything.
3.All the PHP setting and the limitation are fine.
Very strange what is going on there….
Can you please assist ?
Thanks a lot,
Or Amitai
Hi,
The cache folder size is very large in size and increasing every minute.
Its causing the css cache to generate a large amount of optimized css which are quite large for css at 1.7MB each
—–
-rw-r–r– 1 nginx nginx 1.7M Jan 4 18:40 autoptimize_004315cb5cd7023ae6c7998fd117a1b2.css
-rw-r–r– 1 nginx nginx 1.7M Jan 4 08:19 autoptimize_019959f257ab13f6fee69ae77194953c.css
-rw-r–r– 1 nginx nginx 1.7M Jan 4 17:29 autoptimize_01a2ca3f08c335b9f90639597e0fd8ab.css
-rw-r–r– 1 nginx nginx 1.7M Jan 4 18:16 autoptimize_01ad3fd300f3c848b14fd473d28329aa.css
-rw-r–r– 1 nginx nginx 1.7M Jan 4 09:03 autoptimize_01d0a92c143f0dde83a1be0a5d7e428c.css
-rw-r–r– 1 nginx nginx 1.7M Jan 4 09:38 autoptimize_01df5b406824940fde8adde02138f1fd.css
-rw-r–r– 1 nginx nginx 1.7M Jan 4 09:42 autoptimize_01f3c1e773cf8e85c06d94471f527b98.css
—–
Currently the size is almost 3GB and getting the below alert.
===
Autoptimize’s cache size is getting big, consider purging the cache. Have a
look at https://wordpress.org/plugins/autoptimize/faq/ to see how you can
keep the cache size under control. (site: https://casinamia.com)
===
The server disk space is getting filled up due to this problem. Please let us know if others having the similar issues using the plugin Autoptimize? Also let us know how to fix the issue ?
Didn’t work for me at https://diarioanticipos.com
I want to see the SHARE TEXT in mobile too.
How can I do that?
The “!important” has an exclamation in the CSS code.
Ive cleared my cache and added and saved the CSS changes. But it still isn’t working. any ideas?
link to screen shot
https://drive.google.com/file/d/18uOrJ56HmznrW9a-r2BkDVOeRdo-r7AB/view?usp=sharing/>
-
This reply was modified 7 years by
funmtbiker.
-
This reply was modified 7 years by
funmtbiker.
Hi Simion,
Again, Thanks!
We’ll explore that. Would love to have the CSS for Big Grid 12. 🙂
Thanks!
-
This reply was modified 7 years by
Dohubang.
Hi,
That depend on what you want to customize, unfortunately there are no more option for that but you can use some custom css.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you for your understanding.
Hi,
Please notice that the speed of your website depends on how well your site is optimized.
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/
Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/
Thanks for your understanding!
Hi,
In order to achieve that you need to set this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-icon-star {
color: blue;
}
https://www.screencast.com/t/PmZUNny6ve
Thanks.
Ask my hosting why I have a cloud flare plan by my score in gmatrix is very poor.
This is the hosting answer:
Your web-developer should do the following:
Make fewer HTTP requests, Minify JavaScript and CSS, Reduce DNS lookups, Serve resources from a consistent URL, Specify image dimensions.
I have not knowledge in the setting up of this.
my site is ofwmoney.org
Hi,
Please add the below custom css in Newspaper>Theme panel>Custom code> advance css > Phones
.td-ss-main-sidebar{
display: none;
}
https://www.screencast.com/t/ecZJ6UAEnA4
Hope this will help you to achieve what you need.
Thanks.
Hi,
In order to have page and post background color black please add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-main-content-wrap, .td-container-wrap, .td-full-screen-header-image-wrap .td-post-header-holder {
background-color: #1a1a1a;
}
Thank you.
Hi,
Unfortunately this can be done only with custom work.
If you want you can try this custom css
.td-module-thumb:hover img{
-ms-transform: scale(1.1); /* IE 9 */
-webkit-transform: scale(1.1); /* Safari 3-8 */
transform: scale(1.1);
transition: transform .3s;
}
.td-module-thumb img{
transition: transform .3s;
}
Thank you for your understanding.
Hi,
That would be possible with some CSS. Something like this – http://prntscr.com/m2y7hs
The code can be entered in Theme panel->Custom CSS section
.td-header-style-1 .td-header-sp-logo {
float: right;
}
Thanks