• Resolved luispf39

    (@luispf39)


    Hi,

    I have installed your plugin. It works fine in my form, but when I try it in a Product (the form is integrated with Gravity Forms Woocommerce Add-On), it seems your plugin CSS styles isn’t loaded.

    I want to buy your Pro version, but I need to confirm it is going to work fine in Woocommerce form.

    Any idea?

    Thank you so much

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author sehreideas

    (@sehreideas)

    Thanks for your message,
    in order to check your page problem by our development team please send your page url
    SehreIdeas support team

    Thread Starter luispf39

    (@luispf39)

    Hi,

    On this URL there is the form into a product: https://divorcios.ditsmarketing.com/producto/divorcio-sin-hijos/

    On this URL there is the same form, but into a page: https://divorcios.ditsmarketing.com/test-form/

    Thank you!
    Luis

    Plugin Author sehreideas

    (@sehreideas)

    do you use another plugin to insert your form into the product page?

    Thread Starter luispf39

    (@luispf39)

    I’m using WooCommerce Gravity Forms Product Add-Ons

    Plugin Author sehreideas

    (@sehreideas)

    Add-Ons probably don’t use the filter bellow while creating form.
    apply_filters( ‘gform_form_tag’)
    Please report the issue to Dev team
    SehreIdeas support team

    Thread Starter luispf39

    (@luispf39)

    Yes, I think it is using this filter (gform_form_tag), I have this code into into de form archive.

    class woocommerce_gravityforms_product_form {
    	private $current_page;
    	private $next_page;
    	private $form_id = 0;
    	private $product_id = 0;
    
    	public function __construct( $form_id, $product_id ) {
    		$this->form_id    = $form_id;
    		$this->product_id = $product_id;
    
    		add_filter( 'gform_form_tag', array( &$this, 'on_form_tag' ), 10, 2 );
    		add_filter( 'gform_submit_button', array( &$this, 'on_submit_button' ), 10, 2 );
    	}

    Any idea?

    • This reply was modified 5 years ago by luispf39.
    Plugin Author sehreideas

    (@sehreideas)

    The development team is currently working on the plugin update which will be released soon
    We appreciate your patience
    SehreIdeas support team

    Plugin Author sehreideas

    (@sehreideas)

    Hi,
    version 1.3.0 has been published. please update to the new version and check if your problem is solved.
    SehreIdeas support team

    Thread Starter luispf39

    (@luispf39)

    Oh! Thank you for your fast solution!

    Finally our developer repaired it, but we lost the transition effects and all the page needs to be reloaded when you have multiple pages in a Woocommerce form.

    I have installed your last version. Do you mantain the transition effect in Woocommerce? Or does your plugin reload all the page between pages?

    Thank you so much, again! ??

    Thread Starter luispf39

    (@luispf39)

    BTW, when I installed your last version some elements stopped working fine, like Woocommerce statistics in the backoffice, and some elements like checkboxes.

    I installed again the old version, and it’s working fine. I think there is a little bug somewhere ??

    Plugin Author sehreideas

    (@sehreideas)

    Thanks for your message,
    There was some minor bugs which now fixed in the new version(1.3.1). Please update beauty gravity and let us know if any other problem exists.
    SehreIdeas support team

    • This reply was modified 4 years, 12 months ago by sehreideas.
    Thread Starter luispf39

    (@luispf39)

    Hi!

    Now it works fantastic. The only thing is in Woocommerce the transition effect between pages doesn’t work.

    Is it a bug or in Woocommerce Gravity Forms insn’t available this transition?

    Thank you so much,
    Regards

    Plugin Author sehreideas

    (@sehreideas)

    Hi,
    to solve the issue please send the Username & password of your Admin panel to this E-Mail
    [email protected]
    SehreIdeas support team

    Thread Starter luispf39

    (@luispf39)

    Hi,

    I’ve just sent it ??

    Thank you!

    Plugin Author sehreideas

    (@sehreideas)

    Dear sir
    We have checked your website.
    Unfortunately WooCommerce Gravity Forms Product Add-Ons plugin doesn’t have the ability to activate Ajax forms.
    We did that with the assist of filter, But by activating ajax, the Product Add-Ons plugin changes the structure of the form meanwhile after loading the page some of our settings changes.( This case may happen by other plugins or The website Developer )
    Is this possible to load your intended form in product page by putting form shortcode ?
    SehreIdeas support team

    • This reply was modified 4 years, 11 months ago by sehreideas.
Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Problem with this plugin in Woocommerce Gravity Forms add-on’ is closed to new replies.