Forums › Forums › Search & Filter Pro › Checkboxes do not show V + padding bottom elementor
- This topic has 8 replies, 2 voices, and was last updated 4 years, 10 months ago by Trevor.
-
Anonymous(Private) December 19, 2019 at 2:18 pm #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(Private) January 3, 2020 at 2:16 pm #230177Hello 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(Private) January 3, 2020 at 2:51 pm #230179Hi
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.
Trevor(Private) January 3, 2020 at 3:58 pm #230194I 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.
-
AuthorPosts