New Landing How can we help? Themeforest Theme Support Dante Add a new social profile

Viewing 15 posts - 1 through 15 (of 25 total)
  • Posted in: Dante
  • #177230
    newki
    Member
    Post count: 177

    Hello,

    In France there’s a social network as famous as LinkedIn, called Viadeo. How can I add it in the social profile list?
    Thanks for your help!
    Nice day

    #177236
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Do you have 16×16 wide icon for this social profile?
    Thanks
    Mohammad

    #177246
    newki
    Member
    Post count: 177

    Sure, here are 2 versions,
    – original in png 50*50
    – 1 in white 16*16
    URL http://www.viadeo.com/

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

    Hi,
    Please open to edit shortcodes.php at /dante/swiftframework/ and follow this link http://pastebin.com/hH9bzq9z to make the change.
    Thanks
    Mohammad

    #180154
    mengeco
    Member
    Post count: 558

    Thanks but in Joyn theme, shortcode.php does not exist (the example was for Dante) and the screenshot is unavailable

    #180158
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its sf-shortcoes.php file at /joyn/swift-framework/core. The code is same.

    Thanks
    Mohammad

    #180204
    mengeco
    Member
    Post count: 558

    I don’t see sf-shortcodes.php file (see screenshot please)

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

    Hi,
    Please provide me wordpress admin login detail after installing WPIDE plugin.
    Thanks
    Mohammad

    #180232
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #180254
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Sorry! You can find the file at /plugins/swift-framework/shortcodes/

    Thanks
    Mohammad

    #180261
    mengeco
    Member
    Post count: 558

    It should intervene in the plugin “swift-framework” and not in the theme?

    No file “shortcodes” folder in plugin

    #180275
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    File i inside plugin directory that installed by theme. Its here /plugins/swift-framework/includes/shortcodes/.

    Thanks
    Mohammad

    #180285
    mengeco
    Member
    Post count: 558

    ok, thanks 😉

    But the video icon Fontawesome doesn’t exist, how create the link to my css stylesheet ? I can edit a css

    .viadeo {
    background-image: url(img/viadeo-icon.png);
    }

    In sf-shortcodes.php, the line to edit :

    if ( $viadeo ) {
                        $social_icons .= '<li class="viadeo"><a href="http://www.viadeo.fr/' . $viadeo . '" target="_blank"><i class="??????"></i><i class="??????????"></i></a></li>' . "\n";
                    } 
    #180291
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Yes, you can do it or use like.

    
    f ( $viadeo ) {
                        $social_icons .= '<li class="viadeo"><a href="http://www.viadeo.fr/' . $viadeo . '" target="_blank"></a></li>' . "\n";
                    }

    Thanks
    Mohammad

    #180317
    mengeco
    Member
    Post count: 558

    ok Thanks

    I added “Viadeo” in includes > sf-options.php :

    	array(
    							'id' => 'viadeo—page_url',
    							'type' => 'text',
    							'title' => __('Viadeo', 'swiftframework'),
    							'subtitle' => "Votre URL Viadeo",
    							'desc' => '',
    							'default' => ''
    							),

    I insert URL viadeo in theme options > social profiles

    And I added css :

    .viadeo {
    	background-image: url(img/viadeo-icon-blanc.png);
    }

    I insert shortcode “Share” in a page

    but It don’t work : linkedin ok but viadeo don’t display

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

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

License required for the following item
Login and Registration Log in · Register