Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,

Is look that the element overwinters the footer page from tagDiv Composer -> https://i.imgur.com/7xBDgAV.png anothere solution it will be to use a standard footer, your’s look like footer style 13 -> https://i.imgur.com/guMcAjT.png maybe this can fix the problem.
Also you can use this custom css to hide the duplicate content from footer -> https://i.imgur.com/w4RY3Nx.png
.td-footer-page .elementor{
display: none;
}

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

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

You can achieve this using the tagDiv Composer to edit the cloud header from tagDiv Cloud Library -> https://i.imgur.com/XoliAXC.png
Also you can achieve this using a custom css -> https://i.imgur.com/dqYkLjp.jpg
.td-g-rec-id-header {
text-align: center;
}

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

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

For mobile version, the the file use for stile is wp-content/plugins/td-composer/mobile/style.css -> https://i.imgur.com/1VnuCbV.png

Hope this will help you!
Thank you!

miwiley
Participant
#0

All, trying to get this spacing issue solved where there is “zero” @header and between TD?Content.

Thoughts?

http://www.covid19data.com

IslandJim
tagDiv Member

Hi thanks for your time, some additional data:

CPT Screen: https://snipboard.io/Up8MBa.jpg
Sidebar built in the widget area: https://snipboard.io/2STuJa.jpg
Sidebar custom html from the bottom box in the above screenshot:
[td_block_title title_tag=”h4″ custom_title=”Magazine” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6Ii0xNSIsImRpc3BsYXkiOiIifX0=”][td_flex_block_1 modules_on_row=”” limit=”1″ hide_audio=”yes” meta_info_align=”initial” category_id=”33″ image_height=”133″ show_author=”none” show_com=”none” show_excerpt=”none” show_audio=”none” show_btn=”none” hide_image=”” modules_category=”” meta_margin=”0 0 5px 0″ show_date=”none” show_review=”none” show_cat=”none”]

[td_block_ad_box spot_title="- Advertisement -" spot_id="sidebar" media_size_image_height="500" media_size_image_width="600" spot_img_horiz="content-horiz-center" tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjQ4IiwiZGlzcGxheSI6IiJ9fQ==" spot_img_width="eyJwaG9uZSI6IjMwMCJ9"]

[bellows config_id=”main” menu=”2302″]

The page template: https://snipboard.io/Z8DH2j.jpg

The Directory Plugin I’m using has an option to set the category page (which I’m choosing to do with the above page template) I have tried not using the page template as well and I get poor results as well.

Thanks.

Calin
tagDiv Staff

Hi,

Sorry, I forget to say, if the css is not apply on amp version or the whole content is not displaying, if is only the css that is not apply, then please set the css in this place too -> https://i.imgur.com/GNCR3hB.png

Hope this will help you better!
Thank you!

eemskrant2
Participant
#0

How do i center the banner under the main menu cant find the tool to center it correct. Or do i need to css it to the center?

https://imgur.com/9m8ChAN

omrsnyz
Participant
Custom CSS - topic
#0

I can’t add css code to the menu

https://prnt.sc/r8jjzg

Calin
tagDiv Staff

Hi,

Yes, you can do this by using a different header on these pages, for this you need to use a header cloud from tagDiv Cloud Library, edit it with tagDiv Composer and remove the ads or you can use a custom css to hide the ads on these pages.

Thank you!

Calin
tagDiv Staff

Hi,

I think that the problem is not between the untested plugin an infinite loading, I think that it is between tagDiv Cloud Library and that untested plugin.

For this all I can do is to provide a custom css to hide the content that is duplicate.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Yes, you can choose post style 1 and use this custom css -> https://i.imgur.com/yJzROMv.png
.td-post-template-1 .td-featured-image-rec {
float: right;
}

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

Hope this will help you!
Thank you!

Minoumax1967
Participant
#0

Hi, in this web in test the main background image appears blurred and the image really is of high quality. Is this a CSS setting? I can’t find it, how to remove or modify it?
Thank you

https://www.internationalcruisesummit.com/2020/

Innova
tagDiv Member

Yes! Thank you – this worked. Rather than copying into the custom CSS though, I copied the css styles into the child themes styles.css

Thanks so much!

Calin
tagDiv Staff

Hi,

1. We just tried this option on multiples installs and for us this option is working -> https://i.imgur.com/TiJYfZF.png therfore the problem is not from the theme and is not a bug, make sure that you do not gave a plugin conflict, or if you want we I take a look and provide a custom css, but for this I need a link.

2. You need to add a class to these buttons and set this parameter/css
pointer-events: none;
for example -> https://i.imgur.com/tyEJVUj.png -> https://i.imgur.com/QUAh16J.jpg

The pagination is a method from posts loop element that is in tagDiv Composer, so the pagination is inside of the element from tagDiv composer and is not stand alone element

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

I think that the bar is set from a plugin that you are using, if all you want is to remove it, then you can use this custom css -> https://i.imgur.com/mmzVOV3.png
#wpadminbar{
display: none;
}
html {
margin-top: 0px !important;
}

The code need to be set in Theme Panel> Custom code > Advance css > Phones -> https://i.imgur.com/UkCill4.png

Thank you!

Vlad S
tagDiv Staff

Hello !

Please note that we DO NOT recommend removing any part of the css.

You can do this but it won’t get covered by the support team.

Thank you for your understanding !

CristianR
Participant
#0

Hi, my website is very slow after lastest version of Newspaper 10. I’m trying to disable the td-composer and the time is 1/4… 3,36s vs 0,89s.
The errore message is: Notice (abolished) – Undefined index: td_action – wp-content/plugins/td-composer/css-live/css-live.php:30 – Plugin: td-composer

The site is ponza.orarimarittimi.it
Do you know why? I have all ok on system status theme.
Thanks

Calin
tagDiv Staff

Hi,

1. Make sure that the thumb 648×320 is enable in theme panel -> https://i.imgur.com/1xEduLe.png, also you can regenerate the images, this should fix the problem -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
2. For this you can use a custom css like this one -> https://i.imgur.com/iomR2FA.png also you have assigned an empty tag.
The code need to be set in Theme panel> Custom code> Advance css> iPad -> https://i.imgur.com/5IbXg8Y.png

.tdb_single_tags .tdb-tags li{
display: block;
}
.tdb_single_tags .tdb-tags li:last-child{
margin-top: 8px;
}

3. Indeed there is an issue on Internet explorer + Flex Blocks.
Please try this code:
[class*="ie"] .td-module-container {
display: block;
}
[class*="ie"] .td-image-container {
height: auto;
flex: initial;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

4. For me your website look ok when I zoom it -> https://i.imgur.com/aL2Uy7E.png the website that you provide as example indeed seems to be boxed you can achieve similar by setting a background color.
If you want you can check some demos -> https://demo.tagdiv.com/newspaper_style_pro/ -> https://demo.tagdiv.com/select_demo/select_demo_newspaper?utm_source=live_preview&utm_medium=click&utm_campaign=demos&utm_content=demos_button#demos

5. Our theme can not force the users to open the Facebook app, but for the most users there should by a popup to choose the way you like to open the link (if the user do not have set one option by default).

6. For this you can use a custom css like this one -> https://i.imgur.com/OccJXEZ.png this code will be apply only on this page
.page-id-1089 .tdm_block_button .tds-button .tds-button1 {
pointer-events: none!important;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Hope this will help you!
Thank you!

wehorse
Participant
#0

Hey tagDiv-Team,

at the moment we are trying to improve the performance of our page. That’s why we want to get rid of unused CSS. Because we are only using a few modules provided by the Newspaper Theme we the Newspaper/styles.css and the Newspaper/assets/css/td_legacy_main.css are adding 98% unused CSS to our page.

Is there a way to use only our own stylesheet without removing the other ones?

Thanks for your help!

Julius

Calin
tagDiv Staff

Hi,

Please try this custom css -> https://i.imgur.com/F8xZo7V.png
#quiz .tagdiv-type ul li:not(.blocks-gallery-item):last-child, .tagdiv-type ol li:not(.blocks-gallery-item):last-child {
margin-bottom: 10px;
}

This will fix the problem.
You need to set the code in theme panel> custom code> custom css.

Thank you!

Calin
tagDiv Staff

Hi,

If this banner is set with tagDiv Composer on ad box, then you can edit it and set the Horizontal align -> https://i.imgur.com/FW0ybNC.jpg
Or you can use a custom css -> https://i.imgur.com/OVxHkUs.png
.td-header-desktop-wrap .td-a-rec img {
margin: 0 auto;
}

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

Thank you!

bierhier
Participant
#0

Dear users

Is there a preferred way to bindle the CSS links in the theme? A lot op other plugins use a lot of CSS linking I try Autoptimize it loads ok but my google rank is going down. Is there a validated/preferred way to bundle CSS/JS linking?

krs

Calin
tagDiv Staff

Hi,

That image is set on the header, this can be removed using tagDiv Composer, edit the header, click the row and check the css tab -> https://i.imgur.com/od3gH8l.jpg

Hope this will help you!
Thank you!

aneejian
Participant
#0

I have a custom developed quiz on my webpage. The last list item is misalligned because of the style
`.tagdiv-type ul li:not(.blocks-gallery-item):last-child, .tagdiv-type ol li:not(.blocks-gallery-item):last-child {
margin-bottom: 0;
}`

Issue pages: https://aneejian.com/angularjs-quiz-1/ and https://aneejian.com/angularjs-quiz-2/

The issue occurs with all newspaper templates. For other themes it is ok.

List Issue

docktera
Participant
#0

Hi,
On normal pages the (theme included) style sheet “font_awesome-css” is loaded (as designed):

<link rel=’stylesheet’ id=’font_awesome-css’ href=’https://www.domain.com/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css?ver=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#8217; type=’text/css’ media=’all’ />

Awesome icons are available and can be used on pages and header menus.

But,

On (single) post pages, i’m missing this style sheet because it is not loaded (within the <head> of the post page).

Is it possible to make a theme change that this Awesome style sheet is loaded on (single) post pages as well?
I can then use Awesome icons within posts (and the header menu) too.

Thanks!

Viewing 25 results - 8,326 through 8,350 (of 33,436 total)