Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,
Can you please provide a link where I can check this image? In this way I will inspect the image and maybe I will be able to help you with a css.
Thank you!

Bettina
tagDiv Staff

Hello!

The orange space it is a default margin there, so you can set 0 into the CSS tab of the elements and it will disappear. The green space is the area of the element and can be changed by setting a value for the padding.

Thank you!

HoĂ ng TrĂ­
Participant
#0

Hi

After updating to version 11.4.3, this line of code appeared in the admin..
How to fix it?
https://i.imgur.com/BPp5pks.png

Thanks

sruhtbackend
tagDiv Member

If you could please provide me with such a CSS code that’d be great. thanks

mgiannelis
Participant
#0

Hello.

I am having some issues with getting items such as my header logo to line up correctly in my “Single Posts” on my website. Here is an example of exactly what I mean here. Is it possible you could provide me with some custom CSS to make the sidebars both equal width? The current Gossip single page template does not have equal sidebars widths making my heading logo look out of alignment

Thanks

gono
Participant
#0

Good Morning,
I think I need some details about how your CSS in combination with Cloud Library works.
My site speed is overall pretty good and I have a clean site without too much going on. However, the source code of the page reveals almost 6000 lines of code and optimization pages are recommending to reduce the filesize – which I understand.
Now, I know that my simple header, footer, post template and content do not require 6000 lines of code or all that CSS in there. How can I get rid of it? How do we actually only use and load what is relevant and needed? The CSS analyzer tool would not removed the unused CSS correct? It just regroups the code and moves it to the end as far as I understand.
Any details that could help? There are just too many references in CSS which probably aren’t even used on the whole website. I just want to make sure that my pages only contain CSS which the page is using, I hope that makes sense.

Thank you.

BastianF
tagDiv Member

Hi Bettina,

thanks for the fast reply. However I do not wish to include an additional font, I would like to stick by the td-multipurpose.ttf. Therefore I only need a list of possible icons included in the td-multipurpose.css without the need to try them all on my own.

Bettina
tagDiv Staff

Hello!

You can access the homepage and edit it with the TagDiv Composer(scroll till down for the footer). Click the row from footer and check in the CSS tab, you can see the background there and you can change it.

Thank you!

Calin
tagDiv Staff

Unfortunately, the newsletter element can not be set inside the single post content element. You can set only the code for the Newsletter in a spot of inline ads, and If you want I can try to provide a css to make it look more like a style from Newsletter.
Thank you for your understanding!

Bettina
tagDiv Staff

Hello!

When you have no upsells, then will appear with no posts automatically.
You can hide that with this CSS code:

.elastislide-wrapper {display: none;}

Thank you!

Calin
tagDiv Staff

Hi,
It is possible that in that error to be a problem related to a plugin conflict.
If is possible, please make a test using only tagDiv plugins and see if the problem still persist or the CSS Analyzer is working.
Thank you!

Calin
tagDiv Staff
Ads - reply

Hi,
I see that not only the title is not center, but the banner itself it is on the left -> https://i.imgur.com/yv9Bh8E.png, you can center them using this custom css
.foxch-content-2 img{
display: inline-block;
text-align: center;
}
.foxch-content-2 {
text-align: center;
}

I hope this will help you!

cityface
Participant
#0

I have search all the templates but i cant find a template that has authox bow with author name after article and when im editing a single post template i dont see any wthor box, yet when an unregistered user navigate to a site it displays an author box
How i can remove it? it should not be so hard.
i have also tried to remove it with css with no luck with this code
.tdb_single_author_box{
visibility: hidden !important;
}
This is the page with the problem https://cityface.gr/news-2/%ce%b5%ce%ba%ce%ba%ce%bb%ce%b7%cf%83%ce%b9%ce%b1/%ce%b4%ce%b5%ce%af%cf%84%ce%b5-%ce%b1%cf%80%cf%8c-%cf%88%ce%b7%ce%bb%ce%ac-%ce%b5%ce%bd%cf%84%cf%85%cf%80%cf%89%cf%83%ce%b9%ce%b1%ce%ba%ce%ac-%cf%80%ce%bb%ce%ac%ce%bd%ce%b1-%ce%b1%cf%80%cf%8c-%cf%84/

cristianviar
Participant
#0

Hello,
I recently acquired a website with this theme and after the migration from server I see these issues:
td_api_base::mark_used_on_page : a component with the ID: single_template_7 is not set.
/var/www/vhosts/noticiasvideojuegos.com/httpdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php

Display backtrace

wp_booster error:
td_api_base::get_key : a component with the ID: single_template_7 Key: file is not set.
/var/www/vhosts/noticiasvideojuegos.com/httpdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php

Display backtrace

wp_booster error:
The path of the single_template_7 template not found. Did you disable a tagDiv plugin?
/var/www/vhosts/noticiasvideojuegos.com/httpdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php

Display backtrace

wp_booster error:
td_api_base::get_key : a component with the ID: single_template_7 Key: bg_use_featured_image_as_background is not set.
/var/www/vhosts/noticiasvideojuegos.com/httpdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php

Display backtrace

wp_booster error:
td_api_base::get_key : a component with the ID: single_template_7 Key: bg_disable_background is not set.
/var/www/vhosts/noticiasvideojuegos.com/httpdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php

Display backtrace

wp_booster error:
td_api_base::get_key : a component with the ID: single_template_7 Key: bg_box_layout_config is not set.
/var/www/vhosts/noticiasvideojuegos.com/httpdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php

Any ideas how could I sort it out? Currently I hided through css but I want to fix it…
Thanks in advance,

Calin
tagDiv Staff
Ads - reply

Hi,
Please try this custom css:
https://i.imgur.com/mlAymFn.png
.td-a-rec-id-sidebar .foxch-adlabel {
text-align: center;
}

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

Calin
tagDiv Staff

Hi,
The color of the review stars can be changed only with custom css:
.td-review .td-icon-star:before, .td-review .td-icon-star-half:before {
color: blue;
}

Please try this custom css, set the code in the theme panel > custom code> custom css.
If this is not what you mean, please let me know!
Thank you!

Calin
tagDiv Staff

Hi,
If you already set back the Featured category and you do not want it to be displayed on blocks, you can try this custom css:
.tdb-category a[href$="/featured/"] , .tdc-content-wrap .td-module-meta-info a[href$="/featured/"], .td_block_wrap .td-module-container a[href$="/featured/"]{
display: none;
}

I hope this will help you!

yonish3
Participant
#0

Hello,

CSS analyzer does not work.
Nothing happens when I click it.
And I see an error on the console:
https://prnt.sc/JRuYzNiDr2Qz

Calin
tagDiv Staff

Hi,

Can you please try this custom css for mobile:

#tdm-popup-modal-td_m_5d6f.tdm-popup-modal-over-screen .tdm-popup-modal {
 display: none;   
}
#tdm-popup-modal-td_m_5d6f.tdm-popup-modal-over-screen.tdm-popup-modal-open .tdm-popup-modal {
 display: block;   
}

The code was set in the the theme panel > custom code> advance css> in mobile section.
Please check the website and let us know the results!
I hope this will help you!

Calin
tagDiv Staff

Hi,
You can try this custom css -> https://i.imgur.com/XmdpYGV.png
It should fix the problem for all browsers
.td-footer-template-wrap .tdm-social-item-wrap:last-child .tdm-social-text {
margin-right: 18px !important;
}

Please set the code in the theme panel > custom code> custom css.
Let me know the results!

Bettina
tagDiv Staff

Hello!

You could try with !important;
https://www.w3schools.com/css/css_important.asp

Hope that helps you!

Thank you!

jtoney
tagDiv Member

That fixed it and made another issue. I’m looking at a recently created post and its showing without the css style and completely wrong. Everything else on the site is correct except for the new post.

BastianF
Participant
#0

Hi,

can somebody point me out to the documentation for the td-multipurpose.css? I would like to change the icons inside the menu from my website. However I do not know whats behind the “tdc-font-tdmp-man” element, so a kind of list, which shows all the possible icons would be great. Then I do not need to check each entry on my own to find out which icon is behind it 😉

epic1
tagDiv Member

Also I was modifying the home theme and I tried hiding one of the elements of the page by using the “display:hidden” from composer css editor. I thought it was going to leave a gap to click back on it and have it set to “display:show” but there is no option or way to click on it to bring it back (or at least have the settings options to do it).

Freemanbiz
Participant
#0

URL: https://example.ng

[tds_menu_login inline=”yes” guest_tdicon=”td-icon-profile” toggle_txt=”My account” logout_tdicon=”td-icon-log-out” menu_gh_txt=”Get into your account.” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn19″ f_uh_font_family=”653″ f_links_font_family=”653″ f_uf_font_family=”653″ f_uh_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_links_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_uf_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_uh_font_weight=”500″ f_links_font_weight=”500″ f_uf_font_weight=”500″ f_toggle_font_family=”653″ f_toggle_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_toggle_font_weight=”500″ ia_space=”8″ menu_offset_top=”15″ show_version=”” f_gh_font_family=”653″ f_btn1_font_family=”653″ f_btn2_font_family=”653″ f_gh_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_btn1_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_btn2_font_size=”eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==” f_gh_font_weight=”500″ f_btn1_font_weight=”500″ f_btn2_font_weight=”500″ menu_gc_btn1_bg_color=”#ec3535″ menu_gc_btn1_bg_color_h=”#000000″ menu_gc_btn2_color=”#000000″ menu_gc_btn2_color_h=”#ec3535″ menu_gc_btn1_radius=”4″ menu_ul_link_color=”#000000″ menu_ul_link_color_h=”#ec3535″ menu_uf_txt_color=”#000000″ menu_uf_txt_color_h=”#ec3535″ show_menu=”yes”]

Viewing 25 results - 3,851 through 3,875 (of 33,436 total)