Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #989632
    raymond11184
    Participant

    Hi,

    I’m using Arforms for my questionnaire form (https://flowz.be/concept/).

    I’ve used this particular plugin on many other sites (mostly in conjunction with Visual Composer) without any problems. However in ‘X’ the radio buttons and checkboxes aren’t visible.

    Attached you find the same form with radio buttons and checkboxes. Both sites uses the same plugins.

    Is there something I can do to fix this?

    Thanks!

    Ray

    #989902
    Rahul
    Moderator

    Hi,

    Can you try the conflict test first?

    You can do so by deactivating all third party plugins and see if it still stays the same or solves it.

    If it doesn’t solve, please send us your admin credentials in a private reply.

    Thanks

    #992297
    raymond11184
    Participant
    This reply has been marked as private.
    #992390
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .iradio_square input {
        opacity: 1 !important;
    }

    Hope it helps 🙂

    #993376
    raymond11184
    Participant

    Awesome! 🙂 It may be a cache related issue (although I deleted the cache) but on mobile the buttons still don’t show (iOS)

    Can you please take a look?

    Thanks a lot!

    Ray

    #993426
    Thai
    Moderator

    Hi Ray,

    Please update the previous CSS a bit:

    .iradio_square input {
        opacity: 1 !important;
        visibility: visible !important;
    }

    Let us know how it goes!

    #997071
    raymond11184
    Participant

    It’s all good now 🙂 Thanks!

    #997157
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-989632 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>