- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Unfortunately, you can’t understand this difficulty in providing this css.
A friend of mine who uses the bimber theme needed this and the developer patched it.
Just for you to understand better, when activating this option, the site loading is better and increases the mobile audience, resulting in more engagement on this platform, and consequently in the increase in earnings.
He did it and it’s working really well.
I want to do this because google has changed its algorithm in the last few weeks and now considers the speed question even more.
I don’t want to change the topic, but if I can’t do what is necessary to improve the speed of the site with these optimizations, unfortunately, I will have to do that.
Hi,
For me the arrow have the same color on mobile and desktop -> https://i.imgur.com/oVI2Q7k.png jsu make sure that is display, if not, you can use this css:
.td-scroll-up {
display: block;
}
Thank you!
Hi,
You can use the search for searching the shadow option -> https://i.imgur.com/ViHEN6l.png on of the element that have this option is flex block 1 -> also to achieve the same as in your screenshot is more easy to use a custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Still a problem with changing the background color of the home element of the Art Creek theme. Tried every option in the theme panel but with no result. Also tried the suggested CSS code from the forum but without succes. How do I change this background color?
Hi,
You need to select with tagDiv Composer the element/column/row you do not want to display on mobile format and hide it from css tab -> https://i.imgur.com/GxwN5g9.png
Hope this will help you!
Thank you!
Hi,
Please note that in order to be able to provide a custom css, I need a link to your website to inspect the review box.
Thank you for your understanding!
Hi,
The link is working atn2.000webhostapp.com
https://www.screencast.com/t/EeH49sXp1Hq
Thank you for the CSS Code, I may pasted it at the wrong place Theme panel/Custom code/Custom CSS It is working on desktop, but not on the mobile theme it has the old default color. I tried to pasted it at Advance CSS/PHONES, but it dose not work. Is it possible to change the color of the scroll up button on mobile theme too?
Thank you!
Hi,
The code is not working because your permalinks, please change theme from plain -> https://i.imgur.com/b5auUUr.png after you change them, clear all cache and set this code in theme panel> custom code> custom css
.td-module-meta-info a[href$="/?cat=premium"] {
display: block!important;
}
.td-module-meta-info .td-post-category {
display: none!important;
}
Also please note that the theme do not have an option for this, and this is a custom work. If you using the permalinks on plain the custom css will not work correctly.
Thank you!
Hello !
There is no 1 CSS file. The css is spread through the whole theme depending on the changes you make. This option is not available with Newspaper Theme.
Thank you for your understanding !
Good morning. I have big problem. I am using the 10.3.2 version of a purchased Newspaper template. I want to tell you that I have renamed the name of the theme in the main file of the theme and also in the style.css, from Newspaper->cna…
Yesterday I tried to update to 10.3.3 from control panel but I lost all the settings, all the sidebars, my front page settings and I restore older backup!!!
Is that problem, because I renamed the template, or something else?
Thank you very much.-
Hi,
The settings from theme panel and tagDiv Composer do not apply on some elements like the home element and some blocks elements because in theme panel is set an extra class on body and is overwrite the settings -> https://i.imgur.com/gZb0qT9.png you can solve this problem in two ways, one remove the class from body and the style will apply or use custom css -> https://i.imgur.com/ebrfq8Y.jpg.td-gadgets
.td-header-style-5 .sf-menu > .current-menu-item > a{
color: #2f2;
}
h3> a{
color: #fff;
}
.td-gadgets .td_module_8 .entry-title a:hover {
color: #2f2 !important;
}
.td-gadgets .td-header-style-5 .sf-menu > li > a:hover {
color: #2f2 !important;
}
The doe need to be set in theme panel> custom code > custom css.
The color on “trending now” it can be change using tagDiv Composer -> https://i.imgur.com/De4R9gd.png
Thank you!
Hi,
Please try this custom css
.page-nav a[href$="/2/"] {
width: 100%!important;
}
.page-nav a {
width: 45%!important;
font-size: 16px;
margin: 0 2.5%;
padding: 18px 48px;
color: #fff;
background-color: orange;
}
.page-nav a, .page-nav .current{
display: none;
}
.page-nav a:first-child, .page-nav a:last-child {
display: block;
}
.page-nav a:first-child i:before {
content: "Prev";
}
.page-nav a:last-child i:before {
content: "Next";
}
.page-nav a:last-child i:before, .page-nav a:first-child i:before {
font-family: sans-serif;
font-size: 24px;
text-transform: uppercase;
font-weight: 600;
}
Hope this will help you!
Hi.
As or which block has the option of shadow and not only as a Hover effect, is there a way to apply it even if it is by CSS ???
https://www.screencast.com/t/tIgyTJ6ZwNg6
Good evening. I have the same problem. I lost all the settings and I restore my yesterday backup. I want to tell you that I have renamed the name of the theme in the file of theme and also in the style.css, from Newspaper->cna…
Is that problem?
Thank you very much.-
Hi,
I’ve a problem with https
In the category no problem but in the tag yes.
I link the page below.
The tag’s page show “site dont sicure” and the css files are included without https … in the categoryes pages tutto ok.
Where I wrong?
Tag pag: http://www.alloggionline.com/booking/dove-alloggiare-londra
Category Page: https://www.alloggionline.com/vacanze/blog-viaggio
Thank you
Max
I ran some tests on Demos provided by TagDiv.
Newspaper Gossip Pro obtains a score of 40/70 while the default Newspaper Pro theme has an impressive speed around 7x/96. However, still some ajax calls, and a quite buzzy page… So, are some improvements made that are not standard? Did they manually modify CSS etc?
Hi,
Google score 98 without AMP I think this is nearly impossible. About your questions:
Ads at specific locations on AMP shoud be possible by using the Advanceds Ads Plugin by Thomas Meyer. We use it to place the ads on our Site here: Example
Never adapted the AMP thumbnails but it should be possible by adding some custom css to the mobile theme css field within the theme settings. (We changed the whole logo and color for one of our categories even in AMP, Example)
The amout of posts displayed can be set from mobile theme settings.
Hi Neelesh,
You can change the colour of the different elements of your page by using custom CSS that you add in your Theme panel. To find which class or id to set, I recommend using the simple Element explorer available in your developer tools in your browser. Maybe there are other ways through your specific plugin, but I cannot say.
Regarding the redirection, it is a MailChimp feature that is not really related to the theme…
Hi,
It’s indeed a problem, even more if you consider that TagDiv promotes the theme by announcing super fast websites (Google score of 98 on an Ad, if I remember well). Well… With which configuration then?
Regarding the AMP Plugin, I’ve indeed tried and found it quite limited. Specifically:
- We need to insert ads at specific locations. Do you know whether it is possible?
- How can we further customize the AMP version. I see for instance that you have a block of three articles on the top of your AMP website version. It is the standard way. However, the size of the thumbnails is not in line with our desktop version and we would be able to change it. So… either we play in the CSS file and risk to lose it after an update or…?
I also know that some developers provide an alternative to the official AMP plugin and they developed a theme dedicated to Newspaper: https://ampforwp.com/themes/newspaper/
Do you know about it?
Hi there,
It’s the first time we use the Newspaper theme to create a website. However, what is negatively surprising is the speed we obtain with the theme. We are still trying to improve it since we have bad results.
The website is located here: https://letzbehealthy.com and is configured for two “languages/regions” with WPML.
We followed the different recommendations given here: https://tagdiv.com/how-to-increase-page-loading-speed/ and in other topics on the forum. The only thing is that we did not set up any CDN: our target population is in France, Belgium, and Luxembourg, and the server is localized in France (Gravelines, OVH). Also, to start, we are on a shared server since we don’t have much traffic, but we will consider switching to a dedicated server when it will grow. The website is, however, slow while never reaching limits of the CPU usage.
Regarding the Plugins, we have:
– Advanced Ads Pro;
– Autoptimize to minify CSS;
– Contact Form 7;
– Duplicator Pro (running during the night);
– Insert Pages;
– Newsletter;
– Really Simple SSL;
– ShortPixel Image Optimizer;
– Slide Anything;
– The Events Calendar;
– Wordfence Security;
– TagDiv suite (except Mobile Theme & Standard Pack since we only use Cloud Templates);
– WP Super Cache;
– WP-Optimize to clean the database episodically;
– WPML suite, and;
– Yoast.
We, therefore, use well-known plugins that are quite standard…
The score is “OK” when looking at the desktop version (PageSpeed Google), with a score starting around 80 when the cache of the server is cleaned and slightly improves after reload. Still, the page loading speed could sincerely be enhanced.
On the mobile side, the score is horrible. We don’t use the mobile theme because our mobile display is supposed to be a simpler version of the desktop version with the same design & functions. We use lighten versions of our desktop version thanks to CSS hidden functions (which is the recommendation from TD team)…
Anyway, Lazyload is activated, images are optimized & sized correctly (normally), etc. What’s wrong?
Thank you in advance for your input
Can you at least provide me with the path where the css is generated, please?
Hi,
Yes, I was right, the header that you have is an overlay header, this can be solved in more ways, you can use a custom css to move the content down -> https://i.imgur.com/znAF7hd.png
.page-id-13 .td-container-wrap{
margin-top: 200px;
}
The code need o be set in theme panel> custom code> custom css.
Another way is to use other cloud header on that page -> https://i.imgur.com/04JqPMc.png
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Thank you!
Hi,
Please try this custom css
.td-module-meta-info a[href$="/?cat=45"] {
display: block!important;
}
.td-module-meta-info .td-post-category {
display: none!important;
}
Hope this will help you!
Hello,
How can i change colour of email input box, i want white colour input box in newsletter. I tried custom css but it didn’t worked.
I have one more issue when someone subscribe to newsletter it redirect to mailchip subscription confirmation page. I want to redirect on same page where it subscribed by subscriber with a Thank You on place of newsletter plugin.
Ok, please tell the CSS code.