778 comments found.
Hi! How are you?! I did configured my Contact Form at sendmail.php and sendmail_depricated.php but it’s not working in any page! Did I miss something? Temp Website is gabivitoriano.com.br. Thanks
Hey!! Never mind!! It’s working now! Cheers
Great.
I did not receive this contact form when I downloaded the theme. I would like to use this in my website. Please support.
Hi,
You should download the latest release of the template. Please go to https://themeforest.net/downloads and download TheSaaS once again.
Hi
I have a local video that I want embedding, the code below works fine for a youtube vid.. but how do I get it to play a local file?
<section id=”section-products” class=”section text-center”> </section>
Make your customer service stand out
/Images/blog-3.jpg” alt=”...” /> /video/myOps.mov” data-provide=”lightbox”>Hi,
Simply use the video tag:
<video src="videofile.webm" autoplay poster="posterimage.jpg"></video>
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
thank you 
Hi all,
Is there a way to increase the topbars height?
Thanks
Hi,
Yes, add the following code to your style file:
.body-scrolled .topbar.topbar-sticky {
height: 90px;
}
worked a treat.. thank you!
Hello, great template. is there any protection for the contact form ? reCapcha ? thx
Hello,
Not now. But seems to be a good idea to add it to our next release.
how to remove the logo in the footer or change it’s size? the current one use the logo but cannot change the size.
wrong place – put it again in the wordpress version
Hi,
I’hve bought your theme and I’m very happy with it. However, I have a little problem with the logo when I’m on a mobile. Here is the screenshot: https://www.dropbox.com/s/hgkxei1uja8uu3o/7a43bab1-b253-4a5b-9755-6ba8cec11b9e.jpg?dl=0
The “connexion” button is to right on a mobile. What do I have to change in the css to have a smaller logo and to not have this problem?
Thank you
Hi,
Glad to hear that. Maybe hiding the button in small devices would be the best option, since your logo is lengthy. You can achieve this goal by adding “hidden-sm-down” class to your button.
As I’m sure you’re aware, “hidden-sm-down” and so forth have been dropped from Bootstrap 4 and this obviously breaks the template’s responsive elements.
Do you have an estimate regarding when you are likely to update to deal with this or what strategy you intend to use? For example, reinvent the attributes or copy them from the alpha or fix inline (“hidden-sm-down” = “d-none d-md-[inline | block]” etc).
I don’t want to start off on one fix strategy if you end up pursuing another.
We’re working on the version 2.0 of this template to be ready hopefully with final release of Bootstrap 4.
We’ll look for possibility of supporting new classes of Bootstrap 4-final on v1.x of TheSaaS, but there’s chances to leave TheSaaS v1.x to be on BS4 alpha-6 since it’s documentation is online and the code is stable ( https://v4-alpha.getbootstrap.com/ ).
I think the old customers who developed their website based on TheSaaS v1.x are fine without upgrading to TheSaaS v2.x, since v1.x is stable enough, but we strongly recommend to use v2.x of TheSaaS for new projects.
Let us know if you have more questions.
No problem. I’ve broken the template down into VueJS components and converted almost all of those CSS classes to media queries and JS anyway.
Great theme, I love it!
Thanks, good to hear that.
Hi, is there any way how to change labels with countdown template?I would like to change for instance word Hours to different language.Thank you
Hi,
In this case, you need to translate the language file which is located at “languages/thesaas.pot”. It’s not possible to change the text from page builder.
WOW!Nice Work,Congratulations! Good Luck With Sale 
Thanks.
Hi can you please tell me from where i can purchase images & videos you have used in your themes?
Hi,
I guess the ones from Unsplash are included all. Some are from freepick.com , some of them from Dribbble and some of them from the official website of demos.
Hi, I need a version of D & D PAGE BUILDER in HTML or PHP, I would like an urgent budget, thank you!
Hi,
Unfortunately, we don’t have such a feature in HTML version.
I understand, please send me a quote, I need this resource in PHP, thanks for the feedback.
We’re not available for freelance projects right now.
How can i make it so the navbar at the top has a white background?
Add bg-white to list of classes and remove topbar-inverse class.
Thats just what i wanted, thanks bro!
You’re welcome.
I’m trying to include cssshake and absolutely nothing is having effect? any ideas?
Can I see your page online?
fixed it but thank you for the amazing support again!
You’re welcome.
Hi, Let’s say I’m on index.html. How can i modify my topbar navigation when i click on some link it goes to the other page and scrolls down to specific section?
It wont work if I use this code:
Hi,
If your section has id=”sample-section”, you can use href=”features.html#sample-section”.
Hi,
How doesn’t the register work? Any extra back end I need to work on? How do I manage the members?
Hi,
It’s only a HTML template. You need to develop your backend software to handle user login and registration.
On certain pages I cannot seem to edit them with elementor – it throws the error message
` Uncaught SyntaxError: Unexpected token ) at new Function (<anonymous>) at Function.m.template (underscore.min.js?ver=1.8.3:5) at f.TemplateCache.Marionette.TemplateCache.compileTemplate (editor.min.js?ver=1.5.7:2) at f.TemplateCache.load (backbone.marionette.min.js?ver=2.4.5:22) at Function.get (backbone.marionette.min.js?ver=2.4.5:22) at n.getTemplate (editor.min.js?ver=1.5.7:6) at n._renderTemplate (backbone.marionette.min.js?ver=2.4.5:23) at n.render (backbone.marionette.min.js?ver=2.4.5:23) at n.render (editor.min.js?ver=1.5.7:6) at n.render (underscore.min.js?ver=1.8.3:5) `
Any idea on how to alleviate this?
Many thanks
Hi,
Please send your WP login to our email so we can try to find the problem: https://themeforest.net/user/thethemeio#contact
Thanks.
hi,
may i know how to configure email settings?
i am using pop3 proxy
many thanks
Hi,
To configure email server, you should contact your server provider or server admin. To configure the email message, you can find commented settings in /assets/php/sendmail.php file.
Regards.
hi,
i cannot send out email if only configure those item in sendmail.php
so, i try to configure in class.phpmailer.php
[1] when configure as “public $Mailer = ‘smtp’; ”, i find it could send out email but the succsful messsage disappears on page
[2] when configure as “public $Mailer = ‘mail’; ”, i find it could not send out email but the succesful message appears on page
////////////////////////////////////////////////////////////
my page is like:
<form action=”assets/php/sendmail.php” method=”POST” data-form=”mailer”> your message has been sent
<...>
<button class="btn btn-lg btn-primary btn-block" type="submit">send</button>
</form>
i need to use smtp server to send out email
many thanks
Hi,
You shouldn’t modify class.phpmailer.php. You can set your SMTP settings in sendmail.php, under the “Configure PHP Mailer” section. To set your SMTP settings, please see “Server settings” section in the official example: https://github.com/PHPMailer/PHPMailer#a-simple-example
hi,
follow your construction, i am able to send out email now …
but, the successful message “your message has been sent” still disappear even email is sent out successfully
my page is like (using “block-contact.html – Contact 2”)
<form action=”assets/php/sendmail.php” method=”POST” data-form=”mailer”> your message has been sent
<input class="form-control form-control-lg" type="text" name="name" placeholder="">
</form>
<input class=”form-control form-control-lg” type=”text” name=”company_name” placeholder=””>
<textarea class=”form-control form-control-lg” name=”message” rows=”4” placeholder=””></textarea>
<button class="btn btn-lg btn-primary btn-block" type="submit">send</button>
many thanks
i do not touch sendmail.php, and it keeps as
if( !$mail->send() ) { echo json_encode( array( ‘status’ => ‘error’, ‘message’ => $error_message, ‘reason’ => $mail->ErrorInfo, )); } else { echo json_encode( array( ‘status’ => ‘success’ ) ); }
seems that the function does not return correct value? or
((( div class=”alert alert-success” ))) cannot work?
many thanks
hi,
i did some test and find:
(1) for “sendmail.php”, the logic goes into part “echo json_encode( array( ‘status’ => ‘success’ ) );”
(2) for html form, below does not work and message cannot be displayed when email is sent successfully
<form action=”assets/php/sendmail1.php” method=”POST” data-form=”mailer”> <div class=”alert alert-success”>send successfully</div>
....
<button class=”btn btn-lg btn-primary btn-block” type=”submit”>send</button>
i want to display successful message on page
many thanks
Hi,
The codes don’t display fine here. Are you able to share a url to your contact form?
I can’t install your theme, the installation process returns that the style.css is missing.
How can I solve this?
Regards,
Andreas
Theme-Installation aus Datei: TheSaaS – v1.4.5.zip Entpacken des Pakets …
Das Theme wird installiert …
Das Paket konnte nicht installiert werden. Dem Theme fehlt das Stylesheet style.css.
Theme-Installation fehlgeschlagen.
Hi,
Seems you purchased the HTML version instead of WordPress version. You should purchase this one: https://themeforest.net/item/thesaas-responsive-saas-software-webapp-wordpress-theme/20136366
Hi! All forms (“Schedule your personal demo”, “Subscribe”, “Contact”...) works?
Hi,
Yes. For subscribe forms, we only supports MailChimp. You can learn how to configure it here: http://thetheme.io/thesaas/block-subscribe.html#mailchimp-integration
Hi! Thanks. What about the page-register and the page-login? Is it for TheAdmin template? Cheers
Oh! And the constellation bkgd comes with the template?!
Login and register are not supported. They should connect to a backend software. Constellation background is part of the template.