Discussion on TheSaaS - Responsive Bootstrap SaaS, Startup & WebApp Template

Discussion on TheSaaS - Responsive Bootstrap SaaS, Startup & WebApp Template

Cart 4,936 sales
Well Documented

TheThemeio does not currently provide support for this item.

778 comments found.

Great theme, and thank you for keeping it updated.

I finally finished my site, which is still based on v1.5xx (changing it to v2 will take me a lot of time).

I got it just how I like it, especially the wide topnav. It looks great on desktop/laptop, but there’s the issue on a mobile screen where it scrolls left-right (shouldn’t) and leaves a white space on the right. From the searching I’ve tried, it looks like it’s related to containers and rows, but I’ve checked and it looks within spec to me – I must be missing something. i tried changing over to container-fluid for the topnav, but that introduced a lot of new broken things to fix.

The site is dealforma.com and since I use the top nav on all of the pages, if you can help with a fix to index.html, I can try to implement it from there.

Much appreciated

I continued to work on it and tried what was suggested to AdamFor by changing the top nav to container-fluid px-0. That worked. Then to line things up, I set the next container in the header to -fluid with px-30 and adjusted some columns to clean it up.

Now how can I make the topbar-brand logo larger when in iPhone size, because that changed after the above fixes. Larger and centered, but with the toggle still left aligned.

Glad you fixed the issue.

For the logo, you might use a code like below:

@media (max-width: 767px)
  .topbar-left {
    flex: 1 1 auto;
    margin-right: 30px;
  }

  .topbar-brand {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .topbar-brand img {
    width: 100px;
  }
}

Your image size is 100px; you can change the size as you like.

Thanks! The support is great!

Hello,

Why my website wobbles left and right on the mobile version? https://signaleads.us/pl/index.html

Only navbar doesn’t seem to wobble. How can I fix it?

Thank you, Adam

That’s okay, but I can’t see the overflow-x: hidden; by inspecting your .main-content > .container-fluid element! Once I add overflow-x: hidden; to your tag, everything becomes OK.

Could you send your WP login information to our email using https://themeforest.net/user/thethemeio#contact so we can take a look?

I just added ”!important” and now it works. Big thanks, great support. <3

You’re welcome.

Hi I need help installing popups into my older version of the theme.

Can you give me exact code and where exactly to import it in order to be able to use them on the website please?

Hi,

It’s not as easy as copy/paste code or include files. You should take a look at the code and include the ones you need. The style is located at /assets/scss/layout/_popup.scss and the JS code is inside /assets/js/src/partials/popup.js

Hi, I am getting the below error when I am implementing shuffle thing.

1. jQuery.Deferred exception: Cannot set property ‘itemSelector’ of undefined TypeError: Cannot set property ‘itemSelector’ of undefined

2. Uncaught TypeError: Cannot set property ‘itemSelector’ of undefined

I have tried couple of ways and at last, I have only added: < div data-provide=”shuffle” > < /div > tag. I have added extra space in < and > to get it rendered in this comment box

Request you to provide the support on this matter.

The website is http://elysiantree.com/

Note: We have updated the website due to this issue. I see the issue is already reported and see it might take 2 weeks to get it fixed. We would really appreciate if you can provide the fix earlier.

Hi,

Sorry about that. Ok, we’ll work on it and get back to you with a fix soon.

Hello,

What is this line in contact form for? ”<input type=”hidden” name=”subject” value=”[TheThemeio] : Resume”>”

Thank you

Hello,

This is the subject of email. You can change the value for your custom subject.

Cheers.

The sendmail is working for me, but I do not receive the return if it is okay. And the page does not display the “send successfully” message. The div does not appear. How to do that?

Does your page is online, so I can try your form?

Hello, I have noticed an issue – the website sometimes becomes unscrollable – when browsing for longer homepage with particles, mouse scroll stops working. It happens usually when I scroll to the very bottom of the page. Any idea what could be causing this?

Hello,

I haven’t noticed such an issue. Could you send a link to your buggy page so we can try it?

hello, the portfolio page seems not to work when trying to filter by. any chance what the problem might be? cheers

Hello,

Oops! Seems the shuffle.js doesn’t work in the latest release. We’ll fix it in the next release. Do you need the fix sooner than 2 weeks later?

Hi there! Hi have two questions: 1) When do you plan to release the next (minor) version? 2) Does the demo you made requires ALL the vendors’ assets (js and css)? Thank you!

Hi,

1) Probably 2 weeks later.

2) All the vendors are packaged inside page.min.css and page.min.js . If you want to remove some of the vendors, please use the expert starter.

Cheers.

Hello! I’d like to report a bug for modals with large content (that is, a lot of text).

The problem is that the modal design will be broken, namely: - modal-header will go up to the top - modal-footer will not be visible anymore (will be outside the viewport, the user will have to scroll to find it).

I would expect the whole modal to be visible (modal-header and modal-footer), and modal-body should be scrollable. Something like this:

https://stackoverflow.com/questions/26807524/twitter-bootstrap-3-modal-with-scrollable-body

Steps to reproduce: open any modal in the modals page (http://thetheme.io/thesaas/uikit/modal.html)

Edit the content of modal-body > p.lead such that it has a long long long text.

Thanks in advance.

Hello,

Thanks for reporting this issue. But this is a default behavior for modal component which comes form Bootstrap. You can see it in this example: https://getbootstrap.com/docs/4.0/components/modal/#scrolling-long-content

If you need what you asked for, so you should define a fixed height for the modal body (e.g. height: 500px;). Then, set the overflow to scroll.

Cheers.

Thanks. If that’s the default behaviour from BS, then it doesn’t make sense to change. However I’d like to sugest that you add margin-top and margin-bottom to the div.modal-dialog and/or div.modal-content wrappers.

Otherwise these long content modals will start and stop in the limits of the screen, which looks a bit out of place (the example in the bootstrap page has these margins).

Thanks for the suggestion. I added it to our todo list for further inspection and apply those changes in the next release.

Hi, I recently updated to version 2.0.1 of theSaaS template from 1.5. I am using django as my web framework. I started by using the Github demo page and pointing the links to the static folder where all the assets reside. In version 1.5 all JS worked fine. However, now I keep getting the below error (output from google chrome inspection window) and none of the JS works:

page.min.js:1 jQuery.Deferred exception: thesaas is not defined ReferenceError: thesaas is not defined at HTMLDocument.<anonymous> (http://localhost:8005/static/assets/js/script.js:16:3) at c (http://localhost:8005/static/assets/js/page.min.js:1:29678) at u (http://localhost:8005/static/assets/js/page.min.js:1:29980) undefined S.Deferred.exceptionHook @ page.min.js:1 u @ page.min.js:1 setTimeout (async) (anonymous) @ page.min.js:1 l @ page.min.js:1 fireWith @ page.min.js:1 fire @ page.min.js:1 l @ page.min.js:1 fireWith @ page.min.js:1 ready @ page.min.js:1 B @ page.min.js:1 page.min.js:1 Uncaught ReferenceError: thesaas is not defined at HTMLDocument.<anonymous> (script.js:16) at c (page.min.js:1) at u (page.min.js:1)

Please advise.

Hi,

How you updated? The version 2.0 is completely rewritten. So you need to recreate your pages again if you need to update to v2. You can’t simply update it by replacing the JS and CSS files.

Also, it has worth to mention that you don’t need to update to v2.0 if you don’t want to. The v1 is stable enough to continue using it.

It’s broken on iphone. Could you please fix it?! https://app.box.com/s/z8di4aj677wjp4trqdriofcw7rd7lfii

I can’t see any problem on iPhone screen sizes -> are you blind or just kidding me? iphone 5se, even in Chrome simulator it is overlayed. Why do I need to link to your code when I bought the template to use in my project? I removed some parts and it broke the page. Where is the logic? Once again I ask you, do you have some doc how properly structure the web with ‘your’ logic?

Does it look like well formatted page to you? https://imgur.com/pd0irXs this is your official demo

Sorry about that. We forgot to hide the image in small screen sizes. Add “d-none d-md-block” classes to the wrapper of header image which are “col-md-6 ml-auto”. We’ll include this fix in the next release.

hello, is any way to remove some needless module , make css and js file size to more smaller(not just min)?

Hello,

Yes, for this purpose you should use the expert starter. There’s a complete documentation in the readme.html file.

Hello,

Will these forms work? http://thetheme.io/thesaas/uikit/form.html Because there is no “form” element like here. http://thetheme.io/thesaas/page/contact.html

Thank you :)

And it is not connected to sendmail.php

If it doesn’t work, how to make it work?

Hello,

It’s just the form UIs to help you create your forms. You should write server-side code to handle the submitted forms, but if you take a look at the forms in the contact.html page, you should be able to understand how we use sendmail.php to email a form values.

How do I see all the different icon options visually so I can pick out the ones I want to use?

Hello,

I want cookie pop-up to show up only once and after user clicks “got it” I want it to disappear.

Thank you for help in advance.

Cheers

I am not the best developer.

How to implement server-side code with cookie setting?

I would appreciate thorough explanation or link to one.

Thank you

Unfortunately, we can’t help with server-side coding. But you can find a lot of resources in this regards by a google search, such as https://stackoverflow.com/questions/10978324/need-single-popup-for-each-session

Thank you :)

Hello,

I want to make a white nav-bar from the start. Because it’s important for me to have easiy to see logo. Sticky is not enough for me.

Image illustrating what I mean: https://i.imgur.com/apISvv6.jpg

Yes, I’ve tried that. And this is what happens https://i.imgur.com/gfWgIIK.jpg

Please help me solve this problem, and don’t answer. “We will write it on our to do list.” or “Sorry, we can’t help with that.” Please

Simply remove the top of the navbar:

.navbar {
top: 0;
}

Thank you :)

How can I change the title tags, meta tags and meta description?

In HTML template or WordPress theme? Since your comment is in HTML version but I guess you meant to write it in WordPress one. Here’s a guide for this purpose: http://www.wpbeginner.com/beginners-guide/how-to-add-keywords-and-meta-descriptions-in-wordpress/

Hi,

Can you please tell me what class you use to put radio buttons inline instead of stacked?

Hi,

Simply don’t put your radio buttons inside .custom-controls-stacked element.

For some reason it is still stacking, this is the classes I have it sitting in between.

{% if choice.question_id == question.pk %} <input type=”radio” class=”custom-control-input” name=”choice” id=”choice{{ forloop.counter }}” value=”{{ choice.id }}” /> <label class=”custom-control-label” for=”choice{{ forloop.counter }}”>{{ choice.choice_text }}</label> {% endif %}

Sorry for my mistake. Seems the new Bootstrap needs a .custom-control-inline class as well: https://getbootstrap.com/docs/4.0/components/forms/#inline-1

Hi, For Google ReCaptcha, if the verification expires the button “Should” go in the disabled mode, but currently it is active.

Hi,

We’ll check the API and add it to the next version.

Thanks for letting us know.

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