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)

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
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