Search Results for 'css'

Results from the Forum
Vlad S
tagDiv Staff

Hello !

You can edit your header using tagDiv composer as you can see here: https://www.youtube.com/watch?v=HXQQygkCCJo&t=2s and you can adjust it from the CSS tab.

Thank you !

Calin
tagDiv Staff

Hi,

Yes, this can be adjusted with custom css, just let me know how you’ll link to be the button Scroll-Up and I will provide a code for you.

Thank you!

Calin
tagDiv Staff

Hi,
If you do not want to have the wight border you can use this custom css -> https://i.imgur.com/xozKn7S.png
.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(0, 0, 0, 0.95);
border-color: #000;
}
.td-subcat-filter .td-subcat-dropdown a {
color: #fff;
}

Also the code is fine and is working.
Thank you!

Calin
tagDiv Staff

Hi,

For this you need to edit the header with tagDiv Composer, click on the row and check the css tab -> https://i.imgur.com/WZsEGkJ.jpg

Hope this will help you!
Thank you!

Mark Gilbert
Participant
#0

A plugin is asking me for the “CSS selector of the container that contains the content on a post and custom post type.”

Is this article .td-post-content?

And the same for “CSS selector of the container that contains the content on a page”?

Thanks
MG

kleanthis
Participant
#0

Hello!
I’ve been trying to set the different fonts that are loaded and used in the site, but those edits seem to be always overwritten by a !important CSS rule that only sets the font-family globally to “Catamaran”. I would need a future proof to remove the rule thoough, because obviously editing the parent styles won’t be a good practice.

Thanks!

MDA Consulting
tagDiv Member

Detalles del error
==================
Se ha producido un error del tipo E_ERROR en la lĂ­nea 2727 del archivo /home/plusox15/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php. Mensaje de error: Uncaught Error: Call to undefined function iconv() in /home/plusox15/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:2727
Stack trace:
#0 /home/plusox15/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php(54): mb_detect_encoding(‘{“all”:{“margin…’)
#1 /home/plusox15/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_content.php(219): td_css_res_compiler->load_settings(‘tdb_single_cont…’, Array)
#2 /home/plusox15/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php(321): tdb_single_content->get_custom_css()
#3 /home/plusox15/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_content.php(355): td_block->get_block_css()
#4 /home/plusox15/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdb_single_content->render(Array, ”)
#5 /home/plusox15/public_html/wp-includes/shortcodes.php(343): td_global_blocks::proxy_functi

athenac
Participant
#0

I add a CSS code under Custom Code in Theme panel and save it. I went back in Theme panel to review the code again and the CSS code box is empty. Is it supposed to disappear after you save it?

jamesiles
Participant
#0

I’ve just activated the mobile theme, and have customized it a little, removing the “latest articles” title and the featured images for the latest articles by using “display:none;” in custom css. Now it just leaves the article headlines, which is what I want.

However, those headlines take up only about 50% of the screen since the part where the featured image *should* have been is still there. Is there any way to make the headline text full-width across the screen?

headline
Participant
#0

Hello,

Is there css code to tell the scroll up button to stay inside a 1200px container. I don’t want the button to go beyond border of my page. Like this website (tagdiv) has the button on the edge of the screen and I don’t want my button outside the main column/container.

kodiyan
tagDiv Member

We could have at least a common CSS (2-3 lines) max to use a common style. Anyway, figured out the solution with a simple 2 line CSS code.

Calin
tagDiv Staff

Hi,

Unfortunately for the post title is slide is no option to set a background color as for category, but this can be achieve with a custom css like this one:
-> https://i.imgur.com/v681W0a.png
.td-theme-slider .entry-title {
background: #ffe113;
padding-left: 16px;
padding-right: 16px;
}

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

Thank you!

Calin
tagDiv Staff

Hi,

Sorry for the inconvenience, we try to answer as faster we can.

1. Unfortunately for AJAX CATEGORIES DROPDOWN there is no option to change the background color, but you can do it using a custom css like this one -> https://i.imgur.com/rwJV8Ve.png
.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(0, 0, 0, 0.95);
}
.td-subcat-filter .td-subcat-dropdown a {
color: #fff;
}

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

2. We recommend to use flex blocks, these are a pro version for blocks and has more options, blocks are the some old element in our theme with only few settings and for customization of these elements is need to use custom css. For example to customize the the post titles from block 7 you need to use this custom css ->
.td_block_7 .entry-title a {
color: green;
}

Hope this will help you!
Thank you!

whatisup
Participant
#0

Hey, I just brought your newspaper theme but can’t install it since I get an error saying “The package could not be installed. The theme is missing the style.css stylesheet”

How to fix this?

Topfgartenwelt
tagDiv Member

Thank you very much! I know that an arrow opens a drop-down-menu but on the first marked option gradient there is none 🙂 If I use the hide option in the css menu there is nothing shown no svg image and no text. So I used the option under the general options –> hide text and this seems to work.

Greetings Kathrin

ersandrino
Participant
#0

Hi everyone,

is there a way to remove the “play” icon that is created in the CSS with the name “td-video-play-ico” in all articles

that are not standard but video features?

From here you see the icon that I would like to delete: https://prnt.sc/tid0s0

And hence what I mean when I talk about videos: https://prnt.sc/tid10c

Thank you

Calin
tagDiv Staff

Hi,

Yes, the code for analytics can be set in this place in theme panel -> https://i.imgur.com/EKCss3G.png
There are multiple headers in our them, for example if you are using tagDiv Standard pack the file that you want to edit is this one -> wp-content/plugins/td-standard-pack/Newspaper/header.php if you do not use standard pack, only tagDiv Cloud Library with tagDiv Composer, then the file is this one -> wp-content/plugins/td-composer/legacy/Newspaper/header.php

Thank you!

Calin
tagDiv Staff

Hi,

Please try this custom css to remove the borders -> https://i.imgur.com/QfNRJ4i.jpg
body .post .td_block_wrap .wp-block-image.is-resized {
border: 0;
}

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

Hope this will help you!

Calin
tagDiv Staff

Hi,

If you are using a single post template from tagDiv Cloud Library you need to edit it with tagDiv Composer -> https://i.imgur.com/OFlQlAw.png select the single post content and in style tab set the links color -> https://i.imgur.com/8VfwSdJ.jpg if you are using a standard post template, you mast use a custom css.

Thank you!

abuzakaria
tagDiv Member

If you tell the file. I am little bit comfortable with Java script, HTML and CSS.

Richard
Participant
#0

Hi, I would like to hide the footer (which is a cloud template site-wide footer) from three pages on WomensGolf.com. I have tried both
.page-id-27594 .td-footer-container{
display:none;
}
and
.page-id-27594 .td-footer{
display:none;
}
in Custom CSS and in the live CSS editor (without the page id) in composer.

What am I doing wrong please?

Richard

nicolaparente
Participant
AMP PLUGIN - topic
#0

The AMP plugin performs at its best when persistent object cache is enabled. Object caching is used to more effectively store image dimensions and parsed CSS. How can it be solved?

Calin
tagDiv Staff

Hi,

Usually this border is set by some plugins, but you can remove it using a custom css, if you need help with this, just provide me a link and I will provide a code that can remove the border.

Thank you!

Calin
tagDiv Staff

Hi,

Is look that you have set a border, to remove it from anywhere, then you can use a custom css. -> https://i.imgur.com/Ya4C4za.jpg
body.td-animation-stack-type0 .post figure {
border: 0;
}

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

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately there is no option to can set the pagination like in your screenshot, sorry!
I’m not sure, but is possible to can achieve this using a custom css. If you want I can take a look, but I do not guarantee that I will be able to achieve the same as in our screenshot.

Thank you for your understanding!

Viewing 25 results - 7,301 through 7,325 (of 33,436 total)