Post Template 1 and Menu Font Color Problem on IE

Posted in: Newspaper
Post count: 22

Hi I have just purcased your theme.

There are some problems.

1. I set top and main menu text colors from theme panel but it does not seem on Internet Explorer 11.

2. I set post template 1 and I add advertisement on top right of post. But first words of content between advertisement and featured image. (Look at the picture)

Post count: 6600

Hi,

I have checked your site and found that you have fixed the issue you have when using post template 1, looks good now: http://screencast.com/t/msTqOAUh9hHG
For the IE issues please use this custom css:

.ie11 .sf-menu > .td-menu-item > a, .ie11 .sf-menu > .td-menu-item > a:hover, .ie11 .sf-menu > .td-menu-item > a:focus {
color: #ffffff;
}

.ie11 .td-header-menu-wrap .span9 .top-header-menu li a, .ie11 .td-header-menu-wrap .span9 .menu-post-and-page-settings-container .menu li a {
color: #353535 !important;
}

Please let me know if this helps!

Thanks

Post count: 22

Thank for menu font color fix code. It works. But there is still template 1 issue on IE 11. there is problem on chrome or firefox. Did you cheched it on IE 11?

Post count: 6600

Hi,

Please use this css for that issue:

.ie11 .single_template_1 .post .td-post-featured-image .entry-thumb {
margin-right: 20px;
}

Thanks

Post count: 22

Hi, it does’nt fix. But I fix it with this:

.ie11 .single_template_1 .post .td-post-featured-image {
width: 48%;
}
Post count: 6600

Glad you managed to fix it!
Thanks for the message!

Post count: 22

Hi, When I activate tagDiv speed booster plugin, my background color and pattern not shown (its fully white) on ie and firefox :/

Post count: 6600

Hi,

When you activate the tagdiv speed booster plugin some css an js files are moved to the bottom of the page in the footer section so this may cause issue when used with others plugins and the css you use to set the background gets overwritten.
Try this custom css in theme panel > custom css filed:

@-moz-document url-prefix() {
body {
background-color: #4DBFD5;
background-image: url('http://www.dil-bilgisi.net/fon.png');
background-position: center top;
}
}

ie11 body {
background-color: #4DBFD5;
background-image: url('http://www.dil-bilgisi.net/fon.png');
background-position: center top;
}

Please let me know if it works.

Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.