Search Results for 'css'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,
You can do it by simply changing the line height of the main menu to about 60px and then add this custom css in the theme panel-> custom css box:
.td-header-style-7 .sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
float:none;
}

Thanks.

ronny3c
Participant
#0

Hi guys,

I’ve created an new homepage with Thrive landingpage software. So i would like to not get all the newspaper stuff loaded on this page (and other landing pages) since these will not be used.

How can i get this done?

Thanks,
Ronny

Catalin
tagDiv Staff

Hello,

Try the code below and place it in Theme panel -> Custom CSS Area.

.entry-crumbs{
display:none!important;
}

Hope this helps!

Thanks.

keirebu
Participant
#0

Hi,

When I search for my website on Google, it shows the following description:

JOIN US! Please join WEBSITE NAME and share your talent, experiences, and passions! WEBSITE NAME. Edit with Live CSS. Save.

How do I remove the “Edit with Live CSS. Save.”?

Also, is it possible to remove the archive from listing in google? All of the catagories I have on my page, only one shows up and as an archive… can this be prevented?

Thank you!

luckyone
tagDiv Member

Sorry if I am asking a stupid question. I am trying to follow your instructions above, but the file demo_style.css opens in a browser (safari). How can I edit it?

Federico
tagDiv Member

Chris, sorry but i can not fix the above the fold of the pagepeed, i tried with async js, but for the css i do not know how to do it. Can you help me please? I will be grateful forever ……

tageldart
tagDiv Member

Hi,

Alright – I seem to have managed it with the following custom CSS for those who may have some interest in similar actions:

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
min-height: 595px !important;
}

.woocommerce ul.products a.button {
bottom: 30px;
position: absolute;
}

This may differ depending on how they’ve set their things up, but this worked for me.

Thank you.

simchris
tagDiv Member

Better to manually optimize the main css and js files yourself (see my long winded optimization thread for links to the best tools for that, esp js) vs running plugin. That way the optimized files get cached, not a process running to optimize stuff at same time as caching it (conflict).

Food for thought anyway 🙂

Simion C.
tagDiv Staff

Hi,

The theme does not have options to remove ads on particular posts from a given category. Once entered in the theme panel sections, the ads will be displayed on every post.
There are plugins that you can use that have more advanced settings regarding ads, such as the suggestions from this topic
https://forum.tagdiv.com/topic/disable-adsense-ads-on-specific-posts/
Using a plugin for the ad implementation would be easier if you want to achieve this, hiding the Adsense ads with CSS is not recommended, and conditions in the code would be more difficult.

Thanks

asiogroup
Participant
#0

I am showing a 7280×90 banner in the Header Ads section.

But It seems the Container has no fixed width. (https://pasteboard.co/GJpjZeY.png)

How to keep it from going outside the body and not override the background.

Here is one of the live posts https://foodtippr.com/mutton-masala-biryani/

Catalin
tagDiv Staff

Hello Arg,

If you want to disable that bottom shadow from big grid thumbnails, please try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-module-thumb a:last-child:before{
display:none!important;
}

The result is here -> https://www.screencast.com/t/oJNQaiZdlas8

Thanks for your understanding!

Coin Hero
tagDiv Member

Hi,

I added this code in the Custom CSS area, but the first letter is still small.

What’s wrong?

Simion C.
tagDiv Staff

Hi,

I have seen the issue on your website, that is not supposed to happen. The animation is still functioning when it should not, for a single post. I cannot replicate the issue, the ticker does not fade when a single post is displayed.
This can be caused by plugin conflicts, custom code or modifications to the theme files. You could try deactivating all plugins except theme plugins, and clear all caches. Then check if this has any effect. And temporarily remove modifications if there are any.
I could give you a code to cancel the animation (enter it in Theme panel->Custom CSS), but this will work only for the present situation
https://www.screencast.com/t/irT7ENyDKqBn

.td_block_trending_now .td_fadeOutLeft {
animation: none;
}

Thanks

Catalin
tagDiv Staff

Hello Coin Hero,

Please try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.block-title .td-pulldown-size{
text-transform: lowercase;
}

For more information about this property, please check here -> https://www.w3schools.com/css/css_text.asp

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You could try a code like this for example
https://www.screencast.com/t/xKwwd8KL2x
https://www.screencast.com/t/RdtSdPqv57t
The cdeo must be entered in Theme panel->Custom CSS (the color can be changed to what you want)

#bbpress-forums li.bbp-header {
background-color: red;
}

Thanks

Federico
Participant
#0

Good morning, on my site http://www.ecomesifa.it with your theme, I tried to install Autoptimize to minimize and concatenate CSS and JS. Unfortunately, maybe because hosting uses LITESPEED CACHE, I have many 503.shtml errors, how can I fix it since SPEED BOOSTER does not work? Thank you

arnimation
tagDiv Member

Hi Simion, thanks for the screenshots. We actually want to remove that red extra space. Under design options of the block, we set background to red so we can see how big the extra space is after setting title, date and excerpt to hidden via css.

Catalin
tagDiv Staff

Hello gojira68,

Please notice that I said you above which would be the solution in this case. Each page created by you have a unique page or post ID. So, using this, you can target this page and remove each element you want through such a custom CSS code.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Something is not functioning properly with the theme. This might be caused by custom CSS, or plugins. A suggestion would be to remove any theme customization or additions from the theme panel or theme files and folder, deactivate all plugins except theme plugins and check if the problem is solved.
Ultimately you can try a fresh theme install and make no customization, to see if everything is working as intended
https://forum.tagdiv.com/install-via-ftp/
I could give you a code to fix this, but it may not be the proper solution
https://www.screencast.com/t/W6mMrmNvm
https://www.screencast.com/t/EoCnJSE58VC4

.td-menu-mob-open-menu,
.td-search-opened {
position: static;
}

It would still be highly recommended to get to the source of the issue.

Thanks

JimmyARobert
Participant
Titles - topic
#0

Hi, I would like to change the default title style site wide for blocks and page titles, to one of the title styles available in the blocks settings. Is there a custom css code for this?
I’m using the Sound Radar demo.
http://www.thecountryman.ca

simchris
tagDiv Member

I implemented this couple years back, and I think this is noted in my long winded 2 year old optimization thread in the best of tutorials section.

Right now, you’d need to manually edit the style.css, and then unhook the two default google fonts from the big functions file.

Would be nice to have it, as I had suggested long ago — but now it’s been well documented for many folks that Google fonts via CDN don’t impact site too badly, esp in Chrome where they get cached when using the most popular fonts (meaning they don’t get reloaded on your site visit if already there, so no speed impact).

Not sure that helped.

Check my long winded thread, starting from newest to oldest, not oldest to newest post.

simchris
tagDiv Member

Note – the freezing happens on various sites to lesser degree I noticed the other night myself, even on my own website … only happened when I first turned it on — and I’m now thinking that maybe the iPad was doing some kind of background refresh like getting iCloud photos or something — but not sure on that.

On a simple page with 100/100 pagespeed score, two logos, one photo, and font awesome, I noticed the slight freeze going down page at a certain point. Odd. On my page all the above fold CSS loaded up front, and using native ipad fonts other than FA.

Not theme specific — I also noticed this issue on LA Times where the page just died, and went blank partway down.

Later on, both worked fine — so I suspect some background process on iPad, but I don’t have a fancy “activity monitor” installed, and have not turned on the developer mode on my new iPad (had that on for old one). Need to connect to my computer to activate that.

But it was temporary — then worked just fine. Very weird.

Just adding to the “bizarro world” topic … nothing to do with this theme specifically, as I notice the “twitchy” behavior on multiple sites the other night — all around the same time; but then no issues later on (and I have a smooth scroll jquery thing too, so yeah — super noticeable)…..

Might actually be an issue with jquery — hm.

pedromantovani
Participant
#0

Hi,

i want to hide (display:none) the article inline and and article top ad from one specific post.

I tryed to insert into custom css the following code:

.postid-2275 td-a-rec td-a-rec-id-content_inlineleft {
display: none;

but it is not working.

Is it the right way to do this?

The post is http://www.portaldorugby.com.br/entenda-o-rugby/onde-jogar

Viewing 25 results - 16,551 through 16,575 (of 33,436 total)