Hi cyberhrc, at this moment most of the theme elements can not be stretched more then 1024 px, and that it is way for the moment option to change the website width was not added.
This is on our list, but I do not know when this will be implemented.
Now a few changes can be made with custom css, but there is no guide/tutorial for how to do it, also it need to edit quite a lot of css.
Thank you for your understanding!
Hi,
You can hide ToTop button on AMP pages using a Custom Code CSS
.td-scroll-up
{
display: none;
}
Set the code in Newspaper -> Theme panel -> Mobile Theme -> Custom code.
Thank you!
Hi,
The theme ad system is quite simple, enter the desired ad codes, and the theme loads them. It is as simple as it can be. Then the should be served by the ad provider you are using, and displayed on the website.
I am looking at the header ad you mention. I see an ad code is used, and an ad is displayed https://i.imgur.com/RLLTZxc.png
On mobile the ads looks like this https://i.imgur.com/GZjJoCB.png It isn’t quite right, but I see the ad you are using has a fixed specific width, so that is how it will be displayed.
Could you please mention the CSS tags you are referring to? Or a few more details about what you have identified from the theme that cause issues with the ads you are using. I will look into it. The theme should not influence the ads themselves in any way. It simply loads the ad codes entered in the ad spots.
Let me know.
Thank you!
Hello!
Unfortunately WP host has different admin bar and at the moment you cannot use the CSS Analyzer. This is still something that our developers are working at to see if they can come up with a solution for this.
Thank you!
Hi Vlad, thank you for your response.
However, changing the shadow size or color doesn’t change anything to the margin-bottom css (or whatever the whitespace below is). See screenshot: https://imgur.com/a/2Oml85n
What should I do to just get the clean black background across the whole site just like the Black Pro demo, without any white spaces?
Thank you for your assistance!
Hi,
That seems to be an issue. Normally there should be options for the color like this https://i.imgur.com/i455vPH.png
But it seems that in the latest theme version those options do not appear. That is an issue. I have added it on our list for investigation. I believe it will be fixed very soon. For the time being I could provide some CSS to change the colors of the block titles if needed, or if it would be possible to wait until the issue is fixed, that is an option as well.
I am sorry for this inconvenience. Let me know.
Thank you!
Hello!
Please note that at the moment the CSS Analyzer tool is running in some issues and we don’t recommend using them at the moment until the issue is fixed by our developers.
Thank you!
Hi,
Where can I found the tagDiv CSS Analyzer in a worpress.com hosted page? I watched in a video where to find it in a wp.org hosted, but could’t find it in wp.com.
thanks!
Hello!
We are having an issue with ad spots in a header made with the Cloud Template tool on our news site MyRGV.com.
In looking at the way the system is set up, it appears our ad spots in our header are each loading twice, once for the desktop and tablet breakpoints, and then again at the mobile breakpoints.
Because of this, we are seeing different ads on mobile as opposed to at other breakpoints.
We are using the Widget Sidebar blocks in the TagDiv tool and loading the same ad tag in the different locations.
In looking at the site with the DFP tool, we can see the mobile and desktop versions of the ads have different CSS tags, showing they are completely different divs each loading their own ad on site load.
Is there a setting we can implement to make the ads responsive to where the TagDiv blocks will shift into the cloud template from the standard cloud template?
I don’t know how to change the block title colors in the home screen.
I’m talking about any kind of block. Those titles they all have a black background, except the ones that came with the demo home screen. I tried to look where is that color configured in those blocks, I can’t find it.
So, I create new blocks, and the titles are always all black. I tried everywhere, for example, when I use the Flex Block 1, I tried in the “Pre-made style presets”, but nothing happens when I click on a color.
I also tried in the Theme panel, in the theme colors section, and in the block settings, I just don’t see any option that overrides those black titles that we don’t want.
This is the website:
https://www.radiorebelderepublicana.org/borrador/
This is the kind of title that I don’t know how to change its color, the green one:
https://www.dropbox.com/s/3pi50tnzfdhw26i/Captura%20de%20pantalla%202021-08-18%20a%20las%2013.23.13.png?dl=0
And it’s green because somehow it’s harcoded or css’ed somewhere that I can’t see.
I’m a little stuck here with this very simple thing, I would appreciate some help.
Thanks!
Hey
when using css Analyzer. my sticky menu disappears
css analizator I am using on this page. https://nevessta.ru/platya-mobile/ This mobile version
Tell me how to fix it.
I saw there is bug in TagDiv CSS Analyzer and it should not be used for now.
I am interested does TagDiv CSS Analyzer solves/helps with Render-Blocking CSS?
Hello!
Please use this css code: .tdm-social-item-wrap {
display:none!important;
}
The codes must be inserted in here: https://www.screencast.com/t/G4qVwC6G
Thank you !
I’ve done that and it still shows up.
Can I just use some custom css to turn it off everywhere possibly?
Never mind. Css code had disappeared during some update.
Hello!
Yes, please provide a link to your website and we will provide a CSS code for it.
Thank you!
Hi!
In a slow internet environment, my WordPress screen shows a fade effect from left to right.
I want to delete this effect. I would appreciate it if you could tell me the CSS part.
Thank you!
Hello!
Unfortunately the Newspaper Theme cannot work over the tables. What you can do is use the basic css options to edit the template:
For the content to be blue use this code: td {
color:blue;
}
For more customization i recommend you to take examples from here: https://www.w3schools.com/css/css_table_style.asp
Thank you!
Hi again,
I fixed the problem using the custom css below. Now the 2 featured images are pretty small, would be nice if they were normal, but at least the problem is solved.
.td_module_mob_2 {
margin:-15px -15px 0 -15px;
}
Hi Bettina,
Before Vlad sent me the custom CSS, there were 2 white lines: https://ibb.co/PcgDqmv
With the code, there is still one white line left: https://ibb.co/nMKS960
I’m surprised by these lines as https://www.mondeoz.com/?amp (same theme) has the same mobile custom CSS and doesn’t show white lines…
Thanks for your help
after run css analyzer tool and saved facing some issue. 1 in every end of post tags showing in list 2. loop post title mixed with author or date
check every post screenshot link
Hi,
Thanks Vlad. It fixed most of the white lines but not the one on top. Can you help?
Moreover, I pasted the code in Mobile > Custom CSS. Was it right or should I paste it directly in Custom code > Custom CSS?
Thanks
Hello!
Please try this css code: category-poker-en-ligne,.td-post-featured-image amp-img{
display: none;
}
Let us know the results!
Thank you!
Hello!
Please use this css code: .td_module_mob_2 {
margin:0 -15px -15px;
}
This should fix the issue.
Thank you!
Hi,
I need to hide on mobile and tablet the first image of a post for a specific category.
You privided this custom css:
.category-poker-en-ligne .td-post-content .su-row:nth-child(2) amp-img {
display: none;
}
It works fine for old posts like https://www.coupdepoker.com/poker-en-ligne/test-pmu-poker/?amp
But it does not work for new posts like https://www.coupdepoker.com/poker-en-ligne/code-bonus-pokerstars/?amp
Can you kindly help me fix it?
Thanks