Discussion on Sandbox - Modern & Multipurpose Bootstrap 5 Template

Discussion on Sandbox - Modern & Multipurpose Bootstrap 5 Template

By
Cart 7,422 sales
Well Documented

elemis supports this item

Supported

This author's response time can be up to 2 business days.

308 comments found.

How do I create bootstrap badges in this theme?

Using the following HTML, I get white texts without the colored badges.

Primary

Your code is not right. You can find the code snippets for badges in the documentation: https://sandbox.elemisthemes.com/docs/elements/badges.html Your code is from Bootstrap 4. Please note that this template is built with Bootstrap 5, not Bootstrap 4. Most classes have changed between these versions. That’s why you may have some old classes not working. You can also check Bootstrap 5 badges documentation here: https://getbootstrap.com/docs/5.1/components/badge/ You can find all the code snippets you need in the template documentation. We appreciate you edit your 2-star rating based on this information. Because it is unfair and your review is not true. We don’t override any Bootstrap classes in this template. We may have added some additional classes to add more options but none of them overrides necessary Bootstrap styles. Thank you.

I changed the rating. Thank you very much for support!

Thank you. If you face any issues we’re here to help.

Hi guys, is it possible to repeat an animation after a period of time? Say I have an arrow graphic on a page and every 15 seconds I want it to bounce (bounceIn). How would I do that? Many thanks, Nick

Which animation are you referring to exactly? Could you please provide a link so we can take a closer look?

It’s the bounceIn animation I wanted to repeat.

You can use the following css to repeat bouncein scrollcue animation. But we’re not sure how to add delay between repeats:

[data-cue=bounceIn],
[data-cues=bounceIn] > * {
  animation-iteration-count: infinite;
}

Hello, I want to use boostrap 5 component Offcanvas in Sandbox 2.0, but the component is missing.

Hi,

Offcanvas component is included on the v3.0 of the template. But if you want to have it on v2.0 too, please contact us via the contact form on our profile page and we can send you the instructions and necessary files via email. Also please let us know which version you use: dev, dist or src. Thanks.

Hi Guys, do you have any code examples on how to rotate a thumbnail image in a video carousel by say 40% to make it quirky and stand out a little more? Thanks, Nick

Do you mean like this: https://webdesign.tutsplus.com/articles/perfectly-rotate-and-mask-thumbnails-with-css3--webdesign-3823 we don’t have a quick code to share but this tutorial explains how to achieve this look.

That’s great, thanks.

Hello,

Somehow bootstrap Button Group does not work. Dropup/Dropdown does not populate when clicked on “Share” button.

Can you please try and resolve this?

Below is the code – Link 1 Link 2 Link 3 Share
  • Dropdown link
  • Dropdown link

Hi,

.dropdown class is missing from your dropup btn-group. Please update your code follows:

<div class="btn-group mt-3" role="group">
  <a href="#" class="btn btn-sm btn-soft-primary px-2 px-sm-3" target="">Link 1</a>
  <a href="#" class="btn btn-sm btn-soft-primary px-2 px-sm-3" target="">Link 2</a>
  <a href="#" class="btn btn-sm btn-soft-primary px-2 px-sm-3" target="">Link 3</a>
  <div class="btn-group dropdown dropup">
    <a href="#" data-bs-toggle="dropdown" class="btn btn-sm btn-soft-primary dropdown-toggle px-2 px-sm-3">Share</a>
    <ul class="dropdown-menu">
      <li><a href="#" class="dropdown-item">Dropdown link</a></li>
      <li><a href="#" class="dropdown-item">Dropdown link</a></li>
    </ul>
  </div>
</div>

Okay thanks. I will check the same :-)

Can I have regular tab style with next version. Thank you.

Yes, But it not look like tab it look like button.

Something like https://getbootstrap.com/docs/5.0/components/navs-tabs/#tabs-with-dropdowns

We’ll be adding a simpler tab option on the next update thank you for the suggestion.

Thank you so much.

Hello, I use the version without using Gulp, in the DIST folder In the file style.css there is

/*# sourceMappingURL=style.css.map */

If I delete this line, will there be problems?

Thank you

No it won’t be an issue, you can delete it. Then you won’t need to keep style.css.map either.

Hello sir I want to use this “slide to content” on the right sidebar: https://sandbox.elemisthemes.com/docs/index.html

I’m adding href=”#snippet-2” and ID=”snippet-2” to the content but still doesnt work.

I also have this <body class=”bg-soft-dark” data-bs-spy=”scroll” data-bs-target=”#sidebar-nav”> but doesnt work for some reason.

Any idea why doesnt work ? Regards

It doesnt work for some reason can you please check on the INTRODUCTION link https://www.ancient-texts.com/age-of-reason/origin-of-species/

< a href=”#chap00”>INTRODUCTION.

< p id=”#chap00”>INTRODUCTION.

i get redirect to main page

You have this code on top of your page:

<base href="https://www.ancient-texts.com/">

It causes the redirection, please remove and try again.

Thank you very much worked really well

Do you have any documentation available to help installing Google Analytics in the template pages?

Hi,

As mentioned in the Google Analytics you need to copy and paste the tracking code you get from Google as the first item into the <HEAD> of every webpage you want to track.

Hi Guys, I’d like to use your isotope-filter example from the bottom of the homepage, but as a video gallery where you can filter by type of video content.

Could you possibly tell me how to change it so that it’s content are image thumbnails, each with a play button that on click opens the video in a Lightbox? very many thanks, Nick

Hi,

You can use the isotope example from https://sandbox.elemisthemes.com/demo20.html (Our Projects) and change the icon:

<i class="uil uil-focus-add" />

with:

<i class="uil uil-play" />

This example doesn’t have a filter but you can copy the isotope-filter div from https://sandbox.elemisthemes.com/projects3.html (Also make sure to add project item a category class as seen on this projects page for the filters to work)

Check this page for video lightbox examples: https://sandbox.elemisthemes.com/docs/elements/lightbox.html

Your site is NOT responsive at all. We loaded a site and it is all over the place.

Hi,

We just checked your website and everything appears to be working properly. Are you still having this issue? If so please provide more details and screenshots so can have a better understanding. Thanks.

Hi, I have accidentally made duplicate purchase of this item, please refund me one purchase amount.

Hi,

We have processed your refund request, and you will receive it within a couple of days.

Hi guys, I’m just about to update my site to version 2.0 but wondered if you have any updates planned? If so I might wait. Thanks Nick

Thanks Guys. I’ll sit tight & wait.

Hi Guys, I spotted that you’d upgraded to v3.0.0 – is this the release you mentioned above?

Yes this is the update we mentioned :)

Hi! I would like to know if you have Adobe XD files. I read somewhere we could ask you for the design files but I don’t know where or how.

Hi,

If you mean the mockups you can reach the mockup links from Credits page in the documentation: https://sandbox.elemisthemes.com/docs/credits.html But template design files are not available.

Do we have a dark theme as well for this theme?? Please??

Not currently. We plan to add this feature in a future update but not soon.

Hello I have question regarding Gulp feature:

I want to optimize my website and I was wondering if its possible to somehow build CSS and JS that is only required for my pages and not all. Something similar to PURGECSS.

Lets say I use only 5 pages and to grab only thouse classes and JS from thouse 5 pages.

Is this what Gulp does or how can I achieve this task ?

Kind Regards

Unfortunately we’re not aware of any tools that achieve this automatically and correctly. You can find instructions on how to remove unwanted CSS and plugins in the help documentation: https://sandbox.elemisthemes.com/docs/faq.html

Exellent code structure and professional approach. Waiting ecommerce version of this.

Thank you for your kind words. The next update’s going to remove jQuery dependency, and then we’ll start working on the update to add shop pages.

We planned to build on this frontend theme very huge website. Please dont stop. also care for very small elements also. h1 and h6 not more difference. during implementation we searched very small elements but didnt found may be we dont know how to add. Very good tailored to bootstrap 5.

Hi,

You can use .display* or fs-* classes to add different values to headings: https://sandbox.elemisthemes.com/docs/elements/typography.html#snippet-2 https://sandbox.elemisthemes.com/docs/styleguide/misc.html#snippet-2

Or if you’re using Gulp, you can give different values to headings in _variables.scss

We couln’t understand the sentence “during implementation we searched very small elements but didnt found may be we dont know how to add” We’d appreciate if you could explain. Thanks.

Hi Guys, On demo 5 you have a login link next to a Signup button, which is great on desktop, but on phones I’d like to include the login link within the mobile menu. Is it possible to do that? if so, could you tell me how? many thanks, Nick

Hi,

Only the navigation links can be seen within the mobile menu. You can additionally add the login link along with other navigation links and hide it with “d-lg-none” class from desktop view.

Thanks. Worked a treat!

Hi, im using the “Classic – Transparent Background – Light Text” navbar. When I scroll the cloned navbar is white bg but I want it dark bg (also want dark navbar in mobile view), Is there a way to change this easily without having to edit the colors in style.css? Thanks.

Could you please provide your website URL so we can take a closer look? Thanks.

Hi, sorry its not online i only just started working on the site locally. Using the single img tag for the light logo works fine for the transparent navbar but when I scroll down and the dark navbar appears, the logo does not show. I have to add that second img tag for “logo-dark” for the logo to show.

Yes this approach is the correct way.

Hi! First of all, sorry for the English I’m using Google translator. I would like to know if this template can be used on Blogger, Blogspot – I sent an email to support, but so far I haven’t gotten a response, I don’t know if it’s because of the time zone in Brazil. Thanks!

Hi,

Thank you for your interest in Sandbox. Unfortunately Sandbox is not compatible with Blogger/Blogspot.

(BTW we haven’t received an email. Could you please let us know which form did you use to send an email to support? Thanks.)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey