New Landing How can we help? Atelier Add social network

Viewing 15 posts - 1 through 15 (of 29 total)
  • Posted in: Atelier
  • #187068
    saylife
    Member
    Post count: 161

    I would like to add a social network “vkontakte”
    Your plugin “swift-framework” in the code file sf-shortcodes.php, there is this network.
    How do I activate it?

    if ( $id == "vk" ) {
    $social_icons .= '<li class="vk"><a href="' . $vk . '" target="_blank"><i class="fa-vk"></i><i class="fa-vk"></i></a></li>' . "\n";
    }
    #187358
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems that is prepared for that social network but missing the option in the theme.
    Can you replace this code.

    
    if ( $id == "vk" ) {
    $social_icons .= '<li class="vk"><a href="' . $vk . '" target="_blank"><i class="fa-vk"></i><i class="fa-vk"></i></a></li>' . "\n";
    }

    by this one

    
    $social_icons .= '<li class="vk"><a href="http://www.linktoyoursocialnetwork.com" target="_blank"><i class="fa-vk"></i><i class="fa-vk"></i></a></li>' . "\n";
    

    Can you try it to see if it works, and then we add the option to a future theme version.

    -Rui

    #187368
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    This is really a job for a developer, but I can point you in the right direction.

    Open the file (sf-options.php) in the theme Folder: atelier/includes/options/sf-options.php.

    After line 3470, add this:

    					array(
    						'id' => 'vk_url',
    						'type' => 'text',
    						'title' => __('VK', 'swiftframework'),
    						'subtitle' => "Your VK URL",
    						'desc' => '',
    						'default' => '#'
    						),

    Make sure you preserve all previous commas in the previous arrays.

    Go to your admin options ‘Social Profiles’ and add your URL and save the options. See screenshot.

    Thanks,
    David.

    Attachments:
    You must be logged in to view attached files.
    #187410
    saylife
    Member
    Post count: 161

    Thank you!
     David, your code works perfectly.

    #187413
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Glad it’s sorted.
    We will include David change in the next update.

    Thanks David.
    -Rui

    #189515
    saylife
    Member
    Post count: 161

    Hi!
    How to add a background color for icon VK?

    #189562
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Sure, add this:

    ul.social-icons li.vk a:hover {
      background-color: #f26522;
    }

    Please change the color code to the color you require.

    Thanks.

    #189571
    saylife
    Member
    Post count: 161

    Thanks.
    Works perfectly!

    #189579
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks David

    #189612
    David Martin – Support
    Moderator
    Post count: 20834

    Great, please open a new ticket if you have any more issues we can help with.

    Thanks.

    #201982
    Mik_mo
    Member
    Post count: 39

    Cannot find the file you are talking about ((

    Attachments:
    You must be logged in to view attached files.
    #201985
    David Martin – Support
    Moderator
    Post count: 20834

    Hi @Mik_mo, looks like you have posted in the wrong support thread. What are you referring to?

    – David.

    #202007
    Mik_mo
    Member
    Post count: 39

    No, it is right thread )

    I also need to add vkontakte social icon to my site but cannot find the files you are talking about and code lines in the files((
    May be thay change after swift-framework updates?

    Thank you.

    #202014
    David Martin – Support
    Moderator
    Post count: 20834

    It’s already in the latest update 🙂

    Theme Options => Social Profiles => VK (Near the bottom)

    Thanks.

    #202060
    SofiCo77
    Member
    Post count: 39

    Аfter Swift Framework updates this function does not work

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