Reply To: Image Gallery with Lightbox
Lightbox Youtube Link
I have added a Youtube Lightbox link to my template: <a href="//www.youtube.com/watch?v=0O2aH4XLbto"">Open YouTube Video</a> Works fine. But I need to open Youtube links with the nocookie-Domain. <a href="//www.youtube-nocookie.com/0O2aH4XLbto?rel=0&mute=1&autoplay=0"" target=""_blank"" rel=""noreferrer" noopener noreferrer">Video ansehen</a> This fails with “Access denied”. How can I achieve that to work?
Reply To: Newsletter Issue
Hello, 1) You can use the same contact form for that, just changing a few things, here’s an example: <form class="contact-form form-style-5 opacity-10" action="php/contact-form.php" method="POST"> <div class="contact-form-success alert alert-success d-none mt-4"> <strong>Success!</strong> Your message has been sent to us. </div> <div class="contact-form-error alert alert-danger d-none mt-4"> <strong>Error!</strong> There was an error sending your message. <span […]
Reply To: custom LESS and SASS compilation
Reply To: Owl Carousel show images according to variant names
Hi, Unfortunately that is a little complicated to do and that question is a bit beyond from what support can offer. Our Support Center is here to help all the buyers with questions related to the template, but not customization to the buyers needs. Please consider that for the next questions. Item support does not […]
Reply To: Popup with video or map (elements-lightboxes.html)
Hi, please try with the following code: <a href="https://www.youtube.com/watch?v=Ibz-hF51rZ0" class="youtube-lightbox">Open Lightbox</a> (js/custom.js) $(document).ready(function() { $(‘.youtube-lightbox’).magnificPopup({ disableOn: 700, type: ‘iframe’, mainClass: ‘mfp-fade’, removalDelay: 160, preloader: false, fixedContentPos: false }); }); Important: To make it work you just need to upload the files to your server (FTP), or just run that in a localserver (localhost). It won’t […]
Popup with video or map (elements-lightboxes.html)
Hello I’m having trouble getting the popup video working. I copied the following code (below) from the lightboxes example page into one of your other templates (without any changes) and none of the media popups work. Each time an ‘unhappy’ face appears and a message, for example “youtube refused to connect” As these same clips […]
porto admin panel
Can’t the porto admin panel directly connect to porto html pages? If it can be connected, how should the file distribution be? I watched a few videos on youtube but you are not the source! Only port admin has been introduced. if it can’t connect and i would like to return the porto admin panel […]
Reply To: SASS environment
Reply To: template issues
Reply To: Animations slideInLeft not working
Reply To: Huge elements on Carousel
Watch video of the issue – https://drive.google.com/file/d/13GYSfdZq3atnwaoCksdyw4kbfeX6u4xN/view?usp=share_link
How to decrease height of video block ?
Dear support team! I’ve faced with the following problem Extra height of block – when I tried vertical scroll – it’s height is very high. Is it possible to minimize height according to image’s height? Watch video https://drive.google.com/file/d/1FROsV2kKSJaRC1sLfkyrt8-ks80PLS6o/view?usp=share_link screenshot – https://drive.google.com/file/d/1kp1NEOU8XaPF1lVlI-9lWvsIvvFYYOmJ/view?usp=share_link
Reply To: No resize for fresponsive
This modification has been applied – https://kibitkin.com/sla/css/custom.css but situation the same – on my smartphone I can a half of a page after right to left swipe. Watch video – https://www.dropbox.com/s/1td5zu33mh9jfjs/Screen_Recording_20230130_190532_Samsung%20Internet.mp4?dl=0 Please give mr your IP – and I provide access to my FTP – to speed up the problem fix.
Reply To: No resize for fresponsive
Thanks for your quick reply support team! Done for image! But when I tried to swipe whole screen from Right to Left – I can see a half of screen. After right to left swipe site didnt autoresize for my Samsung S10 Watch the issue here – https://drive.google.com/file/d/1JDpNtq3fTv4yU0SKxELK25QiK9baHHfp/view?usp=share_link
No resize for fresponsive
I tried with SVG, PNG – when I tried to resize the display or to use mobile version – some part of image was cut – watch video example of bug – https://drive.google.com/file/d/11AuORDhyjMfE8QMbQEeXptyf6KSS761q/view?usp=share_link Screenshot – https://drive.google.com/file/d/1SSkD7YX3LsiO8AXcaZny9hh5JUgp0c4W/view?usp=share_link
How to deploy in production one demo
Hello, I’ve watched that in the HTML folder there are files with all demos, but if I want only one demo, what are the files and folders that I hae to update into my production server?. Thank you
Reply To: Lighbox an Ajax not working loding video
Hi, please try with the following code: <a class="popup-youtube" href="https://www.youtube.com/watch?v=bY-mOdgz7zQ">Youtube Link</a> (js/custom.js) $(document).ready(function() { $(‘.popup-youtube’).magnificPopup({ type: ‘iframe’ }); }); Let me know if you need further assistance. Best Regards, Okler Themes