• Resolved ginohawkins

    (@ginohawkins)


    Hi there,

    I upload the images to a listing but they don’t fully appear. They appear for a split second then they are gone. Do you know how to fix this?

    I’ve tried turning all the plugins off but still didn’t work. Upgraded the database too but not working.

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,
    In our testing, we didn’t find the issue you faced. Are you using the latest version?

    JohnnyP

    (@johnpottermedia)

    we had the same problem.

    JohnnyP

    (@johnpottermedia)

    The slider is resizing the images uploaded and renaming the images but those renamed images are not showing up in the media library. Then they are not showing up in the slider.
    We had to change the sorce of the images to get the original image not the resized images with javascript. This allows the images to show but they are not resized.

    <script>
    jQuery( document ).ready(function()
    {if (jQuery(‘div.single_image’).length) {
    jQuery(‘.single_image img’).each(function(i, obj) {
    jQuery(this).attr(‘src’,jQuery(this).attr(‘src’).replace(‘-740×580’,”));

    });
    }
    });
    </script>

    If you can fix it in the plugin that would be great.
    Thanks!

    JohnnyP

    (@johnpottermedia)

    or if you have a better solution let us know please. thank you

    Thread Starter ginohawkins

    (@ginohawkins)

    Hi John Potter Media,

    Thanks so much. Just wondering, where do I place the code?

    Thanks ??

    JohnnyP

    (@johnpottermedia)

    Add the code in your header.php – above the closed head tag </head>

    Thread Starter ginohawkins

    (@ginohawkins)

    Thanks but couldn’t get it to work. Might have to find another solution, after all the time I spent creating the pages and setting it up. Doh!

    Thanks John Potter Media for your help.
    Thanks.

    @johnpottermedia thank you very much.

    @ginohawkins we are going to check the issue more deeply tomorrow and hopefully will release an update fixing it.

    Can anyone share a website URL where we can check the issue?

    Please enable ‘Fix Conflict with Bootstrap JS’ from Directory Settings >> Listing Settings >> General Listings which should fix the issue.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Images’ is closed to new replies.