Search Results for 'css'

Results from the Forum
rhercz
Participant
#0

Hi,
I just purchased the Newspaper theme and tried installing it on a fully updated WP (looking to replace Divi/Extra), but the installation failed with the error message “The pack could not be installed. The theme is missing the style sheet style.css” (roughly translated from the error message in Norwegian).
What do I need to do?

Anamaria
tagDiv Staff

Hello,

Please try this code, looks like this => https://www.screencast.com/t/W1WVkrjV


#td-outer-wrap {
margin:0px;
}

The code need to be inserted in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/0Lb8nbD7s5u

Hope this helps you!

Thank you!

Essentia
tagDiv Member

Is there anything that can be done with the CSS to edit it?

Thank you

Anamaria
tagDiv Staff

Hello,

Please try this code

.td-is-sticky .clearfix{
margin-top: 40px;
}

The code need to be inserted in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/0Lb8nbD7s5u

Hope this helps you!

Thank you!

Vlad S
tagDiv Staff

Hello !

Please send us a link to your website and we will take a look, that can be done using CSS to change the color / font.

Thank you !

Bettina
tagDiv Staff

Hello!

Unfortunately, there is no setting to remove the author’s link, but you can do it with a custom CSS code. You can not modify the default category template, only if you are using a cloud/PRO category template.

Thank you!

suffolk_nick
Participant
#0

Hi,

I can’t get the share icons to appear on posts, I have added at bottom of post content in the main column in the ‘Single Template’. They icons show on the example page when editing the template but do no show on live posts/post previews.

I have checked within a live post pages code and the following is included (I added the padding incase the share block was being cover over some how but this has made no difference):

<div class=”td_block_wrap tdb_single_post_share tdi_126_672 td-pb-border-top td_block_template_1″ data-td-block-uid=”tdi_126_672″>
<style>

/* inline tdc_css att */

.tdi_126_672{
padding-top:20px !important;
padding-bottom:10px !important;
}

</style></div>

But nothing is displayed, are there other settings elsewhere I need to make?

Bettina
tagDiv Staff

Hello!

Unfortunately, in our theme there is no setting to achieve that, but you only can do it with custom css code.

Thank you!

Vlad S
tagDiv Staff

Hello !

This should work using CSS: .page-id .woocommerce-page #content .single_wrap {
float: none;
width: 100%;
}
.page-id .woocommerce-page #sidebar {
display: none;
}

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

Please try this css code and let us know the result !

  • This reply was modified 5 years by Vlad S.
Anamaria
tagDiv Staff

Hello,

You can change the scroll with custom CSS, this code you need to insert in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/4Bs8TJvsLN
The code is: => https://www.screencast.com/t/3aj7JQrCRX


.td-scroll-up 
{
  top: 50%;
}

You can change the percent on the element.

Hope this helps you!

Thank you!

Anamaria
tagDiv Staff

Hello,

This problem can be fixed using custom CSS, please send us a link to your website.

Thank you!

Calin
tagDiv Staff

Hi,
If you are referring on this https://i.imgur.com/P7e46pO.png those are from videos.
If you refer on this https://i.imgur.com/5KZrGqd.png then is a css Try this custom css
.page-id-35 .td-pb-row .tdc-inner-column.td-pb-span6 {
border-left: 0;
}
.page-id-35 .td-pb-row .wpb_column:before {
content: none;
}

Hope this will help!

Bettina
tagDiv Staff

Hello!

It seems that you have a custom CSS there for the color which is grey(#c1c1c1) , try to change into white color.
Let us know about your results!

Thank you!

Anamaria
tagDiv Staff

Hello,

1. If you want to hide the Single Post Views and Single Post Comments Counter for a specific device, you hidden from CSS tab, select device -> element -> CSS => https://www.screencast.com/t/dBVQ24FZ, or if you want to remove them you select the elemnt and with a right-click you can delete => https://www.screencast.com/t/6WnNGq6NFx , or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page.

2.Please make sure you have set the youtube API like in our guide https://forum.tagdiv.com/youtube-api-key/ and check after if the problem persists.

3.tagDiv Composer is a page and cloud builder, it can be used only for pages and cloud templates, therefore you can use it on a single post template from tagDiv cloud library to adjust the layout, but not to write the post content, for this, you need to use the WordPress editor.
You can edit the page with TD Composer in WordPress->Pages => https://www.screencast.com/t/AMOjYCA7Q7p, or in front side.

Hope this helps you!

Thank you!

Bettina
tagDiv Staff

Hello!

The easiest solution for this could be to import a cloud category template and then you can change it how you need by editing the page with TagDiv Composer plugin. Otherwise, you will need custom css code for this.

Thank you!

Vlad S
tagDiv Staff

Hello !

Please try this css code: .td-post-content .wp-block-image figcaption {
display:block;
text-align: left;
margin: 0 0 26px 0;
font-style: italic;
font-weight: normal;
color: #444;
font-size: 12px;
line-height: 17px;
}

As you can see here this should work: https://prnt.sc/youf93

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

Thank you !

Calin
tagDiv Staff

Hi,
Unfortunately, for the moment that option is using only a css that is hiding the login contact. If you want to remove it from load, you must remove it from theme code, for example you must comment the code from this file wp-content/plugins/td-composer/legacy/Newsmag/parts/register.php and this one wp-content/plugins/td-composer/legacy/Newsmag/parts/header/td-login-modal.php
If you want you can set those files with commented code in a child theme to not lose the changes after theme update.

topmagazin
tagDiv Member

Hey Bettina,

thanks for your help. But I’ve already tried this. Setting the shadow from css (header row) gives me a shadow all around the “box” (also left and right). Not only bottom of header row.

What I want is a shadow only bottom line like if I choose “default header style 1” and make it boxed. I cant replicate this within composer.

Regards

Bettina
tagDiv Staff

Hello!

Please try to set the shadow of that row from CSS tab and not from General tab.

Let me know about your results!

Thank you!

Bettina
tagDiv Staff

Hello!

This is possible if you edit the page with TagDiv Composer plugin, click on background row and you can see in CSS tab of the row a setting where you can delete/edit like in this screenshot: https://www.screencast.com/t/l68rfXBD8Ki

Thank you!

Vlad S
tagDiv Staff

Hello !

Please try and add the !important part on the CSS and please check again the code.

Let me know the result !

Thank you !

marcorroma
tagDiv Member

I hadn’t thought about modifying the CSS to hide the first child.
Thanks so much. Problem solved.

Anamaria
tagDiv Staff

Hello,

The only options to change colors in the mobile theme are these => https://www.screencast.com/t/gky6q5VCqcNC
For what you want, you need to use custom CSS, if you need help tell me.

Thank you!

Vlad S
tagDiv Staff

Hello !

Please use this CSS Code and the issue should be fixed: .td-related-title>.td-related-left {
margin-right:10px;
}

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

Let us know the result !

Thank you !

Viewing 25 results - 6,076 through 6,100 (of 33,436 total)