Problem with xstore on mobile - by egipsyj1

This topic has 4 replies, 3 voices, and was last updated 6 years, 2 months ago ago by Laranz

  • Avatar: egipsyj1
    egipsyj1
    Participant
    February 13, 2018 at 17:14

    plz visit the link given in the private content. now if i access this link from mobile bowser and cick on any picture, the picture will get enlarged. thats ok. but there is no option to close that picture. so the only way is to click option back……nd if u do this… it will not keep you on the same pAGE as given in the link in private message, but will move you back to the previous page.
    This is really a problem since it must have the option somewhere to minimize the picture on mobile phone.
    Plz fix this error.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2018 at 09:21

    Hello,

    You use Media Grid element, this is default VC element that works in the same way independent of the theme. To close the image on mobile you need to click on dark space outside the image. Also, you may add this code in Theme Options > Styling > Custom css > Custom css for mobile:

    .pp_details {
        display:  block !important;
        position: static !important;
    }
    .pp_details .pp_close {
        padding:  0;
        margin:  3px;
        top: 0 !important;
        right: 0 !important;
    }
    .pp_details .pp_nav {
        display: none !important;
    }

    to enable the close image button.

    Regards

    Avatar: egipsyj1
    egipsyj1
    Participant
    February 18, 2018 at 17:30

    Plz be kind enough to tell where on earth to add this code in the child theme… I need to know which file this will go into!
    Thanks

    Avatar: laranz
    Laranz
    Participant
    February 19, 2018 at 04:50

    Hi,

    Please add this code in Theme Options -> Styling -> Custom CSS -> Custom CSS for mobile:

    Let us know,

    Thanks,
    laranz.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.