21 comments found.
Hi Again, any tips on infinitive scroll? Like you have in the Humpton template? Instead of clicking to load next project?
This is a complex function and require custom work. It can not be done just by copy and replace from Humpton template
Hi, thank you for the template. Is there an issue displaying vimeo embed the lightbox just like images? What would be the best scenario to place videos without leaving the site?
Hi, in common.j at function Lightbox(), please add this after image lightbox init:
$('.video-link').magnificPopup({
type: 'iframe',
iframe: {
markup: '<div class="mfp-iframe-scaler">' +
'<div class="mfp-close" />' +
'<iframe class="mfp-iframe" frameborder="0" allow="autoplay"></iframe>' +
'</div>',
patterns: {
youtube: {
index: 'youtube.com/',
id: 'v=',
src: 'https://www.youtube.com/embed/%id%?autoplay=1'
},
vimeo: {
index: 'vimeo.com/',
id: '/',
src: 'https://player.vimeo.com/video/%id%?autoplay=1'
},
}
}
});
$(".video-link").mouseenter(function(e) {
gsap.to('#ball', {duration: 0.2, borderWidth: '2px', scale: 1, borderColor:'#fff',});
gsap.to('#ball-loader', {duration: 0.2, borderWidth: '2px', top: 2, left: 2});
$( "#ball" ).addClass("with-icon").append( '<i class="fa fa-play" />' );
});
$(".video-link").mouseleave(function(e) {
gsap.to('#ball', {duration: 0.2, borderWidth: '4px', scale:0.5, borderColor:'#999999',});
gsap.to('#ball-loader', {duration: 0.2, borderWidth: '4px', top: 0, left: 0});
$("#ball").removeClass("with-icon");
$('#ball i').remove();
});
The HTML shortcode is located inside multimedia.html page
Awesome, that will sort it! Thank you! One more more question.
Index HERO section, any way of adding video as a BG with slider, I have multiple Video Backgrounds for projects/services but can only use stills.
Hi, The webgl showcase do not support video slides.
Regards
Hello, your support service told me to contact you through your profile page but I haven’t received any response, is everything alright?
Sent you an email. Thanks
Bought the Hompton template. Loved the look on demo but just couldn’t work with it on Dreamweaver. The hero type jumbled all over and I got frustrated. Usually, I can customize.
Also we are here to help. You can write us via our Themeforest profile form.
If you consider this is not the right template for you, please ask for a refund: https://themeforest.net/refund_requests/newWe have invested a lot of time creating this template and we think your rating is unfair. Please reconsider it. Thank you
Hi, where can I find online documentation? Thanks.
also, what is the grid system used? is it 12 column bootstrap?
Hi, It is build on our framework, 6 columns based. Here is the docs:
http://clapat.ro/themes/ernest/docs/Best regards
Hello! great job!!! Is it possible to access the development version? (gulp, webpack, sass, etc). Thanks!!
hi ClaPat, if u watch the site on Samsung Internet, there is a gap between the website and the bottom of the display from the phone
Please write us via our themeforest profile form and provide us some screenshots. Thanks
Hi ClaPat, I am not able to send u a ticket. Although I introduce the right purchase code, the system answers: Sorry, that purchase code is for a different Envato product.
Hello! I have just downloaded the template, but when I am opening it in Safari (Mac OS) background images is not showing up, with firefox it is also the same. How can I fix that?
Just sent you an email. Best Regards
Hi ClaPat, regarding the responsive table: it doesn’t display a horizontal scrollbar on small displays
We will add this feature on the next update. Thanks
Super COOL! Love it!
Thank you!
Hi,
I have a problem with your theme, but in your ticketing system it is not possible to choose Ernest so I cannot create a ticket. So I sent you an email yesterday.
Please let me know
Thanks, Kind Regards
Sent you an email. Thanks
thank u for responding. my wife is planing to open a small bnb and I want to integrate a booking widget. Im am not able to get this widget to run. here is the code form the widget which is already working. normally u just paste it and the work is done: <script src=”//www.easy-booking.at/bookingengine2/js/jquery.easybooking.frontend.min.js”></script> <script type=”text/javascript”> function ebFrontendLoadedCheck() { if(typeof jQuery != “undefined”) { if(jQuery.fn.ebFrontEnd) { jQuery(”#ebFrontEndFrame”).ebFrontEnd({ customerId: 331, serialNo: “2729-3350-3485”, localeId: 2, frameId: “ebFrontEndPlugin”, frameWidth: “auto”, encapsulated: false, frameHeight: “auto”, conversionReservation: ””, conversionEnquiry: ””, showAvailability: false, resizeInterval: 500, minimumStay: 7, adultOnly: false, cppVersion: “V 0.0”, cppValidityDate: “1900/01/01”, cppName: “Privacy Policy (Custom)”, cppUrl: “https://www.demohotel.easybooking.at/impressum/”, }); } else {setTimeout(ebFrontendLoadedCheck,200);} } else {setTimeout(ebFrontendLoadedCheck,200);} } ebFrontendLoadedCheck(); </script>
Our template load pages via ajax. Please provide us your website url and the booking script documentation. Thanks
the wibsite doesn’t exist, it will be ready in a few weeks. the documentation I got is to implement the following code line: <script src=”//www.easy-booking.at/bookingengine2/js/jquery.easybooking.frontend.min.js”></script> <script type=”text/javascript”> function ebFrontendLoadedCheck() { if(typeof jQuery != “undefined”) { if(jQuery.fn.ebFrontEnd) { jQuery(”#ebFrontEndFrame”).ebFrontEnd({ customerId: 331, serialNo: “2729-3350-3485”, localeId: 2, frameId: “ebFrontEndPlugin”, frameWidth: “auto”, encapsulated: false, frameHeight: “auto”, conversionReservation: ””, conversionEnquiry: ””, showAvailability: false, resizeInterval: 500, minimumStay: 7, adultOnly: false, cppVersion: “V 0.0”, cppValidityDate: “1900/01/01”, cppName: “Privacy Policy (Custom)”, cppUrl: “https://www.demohotel.easybooking.at/impressum/”, }); } else {setTimeout(ebFrontendLoadedCheck,200);} } else {setTimeout(ebFrontendLoadedCheck,200);} } ebFrontendLoadedCheck(); </script> if u load up this example to a server, it will work
at the place where the widget should appear. then both js scripts :
Is it possible to send u the codeline as an attachment? I dont know why but the code always disappears in my comments
I need your website to inspect it into the browser console. Please keep the conversation via email. Thanks
here is the link, it will just work if u refresh the page http://test-tom.bplaced.net/
I have searched for https://www.easybooking.eu but i didn’t find anything on how to call the function on ajax page load. In this case you need to disable the ajax load on our template. Please add on each page on body tag the class disable-ajaxload
<body class="hidden hidden-ball smooth-scroll disable-ajaxload" data-primary-color="#ff0000">
Wow! Great work & wish you will be got higher sales on TF.
Thank you!
Do you plan on porting this theme beyond HTML?
The wordpress version it is in progress. Follow us on themeforest to see when will be released. Best regards
Hi,
Ernest WordPress version was released:
https://themeforest.net/item/ernest-creative-portfolio-theme/36672824Really great template, congrats!
one doubt;, why in mobile version, there’s a range in the bottom when scroll?
tested in a lots of android cell phones and it’s always the same.
here’s the example of a screenshot:
https://webtestesrn.com/testes/testes4/Screenshot_20220201-093100_Chrome.jpg
Awesome template, congrats again.
Cheers
Try in incognito and please do not use zoom on the browser. Thanks
it happens in incognito and without any zoom too.
Hi nice work one issue Ive noticed navigating from the home page to multimedia the pinned sections dont work if I refresh the page they work.
One thing Ive tried was putting the pined sections on the homepage but then they dont work even with a refresh
Hi, We have fixed this issue and already make an update for the template. Please re download it and replace common.js file.
Thank you!
I’ve downloaded again and uploaded it to a web server still have the same problem
Please provide us your website url. Thanks
sure its just a test no modifications https://web-design-javea.com/experimental-2
Before testing plz make a hard refresh CTRL + F5
Let us know if it is ok. Thanks
That fixed it, thank you
Glad to help!
Hi,
first of all congratulations for your Ernest theme!
I have a problem with your theme, but in your ticketing system it is not possible to choose Ernest so I cannot create a ticket. So I sent you an email yesterday.
Please let me know
Thanks, Kind Regards
Sent you an email
Hi, do you have any news? please let me know, Thanks. Kind Regards
Awesome. When will wordpress be ready?
It is in progress. Regards
Hi,
Ernest WordPress version was released:
https://themeforest.net/item/ernest-creative-portfolio-theme/36672824Congratulation, best of luck with sales
Thank you!