Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,

You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/

Let me know the results!
Thank you!

Vlad S
tagDiv Staff

Hello !

Please try this css Code: `.tdc-video-inner-wrapper iframe {
top:100%!important;
}`

You can adjust the percentage and see which setup you like.

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

Thank you !

IamLegend
tagDiv Member

I inspected the column with chrome browser and add the css

@media (min-width: 768px)
.tdi_68_ec8 .vc_column_inner {
padding-left: 20px;
padding-right: 20px;
border-right: 1px solid #eaeaea;
}

It did show up and but I tried to add it to the live css of the td composer it doesn’t show up.

YuvalD
Participant
#0

Hey, I’ve just purchased the newspaper theme, And i downloaded the “all files and documentations” and when I tried to install this zip file on my wordpress website, is wrote me an error about style.css missing file, than i tried to install the “wordpress file only” and it worked, But it seems like this file is really small, does it include the all theme inside ?
Thanks 😀

Calin
tagDiv Staff

Hi,

Please try this custom css -> https://i.imgur.com/uwGWLLL.png
.td-footer-template-wrap .tdb-logo-svg-wrap {
margin: 0 auto;
}

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

Hope this will help you!
Thank you!

Vlad S
tagDiv Staff

Hello !

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

.tdb_header_menu .tdb-menu {
margin-left: -13px;
}

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

Thank you !

Calin
tagDiv Staff

Hi,

I think that you are referring to this -> https://i.imgur.com/XoeS8WW.png since this is a pro demo you can edit it entirely using tagDiv Composer select that row and check the css tab -> https://i.imgur.com/6C2ipeE.jpg

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

You can achieve this using tagdiv Composer -> https://i.imgur.com/aTZr4WJ.jpg select the mobile view port -> https://i.imgur.com/oBrRc2F.png then select each column and in css tab set a width like this -> https://i.imgur.com/zEGyLEi.png and set it inline -> https://i.imgur.com/JOE8ymt.png and make the same for all 3 columns, the results will be these -> https://i.imgur.com/JJqilxG.png

hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Is look that on this website -> https://www.businessreport.com/ these elements were set manually (custom work) inside the theme.
For the moment our theme do not has this option, but I think that you can do something with custom css for posts that has a specific category and this can be set as parent category on posts and use a css on that category -> https://forum.tagdiv.com/primary-category/.

Thank you!

line77
tagDiv Member

sorry but this is not helpful
can you post a css code example here which trims space from left-most menu item???

indochine
Participant
#0

Hi Team,

I’m trying to re-style the Default Blockquote for post. See image
The default style didn’t change. See image
I also tried adding custom CSS but still… See image

You can check the site here

TIA

Calin
tagDiv Staff

Hi,

You can use this custom css ->
.gsc-search-box input[type="text"] {
color: #111;
}

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

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Yes, you need to open the page in tagDiv Composer and select the port view for mobile -> https://i.imgur.com/t8rW5Hw.png then select the element or column that you want to hide and in css tab use the option for Display -> https://i.imgur.com/nCxUVn9.png

Thank you!

Calin
tagDiv Staff

Hi,

As I can see the page title, your code shortcode is inside it -> https://i.imgur.com/UA6tEml.png therefore you can hide only the entire title -> https://i.imgur.com/pGOOQU2.png for this you can use this custom css -> https://i.imgur.com/w59Ybqr.png the same thing is with breadcrumbs, but there can be something set wrong and this is displaying broken here is the code that hide both of theme -> https://i.imgur.com/6XlLQrH.png
.page .td-page-title, .page .td-bred-no-url-last {
display: none;
}

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

Hope this will help you!

elvisfrog
Participant
#0

I have articles that are for members only and currently I use a tag “Members Only” to restrict the article, is there a way to display that tag only on the home page and various spots where you preview the article? So when you see one block of articles that normally have like Category next to it, display Members Only and I assume I might be able to do some CSS to make it look like a solid block? I figured I can show tags, but I only want to show that tag when an article might have others and when it doesn’t contain that tag doesn’t display anything? An example is on this site which using the Newspaper theme: https://www.businessreport.com/ they call it “Insider”

rbrook
Participant
#0

Hi, I am trying to install the newspaper theme but I get a failure message:

The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.

What’s happening here?
Thanks,
Ran.

Vlad S
tagDiv Staff

Hello !

Please make sure that you have cleared your cache in autoptimize plugin too. If that still does not work please try this css: .td-main-menu-logo img {
margin-bottom: -10px;
}

The code must be inserted in here: theme panel> mobile theme> custom code> CSS

But the clear cache option should fix this.

Let us know the result !

Thank you !

Vlad S
tagDiv Staff

Hello !

You can use CSS code on your element from tagDiv Composer as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=7s

Thank you !

Calin
tagDiv Staff

Hi,

I just checked your post and you are using a standard post template, unfortunately this can not be adjusted per each view port like cloud templates. Now the only way for the moment is to use a custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ here is an example -> https://i.imgur.com/HoAesWx.png this code need to be set in theme panel> custom code> advance css > phones.

Thank you!

Calin
tagDiv Staff

Hi,

Usually these gaps can be fixed by adding with tagDiv Composer a margin top on the first row from content in css tab, usually this is set with “-“.
-> https://i.imgur.com/UCFwzUI.jpg for example select the row and set in css tab -48 -> https://i.imgur.com/ZBA10jG.jpg if this is not enough increase the number.

Let me know the results!

Vlad S
tagDiv Staff

Hello !

As you can see here in our video guide you can adjust the CSS using tagDiv Composer. This should work much better: https://www.youtube.com/watch?v=fa7GenCHcBU

Thank you !

Calin
tagDiv Staff

Hi,

The Magazine pro demo is a demo made using tagDiv Composer and cloud templates, these can be edited entirely using tagDiv Composer.
Now the icons from menu can be set like that in two ways: 1 using our guide for “How to add an icon in menu” or using some html and css code. The Magazine pro demo has the menu made using html and css -> https://i.imgur.com/3bj4NxZ.png

Thank you!

kibiribi
Participant
#0

Hello, dear support team!
I couldn’t find such option for Block 12 in the post presentations on the page https://prostobzor.com/ :

1. How to set color for hover css settings ? https://prnt.sc/ut0kee
Right now I can see only this one as default – https://prnt.sc/ut0mbr

2. I found some blocks, that it was possible to set width and height for post featured image
screen – https://prnt.sc/ut0mxf
how to set sizes for block 14 in this case?

thanks for your time ? !

SvijetS
Participant
#0

Hi folks,

as we are familiar with the cache problem when we develop or changing CSS or js, no matter what we do, sometimes we see all the same even when we check even in private (incognito) or clean cache plugins and so on…

How you manage cache problems

thx

hannes_kaufmann
tagDiv Member

MAYBE IMPORTANT!!! I just found something else that could be the problem: I have reinstalled the Theme! Guess what, same problem. No PAGES page. Trying to find the problem I just saw in the theme panel custom body class the “td-animals-pro” class which is from a Demo I imported way back on my test server!!!! Could it be that this css is obviously not there in a fresh install of the theme and therefore everything crashes????????

Since I’m on a HUGE project here which NEEDS to go online this coming week, I have to work 24/7 now to find tagDIVs problem. On a side note: IT IS WEEKEND and no solution from the developers since days. CALIN: WE NEED YOUR SUPPORT!!! NOW! PLEASE!!

Viewing 25 results - 6,776 through 6,800 (of 33,436 total)