No click event on portfolio - by Tagbag - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow

  • Avatar: Tagbag
    Tagbag
    Participant
    January 9, 2019 at 10:43

    Hey,

    can u tell me how to stopp the click event on portfolio? The pictures should not be clickable and link to a new page.

    Regards
    Joey 🙂

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2019 at 10:57

    Hello,

    Please add this code in Theme Options > Custom css > Global custom css:

    .portfolio-item-inner .portfolio-image>a,
    .portfolio-descr .project-title a,
    .portfolio-descr .posted-in a {
        pointer-events: none;
    }

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    January 9, 2019 at 14:40

    Thank u.
    Is it also possible to add videos to the portfolio?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2019 at 15:17

    You’re welcome!
    Please describe the desired result in more details.

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    January 9, 2019 at 15:20

    I would like to create a normal portfolio contribution. The post picture should be a video. As soon as you click on the portfolio page, the video should appear in the lightbox. Is that possible?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 9, 2019 at 18:32

    Hello,

    Unfortunately, there is no such option by default.

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    January 13, 2019 at 21:07

    Ah ok, alright 🙂

    hm, could you also tell me how to stopp the click event on portfolio on mobile? And is it possible to show the pictures of the portfolio in the lightbox on the mobile phone?

    Best regards

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 14, 2019 at 09:09

    Hello,

    Please add this code in Theme Options > Custom css > Custom css for mobile:

    .portfolio-image .zoom {
        display: block;
        opacity:  1;
        visibility:  visible;
        top: 0;
        left: 0;
    }
    .portfolio-image .zoom .btn-lightbox {
        width: 27rem;
        border: none;
        height: 20rem;
    }
    .portfolio-item-inner:hover .portfolio-image .zoom {
        left: 0;
    }
    .portfolio-image .zoom .btn-lightbox:hover {
        background:  transparent;
    }
    .portfolio-image .zoom .btn-lightbox:before{ opacity: 0;}

    and clear cache before checking the result on mobile.

    Regards

    Avatar: Tagbag
    Tagbag
    Participant
    January 14, 2019 at 10:56

    awesome, thank u! 🙂

    i have one more important question, because i can only edit my posts on the mobile next time.

    Is it not possible to edit posts with the visual composer on the mobile?
    Columns and rows can be edited, but when I click on a text area on the phone, in which the edit list appears after the hover, nothing happens.

    Regards 🙂
    Joey

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 15, 2019 at 12:04

    Hello,

    Seems this is a bug of the WPBakery backend editor. Use frontend editor if you want to edit text elements on the mobile device.

    Regards

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

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

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