Site logo

[Resolved] Issue with Ninjaform tickbox styling

Home Forums Support [Resolved] Issue with Ninjaform tickbox styling

Home Forums Support Issue with Ninjaform tickbox styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1906001
    fabien

    Hi there,

    After going back and forth with Ninjaform support it appears some GP theme CSS is conflicting with Ninjaforms’ tickbox. NF support said Ninja Forms inherits and defers to the styling rules put in place by the theme. This is confirmed by switching to the default Twenty Twenty-one theme.

    Radio buttons work fine, just the checkbox doesn’t check properly (whether visually but also data-wise, it doesn’t record as ticked).

    Any idea what GP theme-related CSS may be hindering this?

    #1906088
    Ying
    Staff
    Customer Support

    Hi Fabien,

    I don’t see any CSS coming from GP is conflicting with the tick box.

    Have you tried clear cache and disable all plugins except GP Premium to test?

    Let me know 🙂

    #1906095
    fabien

    Actually, I removed fontawesome via this script in the child theme to improve pagespeed… it seems this caused the glitch.

    // remove fontawesome from NinjaForms
    
    add_action('nf_display_enqueue_scripts', function() {
      wp_dequeue_style('nf-font-awesome');
    }, 100);

    It looks like fontawesome is a mandatory requirement?…

    #1906102
    Leo
    Staff
    Customer Support

    This is something you will need to check with NinjaForm’s support team 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.