What other tabs?
Which ie version?
With ie8 looks like I cannot reproduce your issue… :/
All other pages except the home page has the issue. I have Explorer 11
Mmm yes I see it with ie11.
Just a thing.. have you copied the whole yellow skin in your child theme style.css? If yes .. the reason is?
I was not clear 🙂
The problem is related to what I said above, a particular reaction of ie to the errors that what you have done involves.
For example, in your style css:
@font-face {
font-family: 'genericons';
src: url('fonts/fonts/genericons-regular-webfont.eot');
src: url('fonts/fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fonts/genericons-regular-webfont.woff') format('woff'), url('fonts/fonts/genericons-regular-webfont.ttf') format('truetype'), url('fonts/fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
}
do you have a that fonts/fonts dir in your child theme?
Copying the whole skin in the child theme style.css is wrong for many reasons, one of them is that.
You have to reproduce the whole tree you see inside customizr/inc/css
or change the urls above (and others) to make them point to the customizr files.
Obviously, this if you still want to have that copy in your child-theme style.css
Yes I have that line of code there.
I put the yellow skin style sheet in the child theme folder, because I´m a newbie I guess.. What should I have put there instead and what can I do to fix the problem? Or am I totally screwed? 🙂
Wow, now it works!
Thank you so much!!! You are awesome!! 🙂
Well, I just gave you a direction, glad you solved all by yourself! 😀
Could you mark this topic as resolved?
Thank you.
Yes but I would never have discovered that by myself.
I´m glad there is this forum.
Thanks again!
You can find a lot of useful resources in themesandco site! 😀
Just one silly question..
How can I modify the style.css now? The file looks quite empty now in the Editor..
I want to add code but it has no effect..
I can clearly see you made some changes to the child-theme style.css, like this:
.carousel-image.slider-full img {
line-height: 100px;
min-height: 250px;
overflow: hidden;
width: 200px;
}
which, by the way, makes the slides horrible 😛
Probably you just have to clean the browser cache, or better force the refresh.
Ok, just trying myself around 🙂
Do you now a good way of moving the logo to the right where the slider starts? and also narrowing down the navigation and moving it where the slider ends?
Thank you for all your help and tips!
My problem is that when I´m moving objects, the responsibility suffers from it, and I´m not really familiar with jquery functions..