Viewing 15 posts - 1 through 15 (of 27 total)
  • #135216
    Ilya
    Member
    Post count: 122

    when you add fa-icons via swift builder is not appear on page. even with shortcode.

    #135279
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me website url and wordpress admin login detail to check and resolve the issue.
    Thanks
    Mohammad

    #135370
    Ilya
    Member
    Post count: 122
    This reply has been marked as private.
    #135505
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit shortcodes.php at /dantne/swift-framework/

    Find this code:-
    $icon_output = '<i class="'.$image.' sf-icon sf-icon-float-'.$float.' sf-icon-'.$size.' sf-icon-'.$color.'"></i>';	
    
    Change to :-
    $image  = str_replace('fa-fa-','fa-',$image);
    $icon_output = '<i class="'.$image.' sf-icon sf-icon-float-'.$float.' sf-icon-'.$size.' sf-icon-'.$color.'"></i>';	

    Thanks
    Mohammad

    #135778
    Ilya
    Member
    Post count: 122
    This reply has been marked as private.
    #135800
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit shortcodes.php at /neighborhood/includes/swift-framework/

    Find this code:-
    if ($cont == "yes") {
    			return '<div class="sf-icon-cont cont-'.$size.' sf-icon-float-'.$float.'"><i class="fa-'.$image.' sf-icon icon-'.$size.'"></i></div>';
    		} else {
    			return '<i class="fa-'.$image.' sf-icon sf-icon-float-'.$float.' icon-'.$size.'"></i>';	
    		}		
    
    Change to:-
    
    if ($cont == "yes") {
    			return '<div class="sf-icon-cont cont-'.$size.' sf-icon-float-'.$float.'"><i class="fa '.$image.' sf-icon icon-'.$size.'"></i></div>';
    		} else {
    			return '<i class="fa '.$image.' sf-icon sf-icon-float-'.$float.' icon-'.$size.'"></i>';	
    		}		
    

    Thanks
    Mohammad

    #138677
    Gaspard
    Member
    Post count: 29

    Hello,
    I have a same probleme ! I tried the solution you explain above, but it does not work !
    Can you help me please ? Tnanks

    #138679
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @Gaspard,

    So at the moment seems you can display fa icons.
    Can you provide admin access and your site url so we can check?

    -Rui

    #138696
    Gaspard
    Member
    Post count: 29
    This reply has been marked as private.
    #138781
    Gaspard
    Member
    Post count: 29
    This reply has been marked as private.
    #138783
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please just attach a marked screenshot so i can get this at given page url to inspect.
    Thanks
    Mohammad

    #138796
    Gaspard
    Member
    Post count: 29
    This reply has been marked as private.
    #138961
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved your issue so please check it now.
    Thanks
    Mohammad

    #139566
    Gaspard
    Member
    Post count: 29

    Hi,
    Great ! thanks a lot.
    Now what is the code for custom css for define the horizontal alignement with the texte, please ??
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #139572
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    h4.spb_heading span, h4.lined-heading span{
    margin-top:15px !important
    }

    Thanks
    Mohammad

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