Search Results for 'css'

Results from the Forum
Anamaria
tagDiv Staff

Hello,

Please check the code from css code https://i.imgur.com/rMzrPEr.jpg there are some settings fro width.

Thank you!

coinedition
Participant
#0

Hi,

We have an issue!! A custom CSS code is displayed on the top of the admin dashboard. We don’t know where it is coming from. That is mainly showing when opening the posts list page.

PFA:- https://imgur.com/a/WMG8kK3

Anamaria
tagDiv Staff

Hello,

So, you delete the image that was in the fotter set, please edit with tagdiv Composer, select the row, and in the css tab, please remove the background image.

Thank you!

coinedition
Participant
#0

Failed to load resource: the server responded with a status of 404 (Not Found) !!!

There is a console error in our website as mentioned above, but we couldn’t find the CSS in the files. We don’t know where the CSS is coming from. We edited the footer block, but there are no such things.

PFA:- https://imgur.com/a/MICyc6L

Can you please check this?

ComicsBeat
tagDiv Member

So I did remove the generated CSS and that solved the background image issue. However, the mobile theme is still showing.

kikiyop
Participant
#0

Hello,
I’m trying to change the slide meta background and change the huge margins on the side. Without CSS it should be possible.
How can I do so?

Anamaria
tagDiv Staff

Hello,

Please go to Appearance > Menu -> Screen Options -> enable CSS Classes and set a custom class for that element from the menu https://i.imgur.com/9OSuOHo.png and after setting the css.

Thank you!

Rafael-13
tagDiv Member

Hello,
I want to change the color of the item “Katalog on-line” (the color of the text). On the print screen i marked it with red, and I show you the css settings and menu settings on the screen also:

https://redit.pl/wp-content/uploads/2023/02/screen.jpg

I thought the css code should work, but it doesn’t…

Anamaria
tagDiv Staff

Hello,

Did you use tagDiv Analyzer on the homepage? if yes, please remove the Remove Generated CSS, clear all cache and check after.

Thank you!

Ashby_P
Participant
#0

Every time I save a post or page I get a Fatal related to the td-composer.

I do have Elementor installed (free version).

The error is only seen on mobile devices. It breaks the page (breaks mean that the page still loads on mobile, but it is all messed up).

The error goes away after 30 minutes or so. But will be present again when I save another post or page.

Here is what the error looks like:

Fatal error: Uncaught Error: Class ‘td_css_res_compiler’ not found in /home/rootname/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php:171 Stack trace: #0 /home/rootname/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(133): vc_row->get_custom_css() #1 /home/rootname/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(324): tdc_composer_block->get_block_css(NULL, false) #2 /home/rootname/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): vc_row->render(Array, ‘[vc_column][/vc…’) #3 /home/rootname/public_html/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(”, ‘[vc_column][/vc…’, ‘vc_row’) #4 [internal function]: do_shortcode_tag(Array) #5 /home/rootname/public_html/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[vc_row][vc_col…’) #6 /home/rootname/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode(‘[ in /home/rootname/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 171
There has been a critical error on this website.

I´d appreciate to resolve this problemm

Harutyun
tagDiv Member

Hello,
1. for my first question i want to explain in more detail so that we understand each other correctly. look at the attachment I am attaching.

I have this button turned off but it exists in the codes, I can remove it via css by adding ‘display none’ but know and fix it too.

Anamaria
tagDiv Staff

Hello,

Yes, you can do it.
You need first to set the layout of the row, and after you need to select each column and then, in the tab css, you can set the width.

Thank you!

Rafael-13
Participant
#0

Hello,
I would like to change the text color of 1 item in menu. I did the css for that:

.sample-tab1 a {
color: #172842;
}

I pasted the css in all 4 css custom fields (desktop, ipad and phones) and in “menus” I added the css class name “sample-tab1”. But the color of the item doesn’t change…

Can you tell me, how can I change the color of 1 item in menu?

The site url is: https://lubnianskiosrodekkultury.pl/

coinedition
tagDiv Member

This is not an exact solution. We just found a way to do it in our own format using CSS Pseudo-element. The inline element that you suggested will not give the format that we use. That’s why we use a separate method. Please include the same options that we have in the Single Post Modified Date element in the Single Post Date element in the future update so it will be easy for every user to customize.

Implemented Way:- https://prnt.sc/gfdZN2f653RP

Suggested Feature (include the same options for the Single Post Date element):- https://prnt.sc/7njgiXIL0Cjt

coinedition
Participant
#0

We are not able to edit the CSS for the mobile version. The CSS value is not changing and it only changes when we select the desktop version and not in mobile. The CSS settings get stuck with the desktop value. PFACSS-issue

Calin
tagDiv Staff

Hi,
What you can do is add this custom css
.page-nav {
display: flex;
}
body .page-nav a {
max-width: 100%!important;
width: 100%!important;
}

This should resolve the problem.
Let me know the results!

Bettina
tagDiv Staff

Hello @coinedition!

That CSS should be from the TagDiv Composer. Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you

We will take a look and help you ASAP!

Thank you!

coinedition
tagDiv Member

desktop

Mobile - not showing

Please check the screenshot. There is a CSS coming from somewhere that hides the section in mobile. We couldn’t find the source of that CSS file. Please check the below screenshot

<b>CSS</b>

Bettina
tagDiv Staff

Hello @coinedition!

Edit the article with the TagDiv Composer, select the element you need on mobile, click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB and set as Display: Show. Save and view the changes.
Every element from the TagDiv Composer has a setting to hide it and delete it. This setting can be seen in the CSS tab of every element: [Display: HIDDEN].

Thank you!

coinedition
Participant
#0

The date section is hidden in every single post page on the mobile version. Need to show this section. Currently, the section is hidden by CSS but didn’t know where to edit the CSS.

post link:- https://coineditio1stg.wpengine.com/ftx-objects-to-us-dojs-request-for-individual-investigation/

In the desktop version, it is showing but not in the mobile.

Toma Romica
tagDiv Member

Hi,

Thanks for the CSS code. Now is good.

Calin
tagDiv Staff

Hi,
The plugin that we recommend and it is working ok with the theme is https://wordpress.org/plugins/wp-dark-mode/
To ake the header boxed, you can try this custom css
.td-header-style-10{
width: 1024px;
margin-left: auto;
margin-right: auto;
}

Thank you!

Toma Romica
Participant
Dark Mode - topic
#0

Hi,

Dark Mode for Newsmag? I tried different plugins, but none of them work properly. I use Style 10 (Header Style) for my personal blog. I don’t want full menu in Style 10 (I want it to look like in Default Style). Can you help me with a CSS code? Thank you.

Personal blog: https://www.programegratuitepc.com/

Anamaria
tagDiv Staff

Hi Maria,

Usually, the color and image are set on the row, so please edit and select the row and go in the tab CSS https://i.imgur.com/UkgqKNM.jpg -> https://forum.tagdiv.com/topic/background-color-of-the-main-menu-be-changed/ please check each row/column and delete the background image.

Thank you!

darknorth
tagDiv Member

Hi, it works for web but how do I make it work for Mobile Theme (plugin). I copied the code in custom css panel of Mobile Theme but its not updating, I am not sure if the class is still “tdb_single_content” in Mobile Theme.

Viewing 25 results - 3,001 through 3,025 (of 33,436 total)