308 comments found.
You are not on the admin side.
Apologies, weâre not entirely clear on your request. Could you please elaborate? Thanks.
Hi there,
nice theme, thanks for that. I have just one question. We need youtube videos only to load after the visitor accepted the cookie-consent banner. This means, we have to modify the iframe that loads the youtube video and add additional attributes like i.e.
data-cookieblock-src="https://www.youtube.com/embed/xxxxxxxxxxx" data-cookieconsent="marketing"
How can we do this? The code to implement the youtube player in the theme looks like this
<div class="player" data-plyr-provider="youtube" data-plyr-embed-id="{data.youtube-id}" />
Regards Mike
Hi,
Thank you for your kind words. Unfortunately weâre not entirely sure how to implement this solution to the player plugin. Have you tried it with regular YouTube embed?
Thanks for your answer. Yes, it works with the regular youtube iframe embed. But with this I cannot use the nice player you guys build 
Without being able to configure such options, we cannot use this player in Europe because of GDPR restrictions. Visitors must always confirm the use of external services like youtube before anything can be loaded.
Regards Mike
Unfortunately weâre not familiar with the implementation process for this feature. You may want to consider reaching out directly to the developer of the player plugin for assistance: https://github.com/sampotts/plyr
Hello, How can I increase the internal margin for the smartphone version? Thanks
Sorry we couldnât understand your enquiry. Could you please elaborate and provide a screenshot? Thanks!
Hello, I like yout Theme! In the EU, accessible websites will be mandatory from mid-2025. This means, among other things, that you have to have a high contrast (similar to dark mode), changeable text sizes, etc. Are you planning an update on this? Best regards Anna
Thanks for the heads up, unfortunately there are no updates planned soon.
Hello guys, is dark theme planned ?
Hi,
We have decided not to include dark mode due to compatibility issues.
Dark theme please <3
Hi, Iâm having a problem playing Vimeo videos embedded using Vimeo â plyr on my iPhone. On the 1st playback, the iPhone displays just a black page â no video visible. On the 2nd play the full video is visible. Can you please advise why this is happening and what I need to do to get it to play fully visible 1st time? An example page is here â https://www.propertytours.com.au/propertytours.html â this is happening with the 1st 3 embedded clips on this page. Many thanks, Nick
It appears that this is a known issue with the media player plugin (Plyr) and Vimeo videos and unfortunately there is no solution available at this time. We recommend using the native Vimeo embed or you can upload your videos to YouTube and use Plyrâs YouTube option which doesnât have this issue.
Thanks for your reply. The YouTube option doesnât work for me as the end screen is inappropriate. However, the native Vimeo embed works and Iâve changed the page accordingly. However, Iâm still missing the excellent, pulsing Play button which is one of my favourite features of Sandbox. If there any code I can use on the native Vimeo embed to also have the pulsing play button? many thanks, Nick
Unfortunately we are not aware of any method to add a custom play button to a native Vimeo embed.
Hi, Iâm trying to get the angle-down â symbol to appear in my NavBar to indicate when there is a dropdown-menu. It shows in this page https://www.propertytours.com.au/propertytours.html but not doesnât show in this page https://www.propertytours.com.au/index.html where as far as I can see the code is the same. Are there any settings Iâm missing? Many thanks, Nick
Hi,
You need to remove âcaret-noneâ class in the code of the page where the arrow does not appear.
Hi, on your docs/blocks/hero.html the 20th example (which links to demo 20) has a background video playing. This is from a self hosted .mp4 file i.e. <video poster=â./assets/img/photos/movie2.jpgâ src=â./assets/media/movie2.mp4â.
Iâm concerned that using an .mp4 file on my server may exceed my bandwidth allowances. Can you please help with the code to stream this video from YouTube? Many thanks, Nick
Hi,
Unfortunately only mp4 video option is available for background video.
Can this theme be included in a Laravel project? What about deleting components that are not used in the project?
Unfortunately we donât have any knowledge or experience on Laravel so we are not able to provide any help on this matter. Please check the documentation for details on how to remove unwanted plugins or css:Â https://sandbox.elemisthemes.com/docs/faq.html#faq-1
Why havenât I received a reply to my email?
I bought it by mistake thinking it was a WordPress theme. Please refund me quickly.
Please submit your refund request through the following link: https://themeforest.net/refund_requests/new
Iâm using demo3 as a basis, and have a few anchor links in the top menu, along with some âregularâ links. This works great with the âscrollâ-class.
However, on mobile, when these links are clicked through the offcanvas menu, the offcanvas menu stays open. I noticed that in the onepage-demo, the menu closes automatically when clicking an anchor link, but I canât figure out how to do this. Any help is appreciated. Thanks
Hi,
Please try adding âonepageâ class to the body tag.
Took me awhile to get this going â This is a working solution to get the offcanves search to work. Hopefully some body can make use of it. Or if anyone else has a better solution, post away
It will search everything in the current page for a container with the id SearchArea
Add the highlight style
<style> .highlight { background-color: yellow; } </style>
On the form, I had to add onSubmit=âreturn false;â otherwise the page would reload for some reason on the first search.
<form class=âsearch-form w-100â onSubmit=âreturn false;â> <input id=âsearch-formâ type=âsearchâ class=âform-controlâ placeholder=âType keyword and hit enterâ onsearch=âsearchFilter()â> </form> <!<script> // Function to search and highlight text in a given container function searchAndHighlight(searchTerm, containerId) { const container = document.getElementById(containerId); const content = container.innerHTML; const regex = new RegExp(searchTerm, âgiâ); // Case-insensitive search const highlightedContent = content.replace( regex, ` ${searchTerm} ` ); container.innerHTML = highlightedContent; }
// Function to scroll to the first highlighted element in a container function scrollToFirstHighlight(containerId) { const container = document.getElementById(containerId); const firstHighlight = container.querySelector(â.highlightâ); }
if (firstHighlight) {
firstHighlight.scrollIntoView({
/behavior: "smooth",/
block: "center",
});
}
var searchFilter = () => { let myCounter = 0; let myCloseButton = document.getElementById(âbtncloseâ); myCloseButton.click(); var els = document.getElementsByClassName(âhighlightâ), i = els.length; while (iâ) { els[i].className = ânoneâ; } const input = document.querySelector(â.form-controlâ); if (input.value != null && input.value != ââ) { searchAndHighlight(input.value,âSearchAreaâ); scrollToFirstHighlight(âSearchAreaâ) } if (input.value != null && input.value != ââ) { var els = document.getElementsByClassName(âhighlightâ), i = els.length; while (iâ) { myCounter ++; } if (myCounter == 0) { alert(âNo Results Foundâ); } } }
</script>
Great, thank you for sharing!
What folders from 3.4.1 do I need to update to be able to use the âX-Twitterâ icon â â Running 3.4.0 Thanks
Hi,
You need to update assets/fonts/unicons folder and if youâre using the gulp version src/assets/scss/theme/_icons.scss file. If not, then add the following css code in you style.css:
.uil-x-twitter:before {
content: "\edb7";
}
Hi Guys, my usual request (plea?) â any updates / changes imminently planned before I undertake an update to my site? best wishes, Nick
Thanks for asking, but there are no updates planned soon.
Hi, I really like the template. Iâm going to purchase it, but I have one question. Is there no âMy Accountâ page?
Thank you for your interest in Sandbox. While there is no pre-built My Account page included, you can easily create one using the elements available within the template. Please note that this is a pure HTML template so all elements are only available as design and do not include functionality.
I see you have answered it before about dark mode. Definitely missing the dark mode, would be a great feature for the template. Great job with the template.
Hi,
I bought the theme recently, and trying to configure it to angular but i got many issues in the plugin.js
can i know the issue
Hi,
Unfortunately we are not familiar with Angular so we may not be able to identify the specific issues with the plugin.js file in an Angular environment. However you can examine each plugin individually within the src/assets/js/vendor folder to understand their functionality and compatibility.
If youâre encountering compatibility issues with Angular you might need to explore alternative plugins that are explicitly designed to work seamlessly with Angular.
We apologize for any inconvenience this may cause and encourage you to seek assistance from Angular experts or consider alternative plugins tailored for Angular integration.
Hi, do you have an html version of this template? I really like this one, but I need to use React for my project
Hi,
Thank you for purchasing Sandbox. This is the HTML version of the template. It comes with both Gulp and generated versions. Youâll find the generated production files in two folders: dist (minified) and dev (unminified).
Are there plans to make the main page in the style of an online store?
Thank you for your inquiry. Unfortunately this is not in our plans.