- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
The problem with the plugins is that once that we start to test more, there will be more users that will want more plugins to be tested with our theme, also this is not so easy, therefore our developers will no longer have time to evolve our theme and bring new features because they will always need to correct the conflicts between our theme and these plugins.
The css code need to be set only once in theme panel and will be apply on all posts.
Thank you!
Since I’ve implemented the mobile theme, Google started flagging all my pages for being not optimised for mobile. In fact, it sees all my pages broken somehow. Here is a link – https://search.google.com/test/mobile-friendly?hl=uk&id=4hBCUTUrXniuYebSJVkkKA. You can also check this page in Google Console – https://funrumor.com/useful-tips/sweets-to-gift-your-mom-on-mothers-day/. This affects our SEO drastically. Please help fix it ASAP.
Then why you can not test more plugins and make compatible with Newspaper X. This will benefit you! More people will attract towards theme because it is more compatible!
Where to share link privately? Also, there are so many review posts so I have to put that CSS to every post?
Hi,
Our theme and WordPress editor do not have this option to change the dot color, you can do it only with custom css.
How TO – Change Bullet Color of Lists -> https://www.w3schools.com/howto/howto_css_bullet_color.asp
Thank you!
Hello !
Please follow the documentation of WP Rocket: https://docs.wp-rocket.me/article/1266-optimize-css-delivery
We cannot provide you a css file because the CSS is being generated as you modify the theme and anyway that doesn’t seem to be the case here.
Also please note that WP Rocket is not a supported plugin, therefore it is not covered by the support team.
Thank you !
Hi,
Unfortunately, theWP review plugin has not been tested with our theme and therefore, we cannot say for sure if it will work or not as expected with the theme, sorry! Also, we cannot provide support for untested plugins. We do not say that it can not work with our theme, but we do not know the right settings to make it work properly with our theme.
All I can do for you is to provide a css to hide the first review box, fr this I need a link to your product.
Thank you!
Hi Revive the Netherlands,
The solution provide in this topic -> https://forum.tagdiv.com/topic/website-is-getting-slower/ is no longer working?
Please provide a link to your website to can make a new css for your website.
Thank you!
Hi,
The image size is 800px because you are using some effects on Woocommerce Product Image, for example zoom effect and in order to work it, the image is only 400px display, rest of it can be seen using the zoom effect.
The size of image https://i.imgur.com/5GLuV1e.png can not be enlarge because the layout bill be broken -> https://i.imgur.com/9cM5uoZ.png -> https://i.imgur.com/FBxwpHt.png
If you still want to try it, then you can use this custom css:
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
float: left;
width: 70%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: 28%;
}
The code need to be set in theme panel custom code custom css.
Thank you!
Hi.
I want to change the colors of the list options, of the editor, when we make lists by. or numbers, attached screenshots, I have not given how to do it by CSS.
The default color is # 000 and it is marked as li :: marker, as shown here.

This is an example of color change from another website, but I could not make the change I can’t find that class li :: marker in the CSS.

I use the wp-rocket plugin and am about to activate the “Optimize CSS delivery” option.
However, to do this, I need to place the theme’s CSS inside this option so that the site loads normally.
So I ask you to send me the css (or patch).
Attached, I send the image of the option for your better understanding.
Hi,
If you are using a PRO demo you can edit the homepage with tagDiv Composer and using the right lick will help you to remove all the elements you do not want -> https://i.imgur.com/HIO28gg.jpg -> https://i.imgur.com/JfILSKM.png
If you are using a standard header or demo-> https://i.imgur.com/SLijdnI.png also for mobile version you need to use a custom css like this one
.td-search-icon, .header-search-wrap{
display: none;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
Hi,
That gray color is set -> https://i.imgur.com/VzeNSFh.png you can remove it with custom css or using tagDiv Composer I think that instead of margin or padding you set border to 350.
Thank you!
If menu items are 2 lines it looks bad, I tried chaingind line height for it, but then “padding” gets affected”
As well the arrow shoudl be on top and right aligned form the word with the biggest lenght.
Can you solve this on the css?
Thank you Vlad again, though i have spent many hours researching this so iv already read that many times.
I have problem with this part. Page builder elements – The “Mobile theme” is designed for users who want to optimize the page content for mobile devices or they want to display fewer / different elements on mobiles.
—
For optimal performance we removed the page builder dependency; this means you cannot use the page builder elements for the “Mobile theme” pages. If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles.
—
because not, the main theme is not capable.. In my opinion. The speed performance without the plugin on is really bad and the website looks bad as the sidebar interferes with the flow of the website..
Therefore i am looking for a way how to replicate my already existing pages to the mobile theme without knowing HTML and CSS..
IS there a way??
Hello !
Please try this css: .ieEdge .tds-title .tdm-title{
background-color: #022E57;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi,
If you want to have the whatsapp share button mo desktop to please add the below custom css in Newspaper>theme panel>Custom code>Custom css
.td-social-whatsapp, .td-social-line, .td-social-viber {
display: inline-block;
}
-> https://www.screencast.com/t/lEpxmeig6
Thank you!
Hi,
The extra space can be remove/reduce using custom css -> if you want I can help you, but for the moment I do not have access t your website -> https://i.imgur.com/LGrBdZZ.jpg(it is in maintenance).
Thank you!
Hi,
This can be achieve only using custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Please provide me a link where I can inspect the this iFrame and I will try to help you!
Thank you!
Hi,
For this you need to add a class on the list you want to align in center , like this -> https://i.imgur.com/VBBahlI.png and set in theme panel> custom code> custom css the code -> https://i.imgur.com/PloKQZN.png the results will be -> https://i.imgur.com/iUnlGTD.png
.ccc {
text-align: center;
list-style: inside;
}
You can change the class name and set this class on all lists you want to be aligned center.
Thank you!
Hi,
This can be achieve only with a custom css , if you want I can try to help you, just provide me a link where I can inspect the element.
Thank you!
Hi
1. I want to expand the header but I want to keep the menu centered.
Please help me, I couldn’t do it using custom CSS.
I want to do this also with the footer
2. Please I also want to Ad on the right and left.
Regards.
Hello, document me on (Responsive Web Design) Comparing topic 9 with 10, the style.css there is a difference in Media Queries
In the 9 are the @media parameters (max-width: 320px) and in v.10 they are not, in my opinion I think it is the problem that the issue does not adapt to mobile devices, attached video of the failure in different browsers, it is not because the cache is not cleaned etc. Please review the style.css of the V.10 newspaper
Ok, found it.
Just needed to change line-height here: https://prnt.sc/saoemo
How to put in center all lists in css?
I was trying this:
ul{
text-aling: center;
}
but I want text-align to stay same just to put all lists to the center.
Hi,
The excerpt do not have any option to can be set inline, you can try with css that this is not easy to achieve -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ also is possible to not work properly on all devices.
Thank you for your understanding!
Hi,
Indeed there is an issue on Internet explorer + Flex Blocks, the IE do not recognize the flex css parameter.
Please try this code:
[class*="ie"] .td-module-container {
display: block;
}
[class*="ie"] .td-image-container {
height: auto;
flex: initial;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
The background color from button can be change from style tab -> https://i.imgur.com/7Atxne8.png
To remove the read more button you need to go in layout -> https://i.imgur.com/yDBXZft.png
Let me know the results!