778 comments found.
Where can I find the ‘header styles’ The downloaded files I have did not include the video background which I need. e.g. http://thetheme.io/wp/thesaas/header-video/
You’re commenting in the HTML version of TheSaaS, while the link is to demo of WordPress version. So I’m confused regards which item you’re talking about. You need the video header in HTML version or WordPress one?
HTML
Hi
Using your theme for my website and its really amazing. In order to make it look great I wish to make my logo an SVG. However when I try to insert an SVG in either a .svg file or inline it doesn’t display at all. I tried many things and cant get it to work. Im putting the SV in the logo field instead of logo.jpg its just logo.svg doesn’t work also pasting <svg> inline does not display.
Any help greatly appreciated. Thanks
Hi,
If you use a SVG logo, you should define a height for it. By default, it has with: 0 and height: 0.
Let us know if it fixes the problem. Cheers.
also , when i uploaded the template to my server the menu navigation menu not working for mobile / small screens .!
how I can fix that too ,
The problem should be from JS error. Let’s continue discussion in the other comment.
Good morning , when I uploaded my web site to the server , the navigation bar style is totally changed on safari browser !! but still the same on chrome browser
I have not change any thing on the source code at all , please I need the help to address this problem .! many thanks in advance .
http://www.m5zn.com/newuploads/2018/03/31/png//a77b1280ec0ec3a.png [ safari ] http://www.m5zn.com/newuploads/2018/03/31/png//a8b960906905cf4.png [ chrome ]Hi,
Does it work on your local dev? You probably have JS error. Please check Safari’s console for any potential JS error. Because it’s look like that JS code is not running on your Safari.
No on localhost it is not working , meanwhile when Ihen source template after enabled local files it was perfectly function.
I couldn’t understand your last comment perfectly. Does the problem has resolved?
No
Could you send a link to your website?
Hello Mr. Themeio,
i want to ask you about the contact-form. It is possible to expand it. i need a checkbox.
thx Marko
Hi Marko,
Yes, simply include the checkbox in your form, give it a name and value. We serialize the form using jQuery and insert the inputs value at the end of email. So if the checkbox has checked, you should see a line like “Checkbox name: Checkbox value” at the end of email.
Cheers, Hossein
The ‘shuffle’ UI element seems to be non-functional. http://thetheme.io/thesaas/uikit/shuffle.html#
Thanks for letting us know. Will work on it and fix it in the next release. If you need it sooner, let us know to send a fix as soon as we fixed the issue.
hey, do you have some documentation how to properly build the page with blocks and ui kit? (page, navbar, some bordered boxes) cause it looks nice one by one, but when try to combine it looks like a piece of crap
Hi,
What kind of documentation we can provide for this purpose?! Probably a little UI/UX knowledge would help. In my opinion, it’s better to start from defining your requirements, decide about the page flow and then choose from the available blocks based on the content you can provide. If you prefer, you might get help from a designer. You can find one in https://studio.envato.com/explore/websites-programming
Cheers.
Kind of documentation how to structure your page. If I grab some demo, there are structure differences. You can’t just replace one part of page with part from another page. If I grab blank one and put the navbar there, it creates gap on mobile. Really? I do have defined requirements, I’m a backend developer for long time. It would be great to find some theme, which you can take, grab the base content holder and put the UI parts there and don’t need to fight with css and overwriting ‘beautifully looking’ fields, which are designed to ‘look really awesome’ just at one page. C’mon guys, how many people are making static webs these days?
Still I don’t understand what shall we provide. We try to design more demos in future, so you have more options to get start with. Regards modifying CSS codes, you don’t have to fight with css. It’s ready, if you don’t need to add anything else to the template or modify colors, fonts, etc.
Regards using it in back-end, you have all the css and js files to import on your pages and lots of html blocks and sample pages to use. I don’t think that integrating a html template in a server-side language is a complicated task.
Let us know if we can provide any help.
so you find this ok? https://youtu.be/mYLoh3HR5UU and much much more things
If I understand it well, did you made the browser like 200px height?!! That’s the problem, there’s not enough space!
And you said there is no minimal height and good practices to get rid of this behavior? I was sure you theme is responsive. Ho do you understand the term ‘responsive’?
It is, check it out on mobile and tablet devices. Even smaller phone has more than 500px height! Still if you want to have 200px height responsiveness, remove .h-fullscreen class from the header, so it doesn’t have to become 200px height!
We’re facing an issue with this theme combined with W3 total cache.
Our site is https://www.arion.run
The total amount of products in the cart icon is cached in page cache. So let’s say I have 2 products in my cart and visit some uncached pages, the number 2 gets cached and served to other users too.
I tried excluding a few things from caching:
wp-content/themes/thesaas/header.php wp-content/themes/thesaas-child/header.php wp-content/themes/thesaas/include/view/header/topbar.php wp-content/plugins/woocommerce/includes/class-wc-cart-session.php wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php
It didn’t work.
Do you have any idea how to fix this? Is this something on the theme side that needs to be updated?
After some googling it might seem that the cart total number needs to be added through AJAX?
Any assistance would be helpful.
Thanks, Matthijs
Hi Matthijs,
Once you click “add to cart” button, the number updates using ajax. After reloading the website or other pages, the number acquired from WooCommerce plugin which it comes from database.
I haven’t tried W3 total, but from the descriptions you have provided, seems it save a html page from each pages. It sounds to be great with website which doesn’t have such a changes; because in this case the plugin has to recreate all of the html pages.
Maybe you could try “WP Super Cache” to see if it works for this scenario or not.
Cheers, Hossein
I have purchased the template, I plan to use this within an ASP.NET application. Has this template been tested for use within an ASP.NET application? If yes, could you please help on how to get started ?
No, we haven’t tried it in ASP.NET, but like any other HTML template, you should be able to integrate it into your prefer server-side language without any problem.
Thanks for the response. I’ll give it a run today. Will share my experiences as I go. First impressions – a beautifully crafted template.
Thanks.
I started with following your steps to install node.js > gulp cli > npm install > gulp serve { started on localhost } I changed a few HTML pages. Then executed gulp dist. However, there are no files in expert\dist\assets\plugin folder.
What am I missing ?
You don’t need /plugin/thesaas/ directory anymore. The SCSS and JS files has compiled with your assets and located inside /assets/css/ and /assets/js/. Everything is fine.
Oh, but then why doesn’t the expected js work. For the sake of an example, I am using your index.html which uses typed.js and constellation.js, however those effects aren’t rendered 
Those plugins are all included in the page.min.js. Will it work before running “gulp dist” task? Are you able to provide an online demo?
the typed.js, constellation.js don’t work before gulp dist, slick.js doesn’t work after gulp dist and while doing npm install, got the following
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated – replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
Got an error over here in slick.js
.$slides.add(.$slideTrack.find('.slick-cloned')).attr({
'aria-hidden': 'true',
'tabindex': '-1'
}).find('a, input, button, select').attr({
'tabindex': '-1'
});
slick.js:1307 Uncaught TypeError: Cannot read property ‘add’ of null at Slick.initADA (slick.js:1307) at Slick.init (slick.js:1288) at new Slick (slick.js:183) at jQuery.fn.init.$.fn.slick (slick.js:3003) at HTMLDivElement.<anonymous> (slick.js:52) at Function.each (jquery.js:354) at jQuery.fn.init.each (jquery.js:189) at page.initSlick (slick.js:17) at main.js:79 at Array.forEach (<anonymous>)
Update: It works fine before the gulp dist.
For Typed.js—I missed some part of the html along with Style to animate, however, I observed an issue, that I skipped one of the values from the string array.
Example:
span class=”fw-400 pl-2”
data-typing=”Foodies, Foodie Analyst, Gourmet, Gastronome, Hunger” data-type-speed=”80”>Foodie
span
span class=”typed-cursor” style=”animation-iteration-count: infinite;”
span
It skipped a word “Foodies”. Not sure why it did.
Slick.js also worked fine, however did give that error once.
Any reason in particular, why it doesn’t work after gulp dist?
I can’t see any problem with dist command. It only moves your project to another directory, remove unnecessary files to reduce the upload size, and minify the js and css files. Basically you can use the /src/ directory as well, without any problem.
How do you recommend the gulp dist command be run.
1. Gulp serve running and opening another cmd prompt to run gulp dist ? or 2. Terminate Gulp serve and then execute gulp dist ?
Strangely, I noticed that only when the gulp serve is running, my files render as expected. When I terminate the gulp serve and open the /src/index.html it doesn’t render as expected.
As long as you don’t make any modification to the files while running “gulp dist”, there should not be any difference. But I prefer to stop server and execute dist.
Strange. If you can send the project, I’ll take a look at it.
I have uploaded it here. Have a look.
The only difference that I can see is that your “benefits” section doesn’t have background-image on file:// protocol which has a wrong URL. Remove ”../” and it will be fine.
I corrected that. I uploaded it onto an app server and then while on the pricing.html when I switch to Annual, there isn’t any action happening. Looks like the js has some problem .. I’ll let you know in a while.
Any plans to have a form wizard ?
No, we don’t have any plan for it.
Hi, the pricing page doesn’t work. monthly and Annual toggle switch, could you check ?
Hi,
It works just fine in our demo! Please check your code.
I’be bought a template for one of my client 1 month ago.now I have another client, I will use your template again.The problem is that I m not sure if he will accept the final work or not.So can I use the template I already bought from you and if he did accept the final work I will come buy from you one more time.hope you did understand
Hi,
Yes, go ahead and develop the website for your customer and later purchase a license if your customer were satisfied with the work. Hope he will be.
Cheers.
You are really awesome and really thank you for this..I will always recommend your template to my clients
Hi,
I’m trying to use the cookie popups. Either cookie 2 or 3 keep appearing each time the webpage is refreshed or by clicking on any other link.
The saas theme have anything to stop showing the popup when the user clicks on “got it”?
Regards,
Hi,
Currently, it doesn’t have. But you’re right, we need to implement such a functionality to allow you display a one time popup. I’ll add it to our todo list and probably implement it for the next release.
Cheers.
I have two errors when inspection my site (datahaven.be) in console (Firefox): is there a way to fix these errors? TypeError: NetworkError when attempting to fetch resource. Bron-URL: moz-extension://c0ce4081-89fb-fa4a-bfd2-c4ba6782c4b0/lib/browser-polyfill.js Brontoewijzings-URL: browser-polyfill.js.map[Meer info] Use of Mutation Events not supported. Use MutationObserver in stead.
Hi,
As the error states, it’s an error from one of the extensions which is installed on your browser. That’s why I don’t see the error in my end. It doesn’t cause any problem for thesaas script.
Cheers.
Hi, Thank you for this wonderful theme. I just bought a license but I wanted to work with version 1.5. Is there a way to download this older version ?
Best,
Hi,
The older version is inside the download package, inside “v1.5” folder.
Cheers.
Hello guys, & thanks for the 2.0.1 update.
Is there any good reason you add a top:10px on the navbar element? Since mine got a background color, the rendering is a bit weird!
Thanks for the explanation 
Hello,
You’re welcome.
Basically, because it’s too close to the top side of browser when it’s transparent. Sorry about the issue we caused, we forgot that maybe some navbars have background color. If you use the expert starter, you can change the navbar offset from /assets/scss/_theme.scss file. If you use the page.min.css directly, let us know if you need help with removing the offset. We probably add a class to remove the offset in the next release.
Cheers.
Thanks guys, in the meantime we’ve added a hack
However, good idea for the class in the next release.
Keep up the good work 
Hi,
I’m looking to buy one of the image used in one for your demo. Would you have the source available for this vector: http://thetheme.io/thesaas/assets/img/vector/8.png
It would be very appreciated. It’s the one used in the Paypal demo.
Thanks 
Hi,
Here it is: https://www.freepik.com/free-vector/hand-drawn-locksmith-character_1602044.htm
Cheers.
Hi, I bought TheSaaS and would need the final website in two languages. Is the theme compatible with WPML/Polylang or can you suggest a different solution for dual language use of TheSaas? Thanks!
Hi,
As we stated in the “Pre purchase FAQ”, it doesn’t support multi-lingual support. Seems that Polylang partially can support our theme as one of the customers is using it. We provided a wpml-config.xml for the other customer a couple of months ago. Probably it still works. You can download it from https://ufile.io/lp75c .
Cheers.
Rally you are the best of the best script here on that website >
Can you make a script as a template of CV ? awesome thanks if you can do it 
Amazing new update Regards
Thanks. If you mean releasing a CV template, I don’t think so. It’s currently not inside our plan.
if you can do it make it as soon as possible , it be awesome for SAAS script .
Regards
@TheThemeio I liked with the previous release that the source files (scss and js) were located within a source directory. They are now a bit hidden in starter/expert/src/assets/plugin/thesaas/
That’s for your ease in future. In the previous version which you had to make your changes in /source directory, you might changed other scss files and it makes updating your template to new version so hard. With a starter, you can change scss variables and remove vendors based on your requirements, and changing to other scss files should be a style overridden. Still you think starting your project from /source directory was better approach? If yes, we consider including it in the next release.
My setup looks like this: I copied the source to a src/vendor/thesaas folder – I would not make any changes there but only keep this up to date with your releases. I build my styles from a file like src/scss/theme.scss where i do the adjustments (var definitions, additional styles, overrides, etc) and which includes the necessary thesaas styles.
That’s exactly what we do in the /starter/expert starter. There’s a /src/assets/scss/_theme.scss to modify the variables of TheSaaS. With each update, you only update the /src/plugin/thesaas/ directory. Have you read the /src/readme.html? As I can see, this is the same as your setup, including with gulp tasks and also ability to remove unused vendors from TheSaaS script and style.
Yes, sure. I just wanted to point out, that the new “source folder” at starter/expert/src/assets/plugin/thesaas/ is a bit hidden 
I see. I’ll add a new FAQ to the readme.html file regards this point.
Whats news in the version 2.0.1
It’s inside the changelog section of item description: https://themeforest.net/item/thesaas-responsive-bootstrap-saas-software-webapp-template/19778599
Also, a README.md included in the download package.
Hi,
Congratulations for this template, it could be the one I was looking for so long, plus the v2 came on my birthday like a gift 
I’m gonna start playing with it on my own but when do you think V2 documentation will be out ? (if it’s not already of course)
Thanks in advance.
Hi,
Thanks and happy birthday.
Basically, the /uikit directory is the documentation of our components. In the latest release which was few minutes ago, we added a /starter directory with two starters. Both of them have a readme.html file with full documentation on how to use the starter. If you need any other information to see in the documentation, let us know so we can add it to our todo list.
Cheers.