Search Results for 'css'

Results from the Forum
Lucian
tagDiv Staff

Hiu,

Use this custom css to increase the menu height and also set the mega menu and regular menu drop-down to appear over the other menu items: http://screencast.com/t/uNnEmrbDbnUC

@media (min-width: 767px) and (max-width: 1200px){
.td-menu-wrap {
position: relative;
height: 100px;
}
.sf-menu>li>a {
z-index: 1;
}
}

Thanks

Lucian
tagDiv Staff

Hi,

Please use this css to fix it in Firefox browser also:

@-moz-document url-prefix() {
.iosSlider .slide-meta-author {
line-height: 28px !important;
}
}

Thanks

ned4spd8874
Participant
#0

How can I have conditional post title coloring? For example if a post is in category1 then the title text sitewide should be red, category2 would be green, etc.

With my old theme I used to be able to add the custom CSS “.category-stingers .entry-title a { color: green; }”. I’ve used the inspect element tool on my browser but just can’t figure out how to accomplish this.

piyiotisk
Participant
#0

After i install the tagdiv speedbooster plugin and move the css and js at the footer when i reload the page at first the color of titles “Latest Articles” “keep in touch” etc. are blue(the default color the demo was) and then after maybe 1 second it turns grey(the color i choice to be). Any possible fix?

thanks in advance!

Steven
tagDiv Member

I really like newspaper better,the new theme have some likes and dislikes but newspaper is way better…i’ve turn my newspaper theme in something else with so much CSS Code that now my site don’t even look like newspaper theme any more…I really need a new homepage that stand out and not a copy of newspaper homepages….

Check my site and tell me what you think of the changes i made…https://jahliveradio.com

Matt
Participant
#0

The border around text fields is barely visible, so it’s difficult to see the text fields. I have been using custom CSS to add borders individually for each plugin, but it’s getting difficult. For example, I can’t get it to work for the Buddypress form.

Is it possible to add darker borders for all text fields across the site? Thanks!

piyiotisk
tagDiv Member

ok i found the problem. when i minify html or css or javascript on chrome the arrows on menu does not appear. any suggestions?

Steven
tagDiv Member

@huatcai588 you ask a lot of questions fa real..any way add this too ur CSS Box to removed that line

.block-title {
border: 0px !important;
}

gkleinman
tagDiv Member

Hmmm, now without the cache it loads unformatted first and then loads the CSS. Looks odd and clunky.

Also how do you get rid of stars under the images on the front page. We do points and it’s showing 5 stars for stuff that isn’t 5 star reviewed.

Shuriken
Participant
#0

Hi,
I’ve added VK social icon to Social Icon widget. Made all necessary modifications in td_social_icons.php, created additional css classes in style.css, modified style3 png files (I use only grayscale icons). I’ve added VK icon to 2×8 position in all icons files.

The plugin works fine. But the problem is that all the icons are displayed with sharp edges while using modified PNG files. When I upload original PNG files the icons become smooth and pretty again.

I suspect that my image editor saved them with some different settings. Maybe it changed color mode or smth.

Can you help me?
I can send you modified icon sets. Maybe you’ll se what’s wrong with them.

Thank in advance.

Lucian
tagDiv Staff

Hi,

Unfortunately the menu wasn’t designed to work that way but you can customize it to look well via custom css.
If you don’t need much extra space you could try to set smaller title for you menu items or you could lower the menu’s font size to fit on one line.
You can also follow this topic and try to apply this solution in your case also: https://forum.tagdiv.com/topic/menu-problem-2/
Hope this helps!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can hide the custom ad on tablets and desktop screens via css using this custom css:

@media(min-width: 767px){
.td-g-rec-id-custom_ad_1, .td-a-rec-id-custom_ad_1 {
display: none;
}
}

Not sure what type of ad your use but this should work if you turn it off from theme panel also. I have tested this using both adsense and banners and works fine.

Thanks

Lucian
tagDiv Staff

Hi,

Use this custom css to overwrite the transparency of the title background, like this: http://screencast.com/t/WrkHLowjsd
Add the custom css from below in theme panel > custom csss filed and change the color as you like.

.td-big-grid-title .td-sbig-title-wrap, .td-sbig-title-wrap .td-sbig-title {
background-color: pink !important;
}

Thanks

Lucian
tagDiv Staff

Hi,


@samnaun2000

I have checked your site and found this js error in your console which can cause this as the mobile menu works based on js: http://screencast.com/t/GEXwFbw9i3
Please make sure you disable all plugins empty cache/purge files if you use any cache and/or CDN hosting services then check again.
You should consider disabeling the minifying option for html/js/css as this may cause conflicts and errors of this type and also keep in mind that we do not recommend it: http://screencast.com/t/m72j5nD1fmO
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Yes, but in your case it’s just a background set for the container which holds the featured image and if the image isn’t large enough to fill the hole featured image thumb container then the background will appear just like in your case.
You can overwrite this through custom css and remove the background, like this: http://screencast.com/t/30atgpaaCXW
Use css code from below in your custom css area in theme panel:

.post .thumb-wrap {
background: none;
}

Thanks

ryannguyen119
Participant
#0

Please help.

I was trying to install the .zip to my godaddy wordpress host but it has failed with the messages:”

Unpacking the package…

Installing the theme…

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

Theme install failed.

schauvin
tagDiv Member

Hi:

Yes, Finally I managed to fix the CSS problem.

I have just made the changes to the td_module_blog.php as you told me and run a new test.

You can see the test indicating the images are not scaled here: https://www.evernote.com/l/APrtyDQWfgVNtJ8Vj-P5iqVfRX4xwbRL0AM

Regarding the first image:

http://www.mujeresdeempresa.com/wp-content/uploads/2003/08/saskia-sassen.jpg is resized in HTML or CSS from 624×351 to 198×111. Serving a scaled image could save 78.7KiB (89% reduction).

saskia-sassen.jpg is used in 2 post:

http://www.mujeresdeempresa.com/saskia-sassen-gana-el-principe-de-asturias/

http://www.mujeresdeempresa.com/saskia-sassen-no-hay-ciudades-globales-aisladas/

Thanks

Lucian
tagDiv Staff

Hi,

In the last version of Visual Composer some classes have changed and the buttons and some other VC elements that we haven styled lost their css, we have this on our todo list and we are working on it unfortunately we still have incompatibility issues regarding VC style.
I can find a solution for this in this topic: https://forum.tagdiv.com/topic/buttons/#post-21804 and try to import the VC css: https://forum.tagdiv.com/topic/buttons/#post-21825
Sorry about this and for the inconvenience.

Thanks

Lucian
tagDiv Staff

Hi,

You can change it’s default width directly in the style.css file: http://screencast.com/t/G9bQVyVr

Thanks

Lucian
tagDiv Staff

Hi,

Do you still have issue with the css for the sidebar form widget? I have check your site and haven’t found this issue anymore.
Regarding the images please let me know where are these images used as the theme creates specific dimensions thumbs for uploaded images which are used on modules/blocks. In this case I noticed that the images you provided are of different dimensions.
Regarding the missing width and/or height attributes please go to td_module_blog.php file and add this img dim width="6" height="9" like this: http://screencast.com/t/RidE2xZaBhhM the others images aren’t added by the theme.
Please let me know.

Thanks

Lucian
tagDiv Staff

Hi,

Please also update the theme to the latest version then check if this issue is still happening. Also noticed that you have minified some css/js. Please disable the minify option then empty cache/purge files and check again if the error is doesn’t happen. My guess is that when you have w3 total cache active the issue doesn’t happen because of the cache.
Please let me know!

Thanks

Lucian
tagDiv Staff

Hi,

Use this css: http://screencast.com/t/XyyRJWas3i

.entry-crumbs span {
font-family: Oswald !important;
}

.entry-crumbs a:hover, .td-tags a:hover {
text-decoration: none !important;
}

.prev-post div, .next-post div {
color: pink !important;
}

Thanks

Lucian
tagDiv Staff
Error - reply

Hi,

1. Is not an error, it has to do with the fact that your are changing the slider’s layout on mobile. You have to use css positioning to move the title wrapper up:
Use this css:

@media (max-width: 767px){
.td-big-grid-post-2, .td-big-grid-post-3 {
border-bottom: 4px solid #ffffff !important;
}
.td-big-grid-title .td-sbig-title-wrap {
bottom: 10px !important;
}
.td-big-grid-post-3 .td-sbig-title-wrap, .td-big-grid-post-2 .td-sbig-title-wrap {
margin-left: 0px !important;
bottom: 10px !important;
}
}

2. Use this css:

.td-sbig-title-wrap a, .td-sbig-title-wrap .td-sbig-title {
color: red !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

1. If you inspect the menu items you will noticed that each one has a unique css class: http://screencast.com/t/XQZP9MCjR
You can use that to target each menu item and set a different border-bottom color for each one. Ex: http://screencast.com/t/fcViESJp

Here is the css I have used:

.sf-menu > .menu-item-481 > a:hover {
border-bottom: 4px solid #e71dd5 !important;
}

2. First of all you don’t have and can’t pout an big slider on category pages but for category pages you can use like explained above this unique css class set on categories body tag: http://screencast.com/t/4EmvverBfI

If you don’t know how to do this we suggest to hire a freelancer to do it for you as do not offer custom work.

Thanks

sbo
tagDiv Member

How do you go about changing the width/height of this? I know you can do the Custom CSS .td-more-articles-box {
width: 270px;
}
but is there already an available way?

Viewing 25 results - 30,701 through 30,725 (of 33,436 total)