Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Dante
  • #58647
    danteboom
    Member
    Post count: 32

    Hello,

    The social icons disapeared.
    Top social icons and olso share icons, also the normal icons with icon buttons and even the icons from the iconbox.

    I made a clean WordPress, also reinstalled the theme but still gone.
    Also same problem on other websites.
    (for every site i bought a unique key)

    The blog has a big bug, the exerpt doesnt work well, items show over the other also it goes over the footer.

    #58650
    danteboom
    Member
    Post count: 32

    Also: it happened after i uses theme options font options font size. There is really a bg causing this.
    Also newest versions of all, wp thems browser etc etc, in all browsers same problem so its not browser problem. Also testen on tablet, mobile and 3 different pc’s. All same problem.

    #58681
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could you share your link so I can look into this?

    – Kyle

    #58839
    danteboom
    Member
    Post count: 32
    This reply has been marked as private.
    #58864
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can set a private reply, like you just have in your last comment. This way no one else can see your comment.

    – Kyle

    #58972
    danteboom
    Member
    Post count: 32
    This reply has been marked as private.
    #58973
    danteboom
    Member
    Post count: 32
    This reply has been marked as private.
    #58974
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please disable the nextgen gallery plugin and let me know if this fixes the problem.

    – Kyle

    #58991
    danteboom
    Member
    Post count: 32
    This reply has been marked as private.
    #58996
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s because the plugin also calls the fontawesome css file. Please go into the plugin and remove the files, it may work, not sure. I will inform the developer of this to see if we can provide a workaround.

    – Kyle

    #59003
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit functions.php at /wp-content/themes/dante/

    1-Find this code at line 140 
    wp_register_style('fontawesome', SF_LOCAL_PATH .'/css/font-awesome.min.css', array(), NULL, 'all');
    
    Replace with 
    wp_deregister_style('fontawesome');
    wp_register_style('fontawesomeNew', SF_LOCAL_PATH .'/css/font-awesome.min.css', array(), NULL, 'all');
    
    2-Find this code at line 147
    wp_enqueue_style('fontawesome'); 
    
    Replace with
    wp_enqueue_style('fontawesomeNew'); 

    Hopefully it will work sure .
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #59013
    danteboom
    Member
    Post count: 32
    This reply has been marked as private.
    #59015
    danteboom
    Member
    Post count: 32
    This reply has been marked as private.
    #59017
    danteboom
    Member
    Post count: 32
    This reply has been marked as private.
    #59023
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    I have added it to the bug list so hopefully the developer will get a fix for it in a future update. Until then, if you make any theme updates you will need to redo the steps above.

    – Kyle

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register