I have different layout of gravity forms in preview vs. in page.
I have already added
add_action(‘init’, ‘no_x_gravity_form_css’, 9999999);
function no_x_gravity_form_css () {
wp_dequeue_style( ‘x-gravity-forms’ );
}
in function.php of the pro child theme… but no effect.
I have replaced the line
add_action(‘init’, ‘no_x_gravity_form_css’, 9999999);
with
add_action(‘x_enqueue_styles’, ‘no_x_gravity_form_css’, 9999999);
and everything it’s fine now.
So, forget about this thread.
Thx,
Andrei
No problem, glad you figured it out, Andrei!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.