Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,

For this you can try this custom css -> https://i.imgur.com/EQEwknZ.png
.page-nav a {
width: 200px!important;
font-size: 16px;
margin: 0;
padding: 16px 48px;
color: #fff;
background-color: orange;
}
.page-nav a, .page-nav .current{
display: none;
}
.page-nav a:first-child, .page-nav a:last-child {
display: block;
}

Thank you!

Calin
tagDiv Staff

Hi,

Once that the header is set fixed, the header an page/post content starts from the same point and the header be over the content.
For this you can use a custom css like this one ->
.tdc-content-wrap {
margin-top: 256px;
}

You need to adjust the number of px after your header, also the code need to be set in theme panel > custom code> custom css.

Thank you!

Calin
tagDiv Staff

Indeed there is an issue on Internet explorer + Flex Blocks, the IE do not recognize the flex css parameter.
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

Hope this will help you!
Thank you!

Vlad S
tagDiv Staff

Hello !

Here is the css: .td-what .td_block_template_1 .td-related-title {
text-align: center;

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

I hope this was helpful !

Thank you !

irshadalam
Participant
#0

Hi,

I used tag div composer and from CSS setting I hide the header for the logo for desktop version but now I want to show it how can I do that I don’t see any option to show the logo again it’s showing all other devices but still hidden on desktop how can I re show it on desktop aswell?

Thanks

natagrit
tagDiv Member

1.
I have deactivated TagDiv Cloud library and still the content int he posts are not editable using WP BAkery composer. My client is really used to it and at least for now we would like to be able to have some continuity and have it as an option.

I can see the content of the post in the Classic mode, but the moment I click on Backend editor the content disappears and it is not available for editing.
https://imgur.com/a/MjeWfRC

2.
WP Bakery is Version 5.0.1
Does that mean that the latest theme version does not recognize it? (I was under impression that WP BAkery is bundled and should be upgraded with the theme)

4.
This block was created with WP BAkery – a bit strange that it cannot be interpreted by the theme. (On the front-end it is displayed correctly though)

5.
I think your answer explains how to set global custom css.
My question was rather ‘how to do you set css specific to this page only’
In VC it was easy, you click on the css icon on the specific page and added. How it is done with TagDiv Composer?

Thank you.

pierpaolocorso
Participant
#0

Hello
how can I center the title “related articles” at the end of the article? It is now placed on the left.
I need the css code to do it.
I don’t use custom templates.

Url: http://www.novabbe.com

Calin
tagDiv Staff

Hi,

1. If you want to use WP Bakery you can use it as long you do not activate the tagDiv Cloud Library, you can use only one of theme with tagDiv Composer.

2. The website was mad using that builder ? if yes and after update the content was no longer available in the builder, then is possible to have an old version of the plugin and the new theme update will no longer recognize it.

3. TagDiv Composer is the theme builder, all the features from the theme are set in tagDiv Composer and tagDiv Cloud Library, that’s way we recommend to use tagDiv Composer for pages and templates.

4. Usually when is look like that, there is a plugin that is no longer enable, and will be display the shortcodes for it, or when that tagDiv Composer can not interpret the code. I think in this case is the second one.

5. Using tagDiv Composer you have more option to customize the flex blocks and other elements, but if you want to add some css then you need to set it in theme panel -> https://i.imgur.com/1vemXtV.png, indeed you can set the css like this -> https://i.imgur.com/uKYC5SH.png or -> https://i.imgur.com/LY92rlI.png

Thank you!

Calin
tagDiv Staff

Hi,

Using the responsive version the mobile will look like this -> https://i.imgur.com/uhVFpw0.png if you want to to change the color for the mobile theme plugin, then you need to apply this custom css:
#td-outer-wrap {
background-color: #1a1a1a;
}
.td_module_mob_1 .entry-title a, h1, h2, h3, h4, h5, h6, .post *, .comments > * {
color: #fff!important;
}
.td_module_mob_1 .td-post-date {
color: #bcbcbc;
}

-> https://i.imgur.com/AGwsB8d.png
The code need to be set in theme panel > mobile theme > custom code > css

Thank you!

Vlad S
tagDiv Staff

Hello !

This issue should not happen. So a CSS fix is not necessary.

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you

natagrit
Participant
#0

Hi, I have updated to 10.3 and have some questions.

1. Do I need to remove WP Bakery Visual composer since I run Standard Pack and TagDiv Composer?

2. My pages look like this now: https://imgur.com/a/APe6cUI – nothing in the field of WP Bakery module (where I used to see all elements. Is this normal?

3. Do I understand it correctly that from now on the only way to edit pages is through TagDiv Composer?

4. When I open page in TagDiv Composer I still see those things: https://imgur.com/a/0APPoRR – what do I do about them and how do I edit them?

5. How do I provide on-page CSS with TagDiv composer? (it was quite easy with WP Bakery)

Thank you.
Elijah.

plenoestudio
Participant
#0

Hi!

Im working in this site:
http://juanquerol.com/veochubut/veo-chubut-prueba-modulo-economia-3/

I need to change the height of the “big grid 4” it’s the module which have 2 photos, I need to make them more tall in the mobile version, it’s possible? I don’t find any solution in the css tab.

Ty!

Leander
tagDiv Member

Hi,

Thanks, but I kinda doubt this is an plugin conflict.
Isn’t there a CSS fix for this issue?

Thanks!

Calin
tagDiv Staff

Hi,

The social sharing are look different in mobile version, because you are using the mobile theme plugin, if you disable it the layout will be the same with the one from the desktop. Also you can keep the mobile theme plugin and use a custom css like this one -> https://i.imgur.com/M3TST1s.png
.td-social-sharing-button{
color: #000;
background: #fff;
border: 1px solid #e9e9e9;
}

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

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Please replace the above custom css with this one:
.home .td-header-style-9 .td-header-sp-logo {
display: block;
}
.td-header-style-9 .td-header-sp-logo{
display: none;
}

Hope this will work better!
Thank you!

Calin
tagDiv Staff

Hi,

I just checked your website again, and you are using a classic demo, for this the social networks can be set only from theme pane -> https://i.imgur.com/Bb9y0jE.png what you can do is to use a cloud header and from tagDiv Cloud Library and edit it with tagDiv Composer, also what exactly do you want to achieve maybe I can help you with a custom css and you do not need to change the header.
We can provide support only on emails and forum.

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello !

Please note that if you’re using custom css you will have to add the page id in it too so you will exclude the content only from the specific pages: https://www.screencast.com/t/VTClhS2g

Thank you !

Calin
tagDiv Staff

Hi,

Please notice that the mobile theme is a separate design/theme for mobiles, if you want to have the settings from desktop on mobile, you can use the responsive version or use the option from mobile theme to display only the posts/pages that you want to have the responsive version -> https://forum.tagdiv.com/the-mobile-theme/

1. Indeed there is no option for this. But all these can be done use a custom css like this one ->
.td-module-meta-info .td-post-views, .author-box-wrap, .td-post-sharing-classic {
display: none;
}

This one need to be set in theme panel> mobile theme > custom code> css -> https://i.imgur.com/fFKktol.png

2-3. Mobile theme is compatible with cloud templates, but you need to understand that mobile theme is a separate.

4. We’ll think about this suggestion, for the moment the you can set in theme panel cloud templates as general clouds is enough to edit them and will apply on the whole website.

5. The smart list need to be set as in this documentation -> https://forum.tagdiv.com/smart-lists/ and you apply on the post the smart list from cloud you like.

Thank you for your understanding!

iconshare
tagDiv Member

Hello,

Why cannot removed the effect? By css can not be disable?

I think this is not good if we don’t have this option.

Which is the reason that the bar must have this effect?

Let me know thanks

Calin
tagDiv Staff

Hi,

There are some elements in theme panel that will apply generally, like css, analytics etc, also you can set cloud template in theme panel for posts, categories etc, also if you are using a standard demo, then you need the settings from theme panel to edit the website.

Thank you!

Vlad S
tagDiv Staff

Hello !

For that you can use this css code: .td-black .td-main-content-wrap {
background-color: red;
}

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

I hope this was helpful !

Thank you !

Calin
tagDiv Staff

Hi,

That option will reflect the in post cont in your website too, not only on backend.
If you want to increase the width only on backend Gutenberg editor, then you can do it only from theme file -> https://i.imgur.com/JEN6Q1d.png -> wp-content/themes/Newspaper/gutenberg-editor.css

Thank you!

spezialcom
tagDiv Member

Thank you very much.
unfortunately it doesn’t work properly.
it works the other way around.
at home click the logo photo is gone. with all other clicks, the logo photo is there.
it should be the other way around.
you can check again.
I left the code in the css.
Thank you

plenoestudio
tagDiv Member

Hi! Vlad!

Its gone because I aply this css rule:
.td-icon-search{
display: none !important;
}

But when the site load for some second the search icon display, how can I fix it???

TY!

Calin
tagDiv Staff

Hi,

1. Is possible to use a demo that do not have set the socials from theme panel, these are set using tagDiv Composer, for this you need to edit the page/template click on the social and edit them.
https://i.imgur.com/FffBgaQ.png/templates -> https://i.imgur.com/DaDNH1f.png -> https://i.imgur.com/ZO4ota8.png

But if you are using the classic demo the social should be set from theme panel -> https://i.imgur.com/fsu0WNJ.png -> https://i.imgur.com/dflLYPh.png -> https://i.imgur.com/tEeI6qn.png

2. This demo is an very old demo and it have set some custom css that is quite strong, therefore there are some settings in theme panel that will not apply, as header background colors on some elements can be change only using custom css.

Thank you!

Viewing 25 results - 8,251 through 8,275 (of 33,436 total)