Code

Discussion on WordPress Wizard Guides

Discussion on WordPress Wizard Guides

Cart 136 sales
Recently Updated

welaunch supports this item

Supported

This author's response time can be up to 2 business days.

34 comments found.

Nice Plugin, BTW i have a pre purchase question, does this plugin i compatible with page builders, example does the plugin work with: 1. WPBakery Page Builder and Elementor Page Builder, and 2. can we use it with this theme https://themeforest.net/item/renovate-construction-renovation-wordpress-theme/11789093?clickid=xdJzV%3AzWTxyNUPQQ3YzI9XpcUkFTnvVdVxfFX00

Thank you.

1) Yes of course you can use our shortcodes everywhere

2) Sure thing

Your CSS does not work, any solution!!! i have used the form with shortcodes

My CSS? What you mean? Please submit a ticket: welaunch.io/en/contact

Hi, love the plugin so far! I’d like to customize the appearance of the results (products) to match a custom layout I have on the site. Which template file controls the appearance of the results? Thanks!

Understood, thanks! Another hopefully more obvious question. I feel dumb asking, but how do you delete an answers or questions once you’ve created it? I don’t see any way to remove them, like an X button, or delete button.

I assuming you just can’t?

Sorry for the late reply. Right now you can only hide them. We look forward to add a delete feature later.

Hi, I tried to fill in a support ticket on your website, but there seems to be problems creating these. So here my question:

The styling of the ‘next’ button is broken or not appearing. The link: labelbewust.nl/form-preview

Seems like your theme does not support “button” css class. Please add this custom CSS:

button.wordpress-form-wizard-btn {
    background: rgb(255, 216, 102);
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
}

Thanks! It works for the next and previous button, but not the Submit / send button. What CSS id should be for that?

Your URL no longer works? You can use the chrome inspector to get the class / ID.

what is the difference between this wizard and the guided selling & product advisor you are also selling?

Our wizard guide can work with all post types and is more enhanced (e.g. dependencies etc.). We are slowly deprecating our guided selling plugin for our wizard guide.

I’ve seen the product demo and wondering whether can it move on the next question without clicking the next button ? i.e when the user click on the option, it moves to next question

Well currently not, but we can customize / add this feature for you on Charge. Contact us at support@welaunch.io

Hello do you have Paypal integration? so People can order and pay in the end of the form?

No sorry we do not have this.

Hello, i have a problem after install. please help me. website url: https://sell.mobilbarlang.cloud/index.php/sample-page/

Hey Mate, You copied our shortcode with PRE HTML tags. Remove the PRE Tags in your editor.

hi , how can skip when the slider is 0 ? i already set not required , but it cannot go to next step

Hi there,

we found the issue and fixed it. Please send a mail to support@welaunch.io when you need the new version.

Hello again,

we are using the wizard type: price planner with question & answers.

We need to add a simple dropdown near each product in the wizard, like this:

https://drive.google.com/file/d/1uSbPMRoBzpuFp9vB_vU_EOoFDE2Kn3nF/view?usp=sharing

When the customer changes quantity the price is recalculated accordingly.

How can we do this?

The slider like this:

https://drive.google.com/file/d/1jo8se8kgf7HUp8ZKzPkWNs4RcA2CGNe2/view?usp=sharing

is not an option, because there are too many products and each product has a different price (there would be too many dependency connections needed, as there are hundreds of products with unique price for each product).

Also we would like to schedule a Google Meet meeting with you sometime next week. But we need to handle that via mail.

Yes we got it now. It went into spam sorry.

Great. We have just e-mailed you back.

Hi, just bought and started using this plugin today.

There is a bug in the code causing calculated price to be inaccurate.

For example, instead of 10000 the calculated price shows as 9972, which is incorrect. Same repeats with all other calculated prices, never exact, always slightly off.

The problem is in: assets/js/wordpress-form-wizard-public.js.

This function:

step: function() { priceField.data('price', this.Counter); priceField.text(that.numberFomatter.format( Math.ceil( this.Counter ) ) ); }

In this function, Math.ceil() was used to round up the this.Counter value to the nearest integer.

It caused the displayed price to be inaccurate because it was always rounding up and didn’t account for cases when the price should be rounded down.

To fix the issue you need to replace the function above with following function:

step: function(now) { priceField.data('price', now); priceField.text(that.numberFomatter.format(now.toFixed(2))); }

It fixes the issue.

The issue is fixed by removing the use of Math.ceil().

Instead, we now have now.toFixed(2) which rounds the now value to 2 decimal places.

This ensures that the displayed price accurately represents the calculated value during the animation.

Developer, please update the plugin, so we do not have to redo this change every time the plugin gets updated.

Thank you.

Thanks for the information and the provided fix. We have put this into next update :)

Have an awesome day!

Great, thanks! :)

hi I recently bought how can i import demos

Demos can not be imported. You need to create own guides :)

Hi, is this plug-in included in your “Ultimate WooCommerce Plugin Bundle Pack for 299.- ?

No sorry, because this is not w woocommerce one. But we will soon release a bundle with all our plugins.

Hi, does it support custom fields? Created with Toolset. Btw the results are stuck: https://prnt.sc/oABEVmy9-x8x

Hey there,

yes our plugin supports all custom post fields. Are you logged in while testing? Cause we block all POST Requests.

Please log out while testing the frontend :)

WOW Finally! It looks great! I have been looking for something like this for a very long time!

The only thing I would like to see if is a way to capture an email address, maybe with the option to email the results to the user. Or integration with email marketing service like Klaviyo.

Also looking forward to seeing additional features added.

Congrats guys!

Hi there,

That feature is already built in. At the end a user can save his configurations via email, that gets send to the user and admin (if enabled). It also gets saved in your database.

Ah OK… I didn’t see that in the Demo. Do you provide Admin Login details to test?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey