my website is: meydan.co
I have no caches or confilicting apps.
I have the same issue on "Most commented" tab in the widget
Thank you.
my website is: meydan.co
I have no caches or confilicting apps.
I have the same issue on "Most commented" tab in the widget
Thank you.
Hi kktsch,
The reason is that your theme load Font Awesome old version, however wpDiscuz Font Awesome lib is updated to version 5.
Please ask your theme support to update Font Awesome library.
Yes it was the problem. I changed the theme and icons appeared but they are only seen on Safari, it is the same for chrome, safari and mobile.
Hi Astghik,
On my WEB ( http://organics-magazine.com/),
I have the same problem. But in my case I think it's a problem related to the CSS.
To date I worked without a child theme and I saw the search icon and the icon on the right. But recently I created a child theme and now I do not see it. It will be a problem of the content of my function.php but I am not able to know what I should add to incorporate the css of your plugging.
Currently the content of my function.php is this:
<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;
// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED - Do not modify or remove comment markers above or below:
if ( !function_exists( 'chld_thm_cfg_parent_css' ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( ) );
}
endif;
add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 );
// END ENQUEUE PARENT ACTION
Can you help me?
Thank you
Try this custom CSS code, put it in WP Theme custom CSS editor (not in style.css) or in Dashboard > Comments > Settings > Styles > Custom CSS Code textarea.
Delete all caches and do Ctrl+F5 on front. It should be loaded after plugin CSS files to take affect:
#wpcomm .wpdiscuz-search-box i.fas {
font-weight: 900px !important;
}