Discussion on Protech SaaS - SaaS, Software & WebApp Template

Discussion on Protech SaaS - SaaS, Software & WebApp Template

Cart 533 sales
Well Documented

protechtheme supports this item

Supported

This author's response time can be up to 1 business day.

83 comments found.

Is it easy to have a sub navigation?

Hello faith24,

We think you haven’t purchased the SaaS HTML template as we can’t see the purchased tag.

Thanks Protechtheme

Hello, whats in latest update 13 June 20 .. please add details , so i can buy it for clients..

Hello s4asoft,

The only change, We have included the preview landing page (index.html) in the main file. Most of the buyers need that page.

Thanks Protechtheme

So I am getting this error The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.

can I install via wordpress?

Hello romikatmiya,

This is a simple HTML template file not a WordPress Template.

Thanks Protechtheme

ooops, could you convert it to wordpress for me please? actually I wanted to buy wp compatible and I am not a developer so kind of waste my money

Hello romikatmiya,

This is only an HTML template so we are extremely sorry for that.

Thanks Protechtheme

I would like to know how can I install the theme on my WordPress?

Hello romikatmiya,

This is a simple HTML template file not a WordPress Template.

Thanks Protechtheme

The template is nice,i started to look through the files, and i noticed that the first landing page (index.html) is missing once you download. index1-6 are there, but index.html is not

Hello @marjanmic,

That is just a preview landing page, so it’s not included with the main files. Can you please share your email address, We will send all files through via mail.

Thanks Protechtheme

Yes sure. my email address is marjanmac@gmail.com

I need to add a checkbox control on the contact page. How can I do?

Hi satego,

We have already added checkbox in sign up page, please check it http://protechtheme.com/saas/register.html

Thanks Protechtheme

How do I slow down the transition speed for each slide using bxslider? I tried adding a pause command but it does not seem to help.

/*
 *  Banner Carousel  *
 */
var $element = $('.banner-slider');
if ($element.length > 0) {
    $element.bxSlider({
        controls: true,
        auto: true,
        mode: 'fade',
        touchEnabled: false,
        speed: 1500,
        pause: 3000,
    });
}

Hi cdh_design,

The default pause value is 4000(“pause: 4000”), so you can change the value accordingly. Please check this screenshot: https://prnt.sc/qqklzw

Thanks Protechtheme

Hallo, why is there no code for modals? I try to insert bootstrap 4 modals and the appearence is not correct. Could you write me the correct css for a modal thata appears in the center of the screen, with buttons and modal-header?

Thanks

Hi art_project,

Could you please share the URL, so our team can take a look at it asap

Thanks Protechtheme

Hello,

on select box (dropdown), if you want to search by letter e.g type ‘G’, it will not take you to that option that starts with G. how can you search via keyboard input letter?

Hi gwumkt,

We have used select2 plugin for our select elements, it does have option search , so you will need add that parameter in the select2 js function written in custom.js. Please refer: https://select2.org/searching

Thanks Protechtheme

It has been more than a year now since last update. Are you planning to release an update?

Hi ajaychadha,

We are currently working on another project currently, we will update the theme as soon as possible

Thanks Protechtheme

Hello,

We have some tiny issues with the theme and need explanation. do you have any email to contact you?

Hello, I’ve purchased this template. However I can’t find a page that shows an already logged in user i.e. a page without Login-Signup button but logged in user’s name and logout menu. Does it exist?

Hello apexol,

Sorry we have not included such case in our templates.

Thanks Protechtheme

That’s so weird, given that it’s a SaaS template. If there is a login button, then there should be a logged in page template. I think I should’ve seen all the pages first before buying this template. That’s so standard thing required in SaaS templates.

Hi all, my purchase code is 8da066be-f338-463f-b115-25dea00f8aa1 In the banner of index1.html I need to add another pop-box on the left under the existing one. I tried with no success. Could you suggest me the code? Thanks in advance

” on the right under the existing one” ...sorry

Hello art_project

Copy the existing pop-box HTML and paste it again under the same pop-box and add your CSS class (eg: popup-3) to that popup, and adjust the position top property of that class to fit your needs.

Thanks Protechtheme

HI I wish you can show me about the member page. when this member is registerd. Thank you . chlytw008@gmail.com

Hello chlytw,

We have not included such page in this template.

Thanks Protechtheme

Hi, I’ve tried installing the theme onto my Wordpress site and it is giving me this message:

The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.

Any suggestions?

Hello Yrebelo,

This is a simple HTML template file not a WordPress Template.

Thanks Protechtheme

Hello, We love your theme, but we have to recolor it to a brand. Can you please send me any css source files (less or scss)? We have collected the colors from the CSS and converted to scss, but found around 250 colors and it would be much easier to change only some colors since we think you use functions in the source to calculate them.

Hello madtiger,

We have not used “less or scss” to build the theme, so we will not be able to help you.

Thanks Protechtheme

Hi,

Demo link is not working anymore. http://bxslider.com/ too is not working. How can I set the slider.

Thanks

Hello codersguru,

Demo link and bxslider is working, Please check the url bellow: http://protechtheme.com/saas/ http://protechtheme.com/saas/banner-carousel.html (bxslider Banner)

Thanks Protechtheme

Hi there, The theme is really good. But I am having problem with the Purchase now button on the “Index5.html”. Means 5th home page layout Purchase now button on the slider is not working. A solution to this will be appreciated. thank you

Hello anmfaisal1,

Excuse us for the delayed response, Please add option “touchEnabled: false,” to bx-slider initialization in custom.js file.

Eg:- var $element = $(’.banner-slider’); if ($element.length > 0) { $element.bxSlider({ controls: false, auto: true, mode: ‘fade’, touchEnabled: false, speed: 1500, }); }

Thanks Protechtheme

Hi.

Is there a way to apply the sticky head that is part of opt5 to all of the header options? I’d like to use opt5 for the landing page, but then use the standard <header> for all of the other pages; however, I want the header to stay on top for all of the pages.

Thank you!

Richard

Hello richardhay,

Please add class name for header <header class=”fixed-top”> and also add background color white for “fixed top” class via CSS and margin top for banner class “banner-outer” to correct the banner view (adjust the margin top responsive views).

Thanks Protechtheme

Hi. Thank you for your help. I changed the header class and added the white background via CSS, but I’m not sure what you mean by the “margin top” and “banner-outer” comments. Where do I make those changes?

Also, once I changed the header class and added the white background, I end up with two logos stacked in the mobile view.

Thanks again for your help!

Richard

Hello richardhay,

Could you please share screenshot or link.

Thanks Protechtheme

Good morning, and great theme! I’m using opt5 for the header and I’ve eliminated the navbar-right (using just the navbar-nav). How can I align the navbar menu items against the right side of the browser (instead of positioning them right next to the logo)? I’ve tried about everything…

Hello richardhay,

Please change the class name (“mr-auto” to “ml-auto”).

Thanks Protechtheme

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