Notifications
Clear all

[Solved] Search Icons are Missing

7 Posts
4 Users
0 Likes
7,945 Views
Posts: 2
Customer
Topic starter
(@kktsch)
Member
Joined: 6 years ago

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.

6 Replies
Astghik
Posts: 5869
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

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.

Posts: 2
Customer
Topic starter
(@kktsch)
Member
Joined: 6 years ago

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.

Posts: 6
Customer
(@jblascoa)
Member
Joined: 6 years ago

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

Captura
Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

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;
}
Page 1 / 2
Share:
Scroll to top