Search Results for 'css'

Results from the Forum
rtyom
Participant
#0

Hello. I need to add block with langauage switcher (it should show simple html with css and js action.
How I can deal with it?

akazad
Participant
#0

1. https://i.imgur.com/woxOqvq.png
can’t find any option to change font size of this module… firebug shows its module 10.. but wont work. also tried “theme panel> theme fonts > font settings”
2. https://i.imgur.com/nLyzhFb.png
in pc browser version, can i get a (+) plus sign like mobile version to hide some social icons?
3. https://i.imgur.com/LnnrwyU.png
can i make single post 1200px wide? if i use custom css and make wide 60% it works.. but in mobile it gets shrinked..
website is https://probashsomoy. com/
thanks in advance
with regards

RobinHood
tagDiv Member

Nevermind, I just hid it with css

geospatialmedia
Participant
#0

We are using Tag Div Composer, we need the category classes within the post loop so we can add some CSS based in the category, right now the only classes each post in the post loop have are “td_module_2 td_module_wrap td-animation-stack” is there a way to have the categories as CSS classes like a standard post loop? Site is https://www.staging1.geospatialworld.net/

dcivera
Participant
#0

I’m encountering this error, but for the life of me can’t figure out why. The error seems to be at

wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_mega_menu.php:116
tdb_header_mega_menu::cssMedia()

Now, when I look at the code, it looks like the error is at

$modulo_posts = $modules_limit % intval((100/intval($modules_number)));

However, when I go to the editor, all my values are numerical and I don’t see what’s tripping things

https://p196.p4.n0.cdn.getcloudapp.com/items/YEuplBYJ/Screen%20Shot%202020-06-06%20at%207.03.00%20AM.jpg?v=2a5e903590fe18cd1af92752a4e4210d

https://p196.p4.n0.cdn.getcloudapp.com/items/4gujDZvE/Screen%20Shot%202020-06-06%20at%207.01.10%20AM.jpg?v=8461a704b5b062a2a9870361d3c33804

sloope
tagDiv Member

I noticed, the problem is not the zone.. It’s the “td-equal-heights” CSS code which doesnt work anymore inside this footer… Anyways, I try to fix it by myself..

anamea
Participant
#0

hi, is there anything i can add in the custom css to have the website fullscreen?

Toma Romica
tagDiv Member

Salut,

Am schimbat înapoi modulul. Crezi că mă poți ajuta cu codul CSS necesar?

Calin
tagDiv Staff

Hi,

This can be achieve only with custom css also is look that you change the module -> https://i.imgur.com/LvMMsAE.png

Thank you!

Calin
tagDiv Staff

Hi,

All pro demos are using cloud templates from tagDiv Cloud Library, these can be edited only with tagDiv Composer, so you are using a single post templates this can be edited with tagDiv Composer and you can adjust it as you want -> https://i.imgur.com/eMV43pi.png use the right click to remove elements -> https://i.imgur.com/MVBO1sm.png after you remove all the elements from sidebar set the set row from 2 in 1 -> https://i.imgur.com/ofpISOQ.png

If you are using a pro demo, the footer is a cloud template, then you’ll need to edit it from a page, for example, you can edit the homepage, click on edit with tagDiv Composer -> https://i.imgur.com/uweNRrc.jpg after that go down to the footer end edit it how you want (now you can customize the the whole web-page from fronted).

The standard templates can be edited only with custom css and using the settings from theme panel.

Thank you!

Calin
tagDiv Staff

Hi,

In order to have the scroll to top on mobile responsive version you’ll need to use a custom css like this one http://prntscr.com/opdgwr

.td-scroll-up-visible {
display: block;
}

The code need to be set in Them panel>Custom code>Custom css

Thank you!

yasinnar
tagDiv Member

Hi again
I see that this is a bug. And it is impossible to remove “Header Ad” although I disable all Ads in theme options.
Your answer (CSS code) don’t help me doesn’t solve reason because The Header Ad problem is still there. https://prnt.sc/suc10d

You just try to not to show the gap but your CSS code fails to close the gap completely. https://prnt.sc/suc4i0
I am a computer teacher and want to create a clean coding for my web site. That’s why I want to know why you don’t remove Header Ad by theme options?
Please look at that. It must be like that: https://prnt.sc/subl1f

rvicerqveira
Participant
#0

Hi,
is there any functionality to hide the button?
or is it necessary css?

grvag
tagDiv Member

Thank you for the valuable reply…
I change some things in WordPress they all are listed below
1) Added two extra plugins (Yoast SEO) & (Header Footer Code Manager- “HFCM”)
Uses HFCM to add Google analytic Code.”Please suggest better plugin to add codes in header” which don’t affect the theme and work properly.

2) Edit some file in the root directory “wp-include” >> “functions.php” >> “edit” to hide some WordPress detail (suggested by my hosting provider to increase the security of my website, so I did it)
3) Add a simple class in Appearance >> Customize >>Additional CSS i.e
p {
font-size:18px
}
.tagdiv-type {
font-size:18px
}

Thank you
Now I am thinking of resetting my website and installed it again freshly and published article again.
I am thinking It’s my fault maybe I did something wrong…No problem I will correct it from a start
I feel lucky if you give me some tip?

karlrosqvist
tagDiv Member

Thanks for the reply, I managed to fix it at the end.. If you use Youtube lyte, and want a clean interface, add this to the custom css area:

/* Youtube video remove play button */

.single .lyte-wrapper .play {
visibility: hidden;
}

/* Youtube video remove title */

.single .lyte-wrapper .tC .tT{
visibility: hidden;
}

Calin
tagDiv Staff

Hi GMusic,

For mobile theme plugin you can use the settings from theme panel, these will be apply on mobile theme as on standard templates -> https://i.imgur.com/EXnvjpD.png -> https://i.imgur.com/AUEkZMt.png or using custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

If this is not what you mean, please provide some more details.

Thank you!

Calin
tagDiv Staff

Hi,

Let try other method, please use this custom css
-> https://i.imgur.com/InPzTnW.png
.td-main-page-wrap {
padding-top: 8px;
}

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

Thank you!

Vlad S
tagDiv Staff

Hello !

Please use this css code: .td-menu-background:before {
background: rgba(231, 105, 105, 0.76)
}

You will have to use a RGBA generator so you can change your color.

The codes must be inserted here: https://www.screencast.com/t/fyP7TBVPWvhQ

Thank you !

Calin
tagDiv Staff

Hi,

Unforgettably there is no option for this, but you can do it using a custom css -> https://i.imgur.com/EkbRCHs.png
.tdb-mega-menu .sub-menu > li {
margin-top: 30px!important;
}

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

Thank you!

Calin
tagDiv Staff

Hi,

Please try this custom css -> https://i.imgur.com/JThcFWg.png -> https://i.imgur.com/NemFaCn.png
.page-nav .page {
display: none;
}
.page-nav i.td-icon-menu-left:before {
content: "Prev";
}
.page-nav i.td-icon-menu-right:before {
content: "Next";
}

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

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Indeed there are some problems with edge and ie, these browses do not recognize some css elements.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately there is only a general option that will apply for all posts -> https://i.imgur.com/00c9J7H.png
The only way that you can hide several individual posts is to use a custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ here is an example of code that is using the post id https://i.imgur.com/qHoP7Ve.png -> https://i.imgur.com/fAze6Sv.png

Thank you!

Calin
tagDiv Staff

Hi,

To fix this problem, please try this custom css -> https://i.imgur.com/mLz6RAq.png
.td-menu-mob-open-menu #td-mobile-nav {
overflow: visible;
}

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

Let me know the results!
Thank you!

asamnews
Participant
#0

Hi, I would like to change the layout of the Posts Loop block to have the date, title and category appear over the image, like in the “Big Grid Flex 1” block, instead of under the image. Is there a way to do this within Posts Loop?

I know I can adjust the CSS of “Article title space” and “Category tag spacing” but that causes a lot of layout issues because of varying lengths of the title. I want to use the Posts Loop block because of the pagination at the bottom.

Sophia_FACES
tagDiv Member

Hi,

I have managed to solve Point no 1, 3 and 4. Only thing I cannot solve is point no 2.

The headline/title missing from post problem still continues, only in Edge browser now. The headline is visible for a second then disappears. I have entered the above custom css in the theme panel also but still there is a problem.
https://facesoman.com/dr-waleed-khalid-al-zadjali-taking-a-leap-of-faith/

Please look into it.

Thank you.

Viewing 25 results - 7,576 through 7,600 (of 33,436 total)