lightbox pop up

Home Forums Jevelin Theme lightbox pop up

Home Forums Jevelin Theme lightbox pop up

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • evue
    Participant

    Hi,

    In the portfolio if you click an image it opens in a page with a black background and not the same as in the demo.

     

    For example here:

    https://tuzman.evue.eu/project/dance-act-tallinn/

     

    I want it to be like this:

    https://jevelin.shufflehound.com/portfolio1/

    Hi @evue,

     

    I hope you are well today and thank you for your question.

     

    There is a javascript error on your shared website causing this issue.

     

    It seems you are using an older version of the theme on your website so please update it to the below latest version as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

     

    Please clear your browser cache after updating the theme so that the latest js and CSS files will be loaded.

     

    Best regards,
    Shufflehound team

    evue
    Participant

    Hello,

     

    I updated the theme and now two popups open. How to fix

    https://tuzman.evue.eu/

    evue
    Participant

    Also when I am in a portfolio single page the arrows to go left or right work in the opposite direction. Going right goes back. How to fix?

    I updated the theme and now two popups open. How to fix

    The other lightbox is displayed by the simple lightbox plugin that you are using on your website so please deactivate it.

    Also when I am in a portfolio single page the arrows to go left or right work in the opposite direction. Going right goes back. How to fix?

    This is how it works that you can see on the below demo page.

     

    https://jevelin.shufflehound.com/portfolio1/project/gray-bag-mock-up/

     

    evue
    Participant

    Is it possible to change the direction of the arrows?

    You can change its direction by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-page-switcher a.sh-page-switcher-button:first-child {
        float: right;
    }
    
    .sh-page-switcher a.sh-page-switcher-button:last-child {
        float: left;
        margin-right: 15px;
    }
    
    .sh-portfolio-single-buttons {
        float: left;
    }
    
    h1.sh-portfolio-single-title {
        clear: both;
    }
Viewing 7 posts - 1 through 7 (of 7 total)