This topic has 10 replies, 3 voices, and was last updated 5 years, 10 months ago ago by Olga Barlow
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 🙂
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
Thank u.
Is it also possible to add videos to the portfolio?
Regards
You’re welcome!
Please describe the desired result in more details.
Regards
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?
Hello,
Unfortunately, there is no such option by default.
Regards
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
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
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
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
You must be logged in to reply to this topic.Log in/Sign up