Home Forums WoodMart support forum Images gallery lightbox issue

Images gallery lightbox issue

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #125424

    [email protected]
    Participant

    Hi

    I am using “images gallery” element in “Organic Demo” home page.
    Such page can be seen in demo here : https://woodmart.xtemos.com/demo-organic/demo/organic/.

    The issues, I am facing, is as follows :-

    When I click on an image in image gallery, the image does not open in Lightbox through AJAX, instead it opens through a URL.

    Please extend some guidance regarding this.

    Regards

    #125463

    Hello,

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area

    Best Regards

    #125488

    [email protected]
    Participant

    – I uninstalled plugins and re-installed but problem persists

    – Parent theme switching : no idea what it means

    – an (admin) user name and password is attached in private content.

    – Please fix the issue and also let me know what actions fixed the issue. I want to repeat the actions so that I understand how I can also fix such issue in future.

    #125490

    [email protected]
    Participant

    I also want to make background of previewed image as “not black”. I mean I want that when an image is previewed in gallery after clicking it, the image’s background should be semi-transparent showing the contents of screen in the background.

    Please let me know how to do it.

    I can work in CSS, JS, PHP.

    #125516

    Hello,

    You have not provided the password. Please provide

    Best Regards

    #125533

    [email protected]
    Participant

    The password is attached

    #125534

    [email protected]
    Participant

    Looking forward to an early reply please.

    #125544

    Hello,

    The password is not correct, I cannot log in.

    Best Regards

    #125549

    [email protected]
    Participant

    Please check again.

    I have fixed it.

    #125550

    [email protected]
    Participant

    In case you face any issue, let me know.

    #125553

    [email protected]
    Participant

    Let me know if you are able to access the user account I created.

    #125574

    Hi,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this http://prntscr.com/nr8vh5

    wp_enqueue_script( 'woodmart-waypoint', 'https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.2/waypoints.min.js', array( 'jquery' ), woodmart_get_theme_info( 'Version' ), true );

    This issue will be fixed in the nearest update.

    Regards

    #125580

    [email protected]
    Participant

    How to make background white for the preview. Currently, the background shows black.

    #125588

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .pswp__bg {
    background-color:#ffffff;
    }

    Best Regards

    #125653

    [email protected]
    Participant

    Thanks. The AJAX issues was resolved.

    #125674

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 16 posts - 1 through 16 (of 16 total)

The topic ‘Images gallery lightbox issue’ is closed to new replies.