It is not displaying on your website because the team-press plugin that you are using is overwriting the font awesome.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-icon-group-item i.fa.fa-whatsapp { font-family: 'FontAwesome'; }
I visited your shared website but didn’t see any error on it as shown in the attached screenshot.
Could you please tell me where exactly the errors are displaying and share the exact page URL and screenshot of it?
Also, please make sure that you are using the below latest version of the theme and temporarily deactivate the cache that you are using on your website.
Please login to access this file
Hi @RedWolfCy,
I hope you are well today and thank you for your question.
To achieve this, you have to develop custom code in the child theme of the Gillion theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/gillion-multiconcept-blogmagazine-theme/19470306/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Hi @mtortorello,
Sorry to hear about the problem you are having.
Could you please share the errors that you are getting or share the screenshot of it so that I can troubleshoot it?
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
I logged into your website and saw this was happening because of the StoreCustomizer plugin that you are using on your website so I have deactivated the plugin.
Please contact the plugin support to resolve the issue.
Best regards,
Shufflehound team
Hi @juzerdhoon,
I hope you are well today and thank you for your question.
You can change it by developing CSS code or using the Yellow Pencil editor as described on the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Could you please share the page URL from your site where it is not displaying so that I can troubleshoot it?
Could you please share the screenshot of the dropdown list where you are selecting it?
Hi @juzerdhoon,
I hope you are well today and thank you for your question.
There is no theme option to achieve this.
To achieve this, you have to develop custom code in the child theme of the Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Hi @atoking27,
I hope you are well today and thank you for your questions.
You are using a custom header created using the WPbakery page builder so you can remove the search and social icons on mobile from the header settings as shown in the attached screenshot.
Regarding mobile scroll, it is not an issue but the Revolution slider plugin configuration that you can resolve by using the solution shared in the below topic.
https://support.shufflehound.com/forums/topic/mobile-version-doesnt-scroll-down/#post-63567
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
You have to remove the CSS code from Yellow Pencil Editor as shown in the attached screenshots.
You are most welcome here 🙂
Is this something which will need to stay there permanently?
Yes
Could you please share your site URL where it’s happening so that I can troubleshoot it?
Sorry for the late reply.
The issue is fixed in the below latest version of the theme so please update the theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
You are most welcome here 🙂
Have a fantastic day
Solution for this topic
Please try using the below CSS code and remove the previously shared CSS code.
html[lang="en-GB"] .sh-header-builder-main-element-button-container a:nth-child(1), html[lang="en-GB"] .sh-header-builder-main-element-button-container a:nth-child(2) { display: none !important; } html[lang="fr-FR"] .sh-header-builder-main-element-button-container a:nth-child(3), html[lang="fr-FR"] .sh-header-builder-main-element-button-container a:nth-child(4) { display: none !important; }
The issue is fixed in the below latest version of the theme so please update the theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Solution for this topic
To resolve the issue, could you please add the below code in the functions.php file of the Gillion child theme?
add_action( 'admin_enqueue_scripts', 'meta_box_scripts' ); function meta_box_scripts() { global $post; wp_enqueue_media( array( 'post' => $post->ID, ) ); }
You are most welcome here 🙂