Forums Forums Search & Filter Pro Checkboxes do not show V + padding bottom elementor

Viewing 9 posts - 1 through 9 (of 9 total)
  • Anonymous
    #229477

    Hello Trevor,

    I have two issues. The first is that if you check a box it doesnt show it is checked. (That is to say you can see it but not correctly). This is ont te Rondleidingen pagina.

    The second is a problem I had before and you fixed it on another page.(GIDSEN pagina) It is the padding in the grid after updating the filter. I tried copying the code you added on one page to the other, but no result. Can you have a look at it. My site is still not online, so you’ll need my password and login to see it. I d be happy to provide it again if necessery, but in a private message of course:).

    Best, Barend

    Anonymous
    #229478
    This reply has been marked as private.
    Trevor
    #229579

    Can we address the first issue first? Your theme is using font-awesome to render the checkboxes and hides to original checkboxes using CSS.

    I suspect that Font Awesome is not actually loading (have you dequeued it)?

    Anonymous
    #230177

    Hello Trevor,

    Happy new year! Hope you had good holidays. Sorry, how to deque it? I googled how to do it and came up with some code:

    <?php
    add_action( ‘wp_print_styles’, ‘dequeue_font_awesome_style’ );
    function dequeue_font_awesome_style() {
    wp_dequeue_style( ‘font-awesome’ );
    wp_deregister_style( ‘font-awesome’ );
    }
    ?>

    But as I put it in a text box in elementor nothing changed. Sorry not handy with code at all. I think it didnt work, but could also be that the issue is somewhere else. Thanks for helping out!

    Trevor
    #230179

    Hi

    You should be using a child theme. If you are not, then make one using the Orbisius plugin that will do it for you. Simply accept the default settings and it will make and activate it for you, then you can remove that plugin.

    In the theme folder on your server, you will find a file named functions.php.

    The code you quoted should be in that.

    Anonymous
    #230192

    Thanks, unfortunately, this had no result.

    Trevor
    #230194

    I just read back through the thread, and I think we hit a language barrier. When I asked about Font Awesome, I wanted to know IF you had already done this, because that would cause this problem, so I was in fact saying do NOT dequeue it. My apologies.

    So, I figured it out. See this notice here:

    https://docs.oceanwp.org/article/637-icons-missing-after-font-awesome-5-upgrade

    If you deactivate the Ocean Extra plugin, the ticks are back, so you need to follow the advice in that notice to fix it, I think.

    Anonymous
    #230197

    Hello Trevor,

    Ah great! That fixed it!

    The second issue I manage to fix myself.

    Best, Barend

    Trevor
    #230199

    Thanks for letting me know. I will close this thread for now.

Viewing 9 posts - 1 through 9 (of 9 total)