-
Author
-
December 29, 2015 at 09:16 #95535graphiteParticipant
Hi
I activated Geo-my-wp plugin and found the “Add member” icon in members page showed improperly (attached).
I followed the instructions from this thread:
https://archived.seventhqueen.com/forums/topic/bug-icon
Not sure whether it is relevant..Please advise. Thanks
Attachments:
You must be logged in to view attached files.December 30, 2015 at 19:08 #95738LauraModeratorHello, so after following that it didnt work? Can you share admin credentials so i can check it out?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 2, 2016 at 18:46 #95979LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 4, 2016 at 18:12 #96190RaduModeratorHi,
I cannot see that empty button there, do you have solved the issue ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 5, 2016 at 00:06 #96280graphiteParticipantHi Radu,
The problem have not yet solved.
Please go to the /members page. The blue search icon and the “add friend” icon in each member show improperly.
Thanks.January 5, 2016 at 17:06 #96373RaduModeratorHi,
It seems that this issue is caused by the font awesome library that is loaded from one of your plugins, i suggest you to disable all plugins then enable it one by one, after each plugin activation check if the icons are appears correctly, in this way you will find what plugin causes the issue.
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 6, 2016 at 14:49 #96627graphiteParticipantHi Radu,
It is caused by Geo my WP plugin.
It was discussed above that I follow the instruction from this thread: https://archived.seventhqueen.com/forums/topic/bug-icon
Laura’s suggestion:
I copy geo-my-wp.php in wp-content/plugins to the child theme folder, and create a new folder called geo-my-wp and paste geo-my-wp.php to the folder.
After her inspection, she cannot solve this problem so assign to you.I need Geo my WP plugin. However, is that possible to solve the problem without disable that?
Thanks.January 6, 2016 at 18:35 #96699RaduModeratorHi,
Please add this to your wp-content/themes/sweetdate-child/functions.php
COPY CODEadd_filter( 'gmw_font_awesome_enabled', '__return_false' );
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 6, 2016 at 23:47 #96784graphiteParticipantHi Radu,
The problem solved but some symbols in GEO my WP are disappeared..
Is possible to keep font awesome from both parties?
CheersJanuary 7, 2016 at 17:36 #96979RaduModeratorHi,
Try like this
Add this function next to the function that i have provided to you in preview reply.
COPY CODEfunction hook_fa_library_maxcdn() { $output = "<link rel='stylesheet' id='font-awesome-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=2.6.4' type='text/css' media='all' />"; echo $output; } add_action('wp_head', 'hook_fa_library_maxcdn');
Let me know if the icons are ok
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 8, 2016 at 17:22 #97308RaduModeratorYou’re welcome,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.