Search Results for 'css'

Results from the Forum
We Radio
Participant
#0

Hi,
I’m using the Newspaper theme (latest version) and I’ve encountered a persistent issue:

The native td-icon icons are not displaying anywhere on the site. Instead of icons (like td-icon-facebook, td-icon-search, etc.), I only see empty squares or nothing at all.

Here’s what I’ve already tried:

✅ tagDiv Standard Pack is installed and activated from Theme Panel → Plugins.

✅ Cache has been cleared (using WP Super Cache and hard refresh – Ctrl+Shift+R).

✅ No Font Awesome or external icon kits are interfering.

✅ I checked the source code — there’s no td-icon-font.css or similar icon font being loaded.

✅ Developer Tools show that no font related to td-icon is being requested or loaded at all.

✅ No errors in console related to icons or missing resources.

✅ I also tested adding <i class=”td-icon-facebook”></i> directly in a widget and in post content — still not visible.

Site URL: https://weradio.ro/

I haven’t modified the theme files manually, and all required plugins from the tagDiv panel are activated.

Please advise how to properly restore the td-icon functionality. Is there anything missing from my installation or something else I should check?

Thanks in advance,
Vlad

Calin
tagDiv Staff

Hi,
That is an extra class and you can set the CSS for that class in theme panel > custom code> custom CSS, or in live CSS or directly in page or cloud template in a raw CSS element.
Thank you!

Calin
tagDiv Staff

Hi,
For me it looks liek this – https://i.imgur.com/RLlFYcY.png
Please try to set the CSS to live CSShttps://i.imgur.com/zUrMFBW.png
If the problem persists, please provide a link to the website where I can investigate the situation and provide a better CSS.
Thank you!

Calin
tagDiv Staff

Hi,
To let the image under the background image from above, select the column holding the image and remove the padding top from CSS tab – https://i.imgur.com/f0WY4ge.png
To edit that element CPT Bg Featured Image to remove the background you need to adjust a CSS from the template – https://i.imgur.com/T9nNoSl.png or you can replace the CPT Bg Featured Image with CPT Featured Image element.
Thank you!

Calin
tagDiv Staff

Hi,
Thank you for your kind words!
Unfortunately, there is no option for that, but in some situations, we can adjust the dropdown so it looks better, for example, this CSS will set the list on 2 columns:
.td-subcat-filter .td-subcat-dropdown:hover ul {
column-count: 2;
}

The CSS should be set in the theme panel > custom code > custom CSS.

Thank you!

Antonis
Participant
#0

Hello there and congratulations for such an incredible theme!

Question:
I have a Flex Block.
Is it possible (through Theme settings or css) to display Filter -> Ajax categories dropdown in more rows instead of “More” link.
The reason i want to achieve this, is because the dropdown has many categories.

Suggestion:
Again in Ajax categories dropdown -> More -> Drop down window, i don’t see a css “Overflow” rule. Is it possible to add it in the future?

Thank you!

c386
tagDiv Member

Hi Calin,

That’s done the trick, thank you for the recommendation.

Hopefully this is another one the devs can add to the roadmap. While the extra css words, it’s always nice to have a built-in toggle for the margin.

Thanks again!

Calin
tagDiv Staff

Hi,
In this situation try this css:
#panel {
margin-left: -21px;
}

The nested headers will display nest correctly

Calin
tagDiv Staff

Hi,
If the Standard Pack plugin is disabled, less CSS will be loaded.
Additionally, the CWV will be updated only after some time, typically taking around 28 days.
I just checked the website pagespeed, and on desktop everything is on green, which is good, but on mobile, one single element is not on green https://i.imgur.com/WN2zvdF.png, and from what I can see, the LCP can be reduced by interfering over the images https://i.imgur.com/6NBenLS.png
https://docs.wp-rocket.me/article/1387-largest-contentful-paint
https://www.youtube.com/watch?v=ysV2yO_m4Bk
https://www.youtube.com/watch?v=teByAZ75R7c
Thanks

c386
tagDiv Member

Hi Calin,

Thanks for the suggestion. Unfortunately, wish a css fix like that, everything will be forced to have no left margin, meaning nested headers will no longer nest correctly.

Calin
tagDiv Staff

Hi,
I understand.
Please try this custom css:
#panel li {
margin-left: 0;
}

Set the css in the theme panel > custom code> custom css.
Thank you!

Bocha
Participant
#0

I’m trying to create an elementary image ad, but I’m running into problems. For some reason, the image is only visible on desktops and is hidden on all other devices. I tried to unhide everything with the following CSS code:

/* Force Newspaper ad boxes to be visible on all devices */

.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
width: 100% !important;
position: static !important;
}

/* Remove any hiding by parent container */

@media
(max-width: 1024px) {
.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
}
}

@media
(max-width: 768px) {
.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
}
}

This code should disable every hiding present, but it does not.
The website is eldia.uy. I am getting tired of your code not working as expected. I still have a Flex 2 block that is not working, and your only response was: It should work.

Calin
tagDiv Staff

Hi,

What I can do is to add it on our list and I just did it 😀

As an alternative, I think it can be used a css on the exact same classes and without the !important
For example:

.tagdiv-type {
font-size: 17px;
line-height: 1.4;
color: #222;
}

Set the code in the theme panel > custom code> custom css.
I hope this will help!

Thank you!

Calin
tagDiv Staff

Hi,
Please try this custom css:
.wp-block-table .has-fixed-layout {
width: 100vh!important;
}

Set the code in the theme panel > custom code> advance css > phone so the code will apply only on mobile.
I hope this will help you!

Calin
tagDiv Staff

Hi,
If you want to set the text to be align justify, then it will be need to use a custom css like this one:
.tdb_single_content p{
text-align: justify;
}

The code can be set on single post template with tagDiv Composer on raw css element and it will be apply only on that template or in the theme panel > custom code> custom css.
Thank you!

Calin
tagDiv Staff

Hi,

Could you please clear all cache and disable it afterward? And recheck the website, or disable the options for css, js and make sure all cache is cleared.
I’ve checked the website, and some elements are not displaying correctly due to cached CSS and JS files from the theme.

Thank you!

simchris
tagDiv Member

Most people don’t use custom graphics for ‘search’, choosing to have page load faster with modern CSS buttons, with such built in to the theme.

Asking for help better than ranting, typically. Asking for help on specific thing, and including a screen shot likely better for the support team to figure out what you actually need support with.
(I don’t work here.)

I’ve been using the theme for about 6 years, and no more complex than any other ‘full featured’ platform.

Basic docs:
https://forum.tagdiv.com/newspaper-theme-documentation/

Calin
tagDiv Staff

Hi,
the most simple and fastest way is with this custom css:
.td_block_tabbed_content .td_module_flex_1 .td-module-meta-info{
display: flex;
flex-direction: column-reverse;
}

Another solution is to use the module builder to create your own modules – https://forum.tagdiv.com/modules-builder-newspaper-theme/

perspektive
Participant
#0

I’d like to display the alternative text (ALT text) below the featured image on single post pages.

From what I understand, this doesn’t seem possible with CSS alone, since the ALT text is part of the HTML tag as an attribute (e.g., My ALT text), but not rendered as visible content in the DOM. CSS cannot extract or display this attribute as visible text, and the ::after pseudo-element doesn’t work with elements.

So far, it seems the only way to achieve this is by modifying the template via a child theme, using PHP to retrieve the ALT text from the media attachment metadata (_wp_attachment_image_alt) and print it beneath the image.

Can you confirm if this is the recommended approach? Or is there a built-in method in the Newspaper theme to output the ALT text visibly below the image, either via settings or hooks?

Thanks in advance for your support!

Calin
tagDiv Staff

Hi,
You need to assign that footer cloud template as global, this can be done from more places, for example you can do this from the theme panel – https://i.imgur.com/8ZOd1On.png or from cloud templates – https://i.imgur.com/GQAWjdA.png also, make sure that the footer is not set only as individual on that page or cloud template.

The footer image can be edited using tagDiv Composer – https://i.imgur.com/Bept9jG.png select the footer row and check the css tab from there you can remove or replace the image – https://i.imgur.com/dXwS33R.png
I hope this will help you!

Calin
tagDiv Staff

Hi,
I’m glad that you manage the previous issue.

1. Those thumbs are from the plugin you are using for the videos (Elite video player), please check all the settings form the plugin. The css is coming from the plugin and it should be set on contain not on cover – https://i.imgur.com/DogStvz.png the results will be https://i.imgur.com/GC11B5o.png

2. You are using a post loop element and that one use images that are set as background and there is now option to display them full with that element at that size, only if you interfere with a custom css to display the thumb like this – https://i.imgur.com/zrm7gYk.png now the best approach is to create a custom module after your needs https://forum.tagdiv.com/modules-builder-newspaper-theme/
If you want to use the css, you can try this one:
.tdb_loop [class*="tdb_module_loop"] .td-thumb-css {
background-repeat: no-repeat;
background-size: contain;
}

3. That is a custom code, and I do not know exactly how it will work in our theme, but you can create your own blocks in our theme using the Flex Block Builder and Flex Loop Builder and for this you can create as many Modules you want and how you want https://forum.tagdiv.com/modules-builder-newspaper-theme/

Thank you!

acqua
tagDiv Member

I would like to change the css for mobile only. How?

slivertorp
tagDiv Member

Even if I just reload the page with my existing css code and press save without changing anything, it doesn’t save and the loading icon keep loading forever.

slivertorp
tagDiv Member

Thank you Calin!
I have tried that but it seems like I can’t save any custom code css anymore. I get this square loading for the past 10 minutes :

View post on imgur.com

The theme and plug ins are all up to date.
Have you seen that before?

Thank you Calin.

Viewing 25 results - 526 through 550 (of 33,436 total)