Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1237528
    Julian B
    Participant

    Hey everyone,

    my client just sent me a screenshot of the website I built with X and Cornerstone.
    This is the development environment: http://dev.future-transformation.de/

    The cards elements are overlaying each other and all the sections with icon lists are cut of at the end.
    As a lot of users of my client are using IE, this is important to work.

    I hope you can help me out.

    Best regards

    Julian

    #1237540
    Lely
    Moderator

    Hi Julian,

    Thank you for the screenshot. Unfortunately, I can’t duplicate the issue you were having. Please check this:http://screencast-o-matic.com/watch/cD6wjAjd0Q

    #1237557
    Julian B
    Participant

    Hey Lely,

    thanks for getting back so quick.
    Ok this is strange. I just checked it by myself on Windows Vista and IE11 and I’m experiencing the same issue:
    http://screencast-o-matic.com/watch/cD6wjHjd0q
    Is there anything I can do? Maybe the Edge Emulator is not emulating the issue the same way?

    Best
    Julian

    #1237563
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .back.x-face-outer {
        display: none;
    }
    .back.x-face-outer {
        display: none;
    }
    

    Hope that helps.

    #1237607
    Julian B
    Participant

    Hi Christopher,

    this code hides the whole back part of the card.
    This is just an internet explorer problem. I still want it to be visible.

    #1237649
    Christopher
    Moderator

    Hi there,

    I’m sorry, my mistake.

    The right code would be :

    .back.x-face-outer {
        display: none;
    }
    .flipped .back.x-face-outer {
        display: block;
    }

    Thanks.

    #1237656
    Julian B
    Participant

    Hey Christopher,

    that worked! great.
    The last remaining problem is that the further you scroll down the more text of the icon lists is disappearing.

    Thanks for your help

    Julian

    #1237684
    Christopher
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1237693
    Julian B
    Participant
    This reply has been marked as private.
    #1237745
    Christopher
    Moderator

    Hi there,

    I imported home page template to my installation and icon lists elements loaded fine . I think the issue is specific to your installation. Please disable all third party plugins except those come with x and remove custom codes, then check your page.

    Hope it helps.

    #1237766
    Julian B
    Participant

    I think I found the error…
    There’s this line of code as inline css:

    body, input, button, select, textarea {
        font-family: "Montserrat",sans-serif;
    }

    I just changed it to:

    body, input, button, select, textarea {
        font-family: arial;
    }

    and now IE11 shows all of the text from the icon list. Do you have an idea how I can use Montserrat AND have a functioning icon list 😉

    Best regards

    EDIT:
    just switched from Montserrat to Open Sans and now everything works..

    #1237798
    Christian
    Moderator

    Glad it’s sorted out.

  • <script> jQuery(function($){ $("#no-reply-1237528 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>