Search Results for 'css'

Results from the Forum
mario118
tagDiv Member

But the theme crops the image this way because it’s coded to do so, correct?

So if I had custom development done on the theme to remove or change that code, this could be a solution as well, correct?

Everytime I try using a cloud template for anything the CSS always comes in broken.

Also, how do I get rid of latest articles like at the bottom of my homepage http://www.vettoc.com so that I can use a different module to load better thumbnail sizes?

Keep in mind, I’m using the Bakery page/post editor not themediv editor. Is this an issue?

Andreas
Participant
#0

Hi,

I have installed the tagdiv mobile theme on the newspaper theme and I want to find the class name of the footer so that I can add some minor custom css to it.

Could you kindly share with us here a list of class names used in mobile theme or a way to find the class names?

regards,
Andreas

Simion C.
tagDiv Staff

Hi,

There are a few quote styles provided by the theme – http://prntscr.com/nre4qe
The font settings for them are in the theme panel – http://prntscr.com/nre8x2
You can also create your own styles with some CSShttps://forum.tagdiv.com/topic/how-to-create-this-type-of-block/

Thanks

Simion C.
tagDiv Staff

For me it works – http://prntscr.com/nrcx3s the website is zoomed out to 80% because of the CSS code, the browser remains at 100% – http://prntscr.com/nrcyd1
Should be the same for you. Maybe clear the cache after doing it.

Calin
tagDiv Staff

Hi,

Please set this custom css in theme panel>Custom code>Advance css> Phones
-> https://www.screencast.com/t/yKIKMyGg9
.td-theme-wrap .td-container, .td-theme-wrap .tdc-row, .td-theme-wrap .tdc-row-composer {
width: 100%;
}

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

Please try this custom css to remove the desktop logo from mobile -> https://www.screencast.com/t/gwaQET78I
.tdc-header-wrap .td-header-row .td-header-sp-logo{
display: none;
}

Set the code in Theme panel>Custom code>Advance css> Phones

Thank you!

robben07
tagDiv Member

Hi Simion,

Thanks for your reply.

The CSS works fine.

Regarding the WordPress colour settings, I have the Gutenburg editor and I can’t seem to see this option available. I can change the background colour for text blocks but not for headings. Please let me know if this correct?

Kind regards

Simion C.
tagDiv Staff

Hi,

That would be the page top padding. There are a few ways of removing, the easiest is to add this code in the theme panel custom CSS section

.home .td-main-page-wrap {
padding-top: 0;
}

Thanks

juliarnur
Participant
#0

i cant save my input in the costum css box at theme panel. I dunno why. I have w8 for 3 minute, it keep loading. My internet is fine. Please help

ThomasPCA
Participant
#0

Hello,

Is it possible in a BIG GRID to display random posts but only from last month ?
By adding custom CSS ?

Thanks, Thomas.

Calin
tagDiv Staff

Hi,

Unfortunately we cannot offer support for untested plugins, but a little piece of css I will try to provide to you, hope this will work for you, try this custom css
.addtoany_share_save_container{
text-align: center;
}

https://www.screencast.com/t/hpMqpggji

Thank you!

maik-b
Participant
#0

Hi There,
I try to get rid of the space between menu and revolution slider.
I found a css in another post. It helped a bit, but still there is a gap.
When I enter the post-page the gap is still there too.

Please look at them images to see what i mean. and here the css i used so far:
.td-main-page-wrap {
padding-top: 0px;
}

main page - small gap

post page - big gap ;(

maik-b
tagDiv Member

hi. I have the same problem.
The css above helped a bit. I changed to 0px but still there is a small gap and shadow. I think the shadow i can get rid off i saw it somewhere in a menu but how to get rid off the small gap?

Thank yoU!!!
Maik

andreabarbieri
Participant
#0

IT LOOK AS WP BAKERY DO NOT WORK WITH THE AMP PLUGIN

I use Newspaper theme version 9.7.2.
The theme has installed some plugins from TagDiv such as: 1. “tagDiv Composer”, 2.”tagDiv Mobile Theme”, 3. “tagDiv Speed Booster”, 4. “WPBakery Page Builder”. The last one I think is the one that create that strange sytle, so I deactivated it.

Consider that Google says it will take several days to check. So if you think this could be the problem I can ask google to validate.

Here you can find exact Google error:
for the page
https://petadvisor.it/cucce-cani-interno/?amp

1) “The tag ‘noscript enclosure for boilerplate’ appears more than once in the document”

and the error highlighted by the google search console is:
><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript></head><body class=”post-template-default single single-post postid-402 single-format-standard wpb-js-composer js-comp-ver-5.7 vc_responsive” itemscope=”itemscope” itemtype=”https://schema.org/WebPage”>

2) “Only amp-boilerplate and amp-custom ‘style’ tags are allowed, and only in the document head.”
and the error in the search console is

><style type=”text/css”> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript></head><body class=”post-template-default single single-post postid-402 single-format-standard wpb-js-composer js-comp-ver-5.7 vc_responsive” itemscope=”itemscope” itemtype=”https://schema.org/WebPage”>

Please give me any advice. I have 5 website with this error!

great1212
Participant
#0

TD Composer is breaking my site. Plz look and suggest me the solution. All the css code and TD Composer settings have gone blank.

malakith
Participant
#0

example https://imgur.com/a/AIGHUKv
is it possible, either through a setting somewhere or css trickery, to make the space (yellow) before and after a block smaller?

GregerG
tagDiv Member

Hi Calin,

This may be a dead thread but I am having some issues with Header Style 10. I see that it is one of the 3 styles dedicated to text logos, but I like this layout and wish to use my logo. However, the CSS (maybe?) appears to be rendering the logo very small – far smaller than the recommended size (242×90).

Is it safe to override the CSS that is doing this? The actual section is cleared for 1290×134 total area (class: td-header-sp-logo).

How does one edit this to allow the image to occupy the full available height? I cannot seem to figure it out from the Theme Panel, the Header editor or the TagDiv Composer?

Nicholas Gibbs
Participant
#0

I used the Dark Version Demo. In a recent update all of my image captions have changed to a very dark grey, which is near invisible in the dark theme.
I have searched through the many text formatting options in the theme panel, and looked everywhere else i can think as a possibility, but I can’t see anywhere I can change their colour, nor figure how it could be achieved for image captions universally in CSS.
Hope you can help.

stuartmasson
tagDiv Member

Hi Calin,

That CSS looks fantastic, but it still leaves the scores in a star format rather than points or percentages. Please see here:
http://compareallvans.co.uk/reviews/

Is there a way to have this set so that it follows the scoring format used by the post? This would also be helpful across the theme’s post blocks and schema markup, so hopefully it’s something that can be included in a future update.

Many thanks for your time, as always.

stuart

Calin
tagDiv Staff

Hi,

You can try this custom css
.entry-review-stars{
text-align: center;
color: #fee400!important;
font-size: 20px;
font-weight: 600;
position: absolute;
margin-top: 10px!important;
margin-left: 10px!important;
background: #222222;
border: solid 4px white;
border-radius: 100px;
padding: 0px;
padding-top: 9px;
height: 50px;
width: 50px;
z-index: 2;
}

If there is still a problem, please provide me a link were I can the problem.

Thank you!

llubbo
tagDiv Member

Hi Vlad S

It is problem of the template. Every plugin which is inserting something to the page has problem with template. I already solved problem with for example problim with facebook comments and adInserter on my page.

Please see this: https://forum.tagdiv.com/topic/facebook-fancy-comments-plugin-unreasonable-issue/

So I was hoping that somebody can help me with css for AddToAny…

Thanks for reply 🙂

Calin
tagDiv Staff

Hi,

Please provide me a link were I can inspect this forum, in this way I will be able to provide you the custom css to achieve what you need.

Thank you!

Calin
tagDiv Staff

Hi,

You can make some changes for css in theme panel -> https://www.screencast.com/t/bgCjB87LXfat
You can check in wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css
-> https://www.screencast.com/t/vWFcykn5d4J

I will make some more tests with the custom header.

Thank you!

Calin
tagDiv Staff

Hi,

For the image please try this custom css
.td-post-content .wp-block-gallery{
margin: 0px;
}
.single .td-post-content .wp-block-image {
margin-bottom: 8px;
}
.wp-block-gallery .blocks-gallery-item {
margin: 0 8px 8px 0;
}

-> https://www.screencast.com/t/IPdk2is1WGG

Thanks.

Simion C.
tagDiv Staff

Hi,

So you mean the h2 headings that you enter in the post content? You could use the WordPress color settings for that – http://prntscr.com/nqx4hr
But if you already have many posts for which you want to do this, then it would be better with CSS, opposed to manually editing all of them.

Something like this should work – http://prntscr.com/nqx67r

.td-post-content h2 {
background-color: blue;
color: white;
}

The code can be entered in the theme panel custom CSS section, it will apply to all the h2 headings in the post content.

If I misunderstand or you have more questions let me know.
Thanks

Viewing 25 results - 10,101 through 10,125 (of 33,436 total)