Tagged: x
-
AuthorPosts
-
October 31, 2016 at 3:28 am #1237528
Julian BParticipantHey 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
October 31, 2016 at 3:38 am #1237540
LelyModeratorHi 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
October 31, 2016 at 4:01 am #1237557
Julian BParticipantHey 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
JulianOctober 31, 2016 at 4:09 am #1237563
ChristopherModeratorHi 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.
October 31, 2016 at 4:44 am #1237607
Julian BParticipantHi 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.October 31, 2016 at 5:29 am #1237649
ChristopherModeratorHi 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.
October 31, 2016 at 5:35 am #1237656
Julian BParticipantHey 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
October 31, 2016 at 6:04 am #1237684
ChristopherModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
October 31, 2016 at 6:20 am #1237693
Julian BParticipantThis reply has been marked as private.October 31, 2016 at 7:07 am #1237745
ChristopherModeratorHi 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.
October 31, 2016 at 7:33 am #1237766
Julian BParticipantI 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..October 31, 2016 at 8:23 am #1237798
ChristianModeratorGlad it’s sorted out.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1237528 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
