This topic has 15 replies, 3 voices, and was last updated 10 years by graphite.

  • Author
  • #95535
     graphite
    Participant

    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

    #95738
     Laura
    Moderator

    Hello, 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 solution
    #95790
     graphite
    Participant

    Wordpress:
    http://www.datingyo.com
    John
    bsG1N2O5q

    FTP:
    http://ftp.datingyo.com
    datingyo
    |BQi{8%$M5jH

    #95979
     Laura
    Moderator

    Hello, 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 solution
    #96005
     graphite
    Participant

    OK. Thank you!

    #96190
     Radu
    Moderator

    Hi,

    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 solution
    #96280
     graphite
    Participant

    Hi 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.

    #96373
     Radu
    Moderator

    Hi,

    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 solution
    #96627
     graphite
    Participant

    Hi 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.

    #96629
     graphite
    Participant

    In case you need the information to inspect, please use:

    Wordpress:
    http://www.datingyo.com
    John
    bsG1N2O5q

    FTP:
    http://ftp.datingyo.com
    datingyo
    |BQi{8%$M5jH

    #96699
     Radu
    Moderator

    Hi,

    Please add this to your wp-content/themes/sweetdate-child/functions.php

    COPY CODE
    
    add_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 solution
    #96784
     graphite
    Participant

    Hi Radu,

    The problem solved but some symbols in GEO my WP are disappeared..
    Is possible to keep font awesome from both parties?
    Cheers

    #96979
     Radu
    Moderator

    Hi,

    Try like this

    Add this function next to the function that i have provided to you in preview reply.

    COPY CODE
    
    function 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 solution
    #97151
     graphite
    Participant

    Problem solved. Thank you Radu.

    #97308
     Radu
    Moderator

    You’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
    #97415
     graphite
    Participant

    Ya. Already made as full stars. cheers

Viewing 16 posts - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?