• Hi,
    I’m using the latest version of DeviceMockups (1.8.1), version 4.8.1 of WordPress and VisualComposer 5.1.1 (bundled with Jupiter 5.9.7).

    When the gallery is the only element on a page, it works perfectly (as seen here). However, when it nested within a page section shortcode, or there are any other elements on the page, it displays all images, and then multiple grey images, instead of looping back to the starting image (as seen here).

    I tried @isoluce ‘s method of the following:

    go to plugins/device-mockups.js

    Just before the initialization of the slick in js, remove the br by adding the line:
    $(‘.dm-device .gallery br’).remove();

    However, it did not work.

    I also changed the wp-image-XXX classes to match the image ID’s, which worked on the isolated gallery, but not on the gallery with other page elements.

    If you have any ideas on how to fix this issue, that would be great.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Had the exact same thing happen to me with a different visual builder. I used the code block element and it worked perfectly fine after that even with 5 other device mockups on the same page. I believe VisualComposer has a RAW HTML element. I would try putting the code in there and see if it works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery Slider + Visual Composer Issues’ is closed to new replies.