New Landing How can we help? Themeforest Theme Support Dante Social Icons and Swift page builder

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #58784
    marilynvegarolon
    Member
    Post count: 1

    I updated the theme Dante 2.15 and lost the social icons and the icons from the sf_iconbox image. I fixed the problem in the sf_iconbox changing the fa names to ss names. However, I can’t see any solution for the social icon boxes. I am enclosing a image so you can see what I mean.
    My website: http://www.fedecoop.com; using wordpress 3.8.1
    My other issue is that I can’t use the swift page builder if I use the accordion and toggle shortcode the page will get out of order and the accordion will not show all the information written. I am sending you an example of what happens in a backup file. You can compare it to the page when you open the website.
    http://www.fedecoop.com/home-backup/
    I would like to be able to use the swift page builder but I am using the classic editor, if there is a solution please let me know.

    #58888
    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 . And upgrade to latest theme version 2.16 to fix rest of all issues .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #59383
    marilynvegarolon
    Member
    Post count: 1

    Thank you for your help!!!! I appreciate it very much!!!

    #59386
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    You most welcome .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 4 posts - 1 through 4 (of 4 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