Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #587672

    Hi,
    I have a problem with the representation of Layer Slider WP in Microsoft Edge.
    When I open my website at Microsoft Edge ,the images are not displayed correctly.
    Either the images are stretched , reduced, or they are not displayed.

    I have seen that there is currently a new update for the Layer Slider WP, but i can´t update it because i have bought the Enfold Theme and not only the LayerSlider WP.
    Do I have to wait for the next update for Enfold ? Will the LayerSlider WP also update if i update the Enfold Theme or do i need to buy the LayerSlider WP separately?
    And does the new LayerSlider WP update fix my problem?

    Thank you in advance

    #588193

    Hi meixnerg,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #588250

    Hi Rikard,

    i have send you four links from my site.
    The first link ist the homepage where it seems to look all right, but the other links with the Slider are not displayed correctly.

    Best regards,
    meixnerg

    #589170

    Hi!

    Can you post a screenshot of your view in Edge?

    Regards,
    Josue

    #589227


    _____________________________________________________________________________________________


    ______________________________________________________________________________________________

    Here are the screenshot of my view in Edge.
    On the home page, the images are displayed correctly.
    As you can see the images are not displayed on the other two screenshots.
    If i zoom the page in and out, the images suddenly appear again.

    Regards,

    meixnerg

    • This reply was modified 8 years ago by meixnerg.
    #589267

    Hi,

    Try adding this at the very end of your theme / child theme functions.php file:

    function add_custom_script(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        	$(this).trigger('resize');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Josue

    #589271

    Hi,

    Ok thank you i will try it.

    Regards,

    meixnerg

    #589335

    Let me know if it fixes the issue or not please.

    Cheers!
    Josue

    #591711


    _____________________________________________________________________________________________

    Hi,

    I have inserted the code and my problem was still not resolved.
    Sometimes it works and sometimes not.
    It is better than before, but it still does not work.

    Here are two images of my view.

    Regards,

    meixnerg

    #592628

    Hello,
    I’ve got the same problem! I’ve used the code you provider but still no luck:

    http://nl.tinypic.com/r/ae8i29/9

    Gr. Jeen

    #597656

    Hey!

    It could be because of a css issue your images are looking stretched please share the link to the site where we can inspect the element in question.

    Best regards,
    Vinay Kashyap

    #597665

    Hello Vinay,

    The links are:

    Greets Jeen

    #598272

    Hello Vinnie,

    Here are some sites.

    Regards,
    meixnerg

    #602026

    Hello again,

    today i have got updated the new enfold version within the new layersliderwp verison, but it still does not fix my problem.

    I realy need to fix the problem as fast as possible.
    Did you have any other solutions for me?

    Regards,
    meixnerg

    #602058

    Hello Vinay,

    Same here!!

    Greets Jeen

    #608916

    Hello,

    me again.

    Did you have any solutions for me to fix the problem?

    Greets meixnerg

    #631001

    I’m having lots of issues with the LayerSlider WP plugin. I already bought the license for it thinking that might fix the issues but it didn’t.

    Issue 1: One of my images is zoomed in to about 200%, meaning you can only see a very small part of the image. It’s like this in the preview as well as on the page with the slider.

    Issue 2: One of my images displays the correct image in the layer thumbnail, but it displays a completely different image in the preview and on the page with the slider. I’ve never seen the image that’s being displayed before. It’s not on the site. How is this possible?

    This website is in dev so I’ll share the temp domain in private. I’ve spent HOURS on this plugin. I don’t recommend including it with the theme if it’s so difficult to configure and use. I would have looked for a better one but assumed since you guys recommended it, it must be good, but it’s not.

    Thanks.

    #631131

    Hi,

    @Groeier: I’m sorry but I cannot reproduce the issue on IE8. Make sure that compatibility mode is off in your browser.


    @jstonestreet
    : Sorry if you’re having this issue. The slider seems to be a little off when I checked it on IE8. The captions are scattered around the place and there is a small thumbnail coming from nowhere. What is the version of your IE browser? One of the workaround is to hide the layer slider on IE browsers and then replace it with with a simple easy slider.


    @meixnerg
    : We haven’t figured out what’s causing the issue yet. Please replace the code with the following:

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	var int = window.setInterval(function(){
    		$(window).trigger('resize');
    	}, 2000);
    	
    	$(window).load(function () {	
    		setTimeout(function() {
    			clearInterval(int);
    		}, 3000);
    	});
    })(jQuery);
    </script>
    <?php
    }

    It’s still the same code but it will resize the browser on interval then stop when the page is fully loaded.

    Best regards,
    Ismael

    #631430

    I’m using Google Chrome, not IE.

    The 2nd image in the slider is zoomed in and shouldn’t be. It should look like this:
    http://69.16.233.254/wp-content/uploads/2016/05/Interior-House-1.jpeg

    The 3rd image doesn’t exist on my server and I have no idea where it’s coming from. It should be this one:
    http://69.16.233.254/wp-content/uploads/2016/05/Kitchen1.jpg. This image shows in the thumbnail in the editor, but not the preview or the slider.

    #632063

    I received a notice that there’s an update to the LayerSlider WP. I downloaded and installed it, but it didn’t fix any of my issues. We’re supposed to launch this site today, but I can’t launch it with these issues.

    #632331

    Hi,


    @jstonestreet
    : I see. This is the normal behaviour of the slider because it forces the image to resize based on the slider container in order to keep the images’ aspect ratio. You can add the image as layer instead of adding it as background then set the width and height to 100% but it will get distorted on certain screen sizes.

    Best regards,
    Ismael

    #633145

    Moving the images to a layer instead of the background worked. I also had the layer container set too narrow on the general settings. I also resized the images to be the exact dimensions set in general settings for the width and height. Everything is displaying correctly now. Thanks.

    #634523

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘LayserSlider WP in MS Edge displayed incorrectly’ is closed to new replies.