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.

I’m interested in this template but have a couple of questions. The first being;

- Which CMS would you recommend for this template?
- I know you guys have a WP Theme out now, but past experiences with WP haven't really left me feeling confident. I'm more than happy to completely go vanilla and edit the hardcode myself, but I really need a CMS, mainly for the blog itself.

Secondly

- Does the standalone template feature pre-built php handlers for contact forms?
- Id much rather handle all of the forms myself rather than use bloated plugins etc. So hardcoded templates would be bonus.

Thanks in advance, Regards, B.

Hi,

I haven’t tried several CMSs, so I’m not sure which one is the best. It totally depends on you. Regards your WordPress experience, you probably didn’t like the page builders or templates with bloated plugins. I suggest you to see this video of our page builder: https://www.youtube.com/watch?v=M5S_JBRjd1s . Also, you can purchase the WP version, give it a try and if you couldn’t get along with it, you can request a refund.

Yes, we have a PHP script to handle contact forms. If you don’t want to use it, simply remove data-form=”mailer” from the form element.

Cheers.

I bought your theme. It’s great. I just need to know if tooltips are supported.

I did not see it anywhere in the examples.

thanks!

Since our template is based on Bootstrap, you can use Tooltips as well. You just need to enable them by putting a JS code in your script.js file: http://v4-alpha.getbootstrap.com/components/tooltips/#example-enable-tooltips-everywhere

Does the theme support tooltips?

Since our template is based on Bootstrap, you can use Tooltips as well. You just need to enable them by putting a JS code in your script.js file: http://v4-alpha.getbootstrap.com/components/tooltips/#example-enable-tooltips-everywhere

Thanks! That works!

hi, I want to modifiy slider to have a result like this (slide with width auto) : http://idangero.us/swiper/demos/06-slides-per-view-auto.html

first : the plugin in thesaas is it ? http://idangero.us/swiper

secondly : how can i have a result like my example ? i’ve tested many solutions to modify but it dont works. thanks

Hi,

Yes, we use Swiper plugin for our slider.

If you check the source code of the pages, you’ll see not only you need to have some JS code, but also you need to make some extra CSS codes. Have you add them?

Cheers.

HI, this is a pre buy question. Can we personalise the canva ? speed of movement of the bullets/points, number of lines conections, numbers or letters or a word next to the bullets/points ? thanks in advance for answering

I found it in codepen, but I couldn’t find its link now.

thank you, there are tons of constellation canva ! :)

Yeah, I know. Sorry I couldn’t find it.

Hi,

first of all … thank’s for the amazing SaaS template – I really like it. We have developed a website for our new product Cockpit365. And I am currently facing a problem with the contact form (we are on 1.4.3).

If you visit the page http://www.cockpit365.com/en/contact/ then the contact form does not work. It indicates that the message has been sent right upon opening the page, no matter in which browser it try it.

Do you have an idea what this could be? If possible please provide an updated version of the template where this is working again? I would be happy to try it.

Thanks Michael

Hi Michael,

I guess you forgot to update the CSS files to latest version. Please download the latest version and update your /assets/css/thesaas.min.css

Cheers, Hossein

Hi there,

Absolutely love your theme and would really like to use for our business website, but because it’s based on Bootstrap 4 and that’s still in Beta, I can’t get it approved.

The worry is that conventions will change like they did with 3 and break our entire site overnight. Also security/ stability as always with Betas.

Do you have a version suitable for BS3 or any thoughts on how to approach it?

Anything I’m missing?

Thanks, James

Hi James,

While it’sbased on BS4-alpha, it’s quite stable and we haven’t got any bug report for a while. We’re going to release the version 2.0 after a few beta release for BS4, but we’re not able to support BS3.

I guess you can develop your website using TheSaaS without worrying about the Bootstrap version. Later, you can update your website to the TheSaaS v2.0 if you like to.

Cheers, Hossein

Hi, congrates for your script i have some presale question before purchasing

I am a developer, and I used to frontend developer the sites using HTML, CSS, js, and bootstrap. I just came to know regarding your script. here are my questions

How can I use your scripts to develop the frontend script? .Because I am new to admin templates

note: I have zero knowledge in angular js

Hi,

I purchased the TheSaaS theme and I am using it for our website. I created one widget and included it in 4 multi pages. And whenever I changed that widget it should be reflect to all pages but its not happening now. How can I get this feature.

Hi,

I don’t understand the problem. Do you mean the WordPress version? If yes, please write your comment here: https://themeforest.net/item/thesaas-responsive-saas-software-webapp-wordpress-theme/20136366/comments

I’m looking to change the fonts used, but have not used scss files before… can you walk me through the process please?

Hi,

Here’s the steps:

1) Download and install Node, which we use to manage our dependencies. https://nodejs.org/en/

2) Install the Grunt command line tools, grunt-cli, with “npm install -g grunt-cli”.

3) Navigate to the root /starter directory and run “npm install” to install our local dependencies listed in package.json.

4) Run “grunt serve” command and wait to see the static server. Now, every change to SCSS files will recompile the css files.

5) Open /source/src/assets/css/scss/_variables.scss and change $font-body and probably $font-title to your desire font family and save the file.

6) Open /source/src/assets/css/scss/thesaas.scss and change the font names that loads from google fonts to the ones you want to use. Save the file.

7) Stop the command (ctrl+c) and run “grunt dist” command.

Now, you should have your customized version of TheSaaS in /source/dist directory.

Let us know if you need more help.

Could you please explain why is ‘burger’ menu on mobile on the left, but the closing ‘x’ is on the right? And absolutely without the respect of aligning? Thanks

The closing ‘X’ is just a hint. You can touch anywhere outside of the menu and the menu will close.

Don’t you find this ‘feature’ kind of user unfriendly? Is it possible to make your menu ‘bootstrap dropdown’ style on mobile? Do you plan to add some submenu widget? Thanks

We think this drawer menu is much better than the Bootstrap’s dropdown style. What you mean by widget? We have submenu items, drawer (gmail demo) and mega menu.

Hi,

I have purchased your Saas Theme for website…when I add “topbar-sticky” in the class, that doesn’t work. Do you know why? All other features work…

Also, if i don’t let ” <link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”>” (it comes from my older template), lots of icons disepear (like social media’s icon). Is it normal?

Thanks a lot

Hi,

You definitely have JS error if you see your console. Why you put all of those css and js codes in head tag? We already included jQuery , Bootstrap and Font Awesome in core.min.css and core.min.js. Please check your console and remove all of the errors.

Ok, I will see tonight. We have put all these JS codes since we use it for mathematical purpose (our website is a platform with mathematics).

Ok. As long as you don’t have JS error, the template and the other plugins work fine.

Hi,

I’m interested in this product but I’m curious as to your suggestion of which CMS would be more appropriate for your product. I have used Wordpress in the past but find it clunky. I’m thinking about installing it naked and hardcoding the changes I need.

However, I would still like to utilise a CMS system to manage the content within. What would be your suggestion?

Regards, - B.

Hi,

I have no idea. We have the WordPress version of TheSaaS, but if you need another CMS, you should integrate it yourself.

Thanks.

hi,

how to personalize typing text ? what is the plugin used ?

Hi,

We use https://github.com/mattboldt/typed.js/ , simply edit the text inside data-type=”” attribute.

Hi, I have edited my design for some

http://jupiteryazilim.com

But there are some changes in these updates so i wanted to apply those updates. But Which ones i should change ? I don’t want to lost my changes on my website

Hi,

Nice design ;) Here’s the guide on how to update your template: http://thethemeio.helpato.com/faq/thesaas#faq-22 . You don’t need to change any HTML code.

HI, Now i am using saas v1.3.1 for my website. I want to upgrade to new version without losing any content of the website. How to do it and where i will get the patch files.

Hi,

You can simply download the latest version from your “Downloads” tab in Themeforest and update js and css files: http://thethemeio.helpato.com/faq/thesaas#faq-22

There seems to be a bug with the latest files. When scrolling the header does not stick to the top anymore. This only broke after updating to the latest files. It even happens on the pages provided when downloading the design. See screenshots below.

ThemeForest Live Demo: https://i.shikashi.me/vLX3m

Downloaded files: https://i.shikashi.me/ZVpeN

Hi,

Sorry about this issue. Seems we made a mistake in the last release and the JS file doesn’t work. We updated the template right now (v1.4.3) and this problem has resolved. You only need to update thesaas.js and thesaas.min.js to fix the issue.

Thank you!

I have same problem @divparty. When you put all html files and assets to thesaas directory eg: http://domain.com/thesaas/ then it works. But using root dir http://domain.com it doesn’t work.

Hi,

Sorry about this issue. Seems we made a mistake in the last release and the JS file doesn’t work. We updated the template right now (v1.4.3) and this problem has resolved. You only need to update thesaas.js and thesaas.min.js to fix the issue.

Hi there, I purchased this theme yesterday and uploaded the theme contents to my site (http://divparty1.com/saas2017/) but some of the js files seem to be missing? For example images aren’t sliding in on home page and “Typing Text” feature and “Particle” feature is not working. Have tested in both latest Chrome and Firefox. Am I missing something?

Hi,

Sorry about this issue. Seems we made a mistake in the last release and the JS file doesn’t work. We updated the template right now (v1.4.3) and this problem has resolved. You only need to update thesaas.js and thesaas.min.js to fix the issue.

I ordered the supportfor the theme as I bought the wrong item in the first place. Now after I ordered I git the support for the wrong item. Please help me to clarify. Do you have the telephone number or chat to reach you?

Thanks

Please send us your WordPress login information using the contact form in https://themeforest.net/user/thethemeio#contact ? We try to figure out the problem and install the theme for you.

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