Search Results for 'css'

Results from the Forum
Bettina
tagDiv Staff

Hello!

Please check the link is not AMP, because it is not compatible with cloud templates.
Check the mobile viewport: https://www.screencast.com/t/XDQJedlggSB and you can fix the CSS issues from the element’s settings.

Thank you!

Lagun
tagDiv Member

Thank you, the images are already in WebP, as the screenshot is attached. The problem comes in that the images shown in the mega menu, that being inside the CSS is not able to be able to modify them. I have installed the ewww module, but it does not do it either. Moreover, when I installed the EWWW plugin, it caused me that the images were not displayed and appeared blank.
Please, could you help me?
Thank you very much
https://ibb.co/XSvj4xB
https://ibb.co/HPdKrz4
Example of an article image: https://subdominio.eldigitalsur.com/wp-content/webp-express/webp-images/uploads/2022/06/Maestros-canarias-160622.jpg.webp

  • This reply was modified 4 years by Lagun.
Bettina
tagDiv Staff

Hello!

Change the CSS code with display: block!important, so you can see it in the TagDiv Composer and delete it.

Thank you!

Redlemon
Participant
#0

I have previously set some element as hidden in all viewport sizes. I want to completely delete that now from the page. I can see that it is being loaded in the source code of the page, but then applied the display:none; css property. I need a way to select it in the TD Composer and then delete it. How do I do that?

Anamaria
tagDiv Staff

Hello,

You can change the font with custom code CSS.

Thank you!

Anamaria
tagDiv Staff

Hello,

Customize the font and hover color for buttons, can be done only with custom code CSS.
.wp-block-button__link
{
font-family: 'Zilla Slab', serif!important;
}
-> https://i.imgur.com/UCyMkJt.jpg
Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.

Thank you!

noticiasdehonduras
Participant
#0

Hello Calin and Team,

I hope you are well.

Firefox is not centering SVG logo (inside raw html element); it is working fine in other browsers (Chrome, Safari, Brave, etc)…

Could you please provide the custom css for centering it in Firefox.

This is the path .wpb_wrapper.td_block_wrap.vc_raw_html.tdi_48

andreaskas
tagDiv Member

Also, can you tell me why the menu shows differently between those two pages (both of them are in top)? CSS options seems to be the same.

https://imgur.com/37fE9vO
https://imgur.com/gtbJR4r

Also, in the pages with the transparent menu, once you scroll down (menu not visible) and then you go again in the top of the page, the menu instead of being transparent it has the gold background colour.

Thanks

Anamaria
tagDiv Staff

Hello,

The hover color for these buttons can be changed only if you use a Custom code CSS -> https://gutenberghub.com/10-stunning-button-hover-effects-for-gutenberg-button-block/ -> https://github.com/WordPress/gutenberg/issues/4543
Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.

Thank you!

Anamaria
tagDiv Staff

Hello,

If you want to use the most popular, then you need only hide it ->
If you have a Single Template from tagDiv Cloud Library, you can try to hide the Single Post Views from the tab called “CSS” -> https://i.imgur.com/IyOYDHq.png for post template from Theme Panel, you need to use a custom code CSS to hide it .td-post-views
{
display: none;
}

If you have Single Post Template, to remove you need to edit with tagDiv Composer, select the element and with a right-click, you can delete => https://www.screencast.com/t/6WnNGq6NFx or select the element with drag & drop place into the deleting red zone from the bottom right of the page.
If you have a standard post template, you need to go in Theme Panel -> Post Settings -> Post and Custom Post Types => https://www.screencast.com/t/TftzSAfTWtC and disable the option comment count.

Thank you!

Bettina
tagDiv Staff

Hello!

Edit this page with the TagDiv Composer and add an extra class to that element like this: https://prnt.sc/By6whWedsGGu
Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.flexclass .entry-title a{pointer-events: none!important;}

Thank you!

Anamaria
tagDiv Staff

Hello,

Please edit the page, with tagDiv Composer, select the row on the header main menu and access the tab called CSS where you can change the background color -> https://imgur.com/FZLQPaQ

Thank you!

Lagun
Participant
#0

Hello, first of all congratulations for your work. The truth is that it is greatly appreciated that a topic has a support like you.
The case is that I am trying to optimize the speed of the web, and the truth is that I have achieved good metrics.
But there is a problem with the images displayed in the menu. In the menu design, I wanted the articles of the subcategories to show the cover image. But that makes it load slow. As those images are embedded in a Css code, I don’t know how to optimize them. I attach images so you can understand it better.

Thank you very much for your help

https://ibb.co/XSvj4xB

https://ibb.co/JcbfBFr

https://ibb.co/SxkczZr

https://ibb.co/HPdKrz4

Travel Secrets
Participant
#0

Hey,

I have been trying to use TagDiv CSS Analyzer for a while, but it doesn’t seems to be working. Every time I try to use it, the CSS Analyzer just returns to /# added after the URL, and doing virtually nothing. I have tried uninstalling all plugins other than TagDiv and trying it (As mentioned in earlier support tickets) but nothing seems to work.

It would be great if you can have a look at it and check what might be causing the issue.
URL: https://travelsecretsmag.com

Looking forward to hearing from you,

Best Regards
Chirag Mittal

hadharm
tagDiv Member

Tried that and only the text shows. Icons Didn’t.

Also I noticed the cart icon didn’t align to center with other menu items. i tried using CSS margin, padding and border but it keeps increasing all header height which I found disgusting. Pls any way out??

Screenshot => https://prnt.sc/hq0ZdK3JREjS

  • This reply was modified 4 years by hadharm.
Anamaria
tagDiv Staff

Hello,

Please edit the Single Post Template with tagDiv Composer, select the viewport on phone, and after select the element Single Post Featured Image -> https://i.imgur.com/7vIddsf.png and check if the element is set margin or padding in the tab CSS.
Also, please check this topic https://forum.tagdiv.com/topic/mobile-template-spacing/

Thank you!

serambca
tagDiv Member

Hi Calin,
sorry but this link don’t help me.
In all site, when Imagify or WP-Rocket find a src, href, srcset and content create a <picture> calling a webp image.
Well.
In the frontpage I am using “flex block 5”, “flex block 1″, etc…
I saw that in these modules, the imagess don’t serve in format webp due the image are served inside a class=”entry-thumb td-thumb-css tdi_34” and style”background-image: url(“path to .png/.jpg)”.

I can’t found to rewrite or change this url to .jpg.webp or .png.webp.
On the other hand, in the articles, works fine.
Is only inside the class and style.

I hope you can help me.
Best regards,
Sergio

Markus
tagDiv Member

The CSS code you sent was not working. I tried myself and this one works:

.tdb_single_content h2 {
color: #fcfcfc; }

Kaino
Participant
#0

Normally I add this css:
.sitec{
color:#F3730B;
}

And then under the css field in menu, sitec but it isn’t working with newspaper.

Anamaria
tagDiv Staff

Hello,

You can use this code
h2
{
color: yellow;
}

Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.

Thank you!

Markus
tagDiv Member

Thanks Anamaria,
this way I knew … but by
selecting white ( which I want ) … I can’t see the Text anymore ( white on white )
Could you please provide the CSS code for changing the H2 in single content to white ??

Calin
tagDiv Staff

Hello,
The Newsmag theme do not remove the space for the ad banner if this is not set.
What you can do is to use a custom css like this one:
.td-header-sp-rec .td-header-ad-wrap {
height: auto;
}

The code need to be set in the theme panel > custom code> custom css.

Also, I seen a problem. It seems that there is something wrong with this account, if you have another account please use that one, because this one seems suspicious and can be suspended.
Thank you!

Calin
tagDiv Staff

Hello,
It looks that this is an extra css that it is coming from a minify css file -> https://prnt.sc/kJOkzwLM8eOc please clear all minify css that you have and the problem should be resolved.
Thank you!

Clecio
tagDiv Member

Hello Anamaria,

The CSS you uploaded works when I disable the Molongui plugin.

So, it’s not a problem with Newspaper, it’s with Molongui that is having some conflict.

Thank you very much for your attention and help. I’ll try to work it out with them now.

Hellpress
tagDiv Member

Hi, I have the same problem. After updating Newspaper theme the hamburger menu for mobile has stopped working: https://www.hellpress.com/

I use Autoptimize plugin for css and js.

  • This reply was modified 4 years by Hellpress.
Viewing 25 results - 3,651 through 3,675 (of 33,436 total)