• Resolved Moira.Akerman

    (@moiraakerman)


    Hi!

    I´m using the Customizr theme for my website project, and it works well with all browsers except Explorer! The Home page works ok there, but the other tabs doesn´t. There is a big white area before the text, so you have to scroll down a lot, and the text is aligned to the right. The address to my site is: [Redacted for security reasons]

    I´m quite new with wordpress and totally clueless about this. Appreciating any help I can get! Thx in advance!

Viewing 15 replies - 1 through 15 (of 34 total)
  • What other tabs?
    Which ie version?
    With ie8 looks like I cannot reproduce your issue… :/

    Thread Starter Moira.Akerman

    (@moiraakerman)

    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

    Thread Starter Moira.Akerman

    (@moiraakerman)

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

    Thread Starter Moira.Akerman

    (@moiraakerman)

    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.

    Thread Starter Moira.Akerman

    (@moiraakerman)

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

    Thread Starter Moira.Akerman

    (@moiraakerman)

    Just one silly question..
    How can I modify the style.css now? The file looks quite empty now in the Editor..

    Thread Starter Moira.Akerman

    (@moiraakerman)

    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.

    Thread Starter Moira.Akerman

    (@moiraakerman)

    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!

    Thread Starter Moira.Akerman

    (@moiraakerman)

    My problem is that when I´m moving objects, the responsibility suffers from it, and I´m not really familiar with jquery functions..

Viewing 15 replies - 1 through 15 (of 34 total)

The topic ‘Internet Explorer problem’ is closed to new replies.