New Landing How can we help? Themeforest Theme Support Flexform YouTube Social Profile Not Working with Flexform Theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #154054
    jennifermirsky
    Member
    Post count: 3

    Hoping you can help. I’m having 2 issues: 1) I can’t seem to update the theme. I get this message: Could not remove the old theme. Theme update failed.

    2) I’m unable to link up my social profile for YouTube to my Mirsky Digital YouTube channel (https://www.youtube.com/c/Mirskydigital). I wonder if this could relate to YouTube changing its URL structure from /user to /c. It is probably not helpful that I’m using an older version of the theme. I saw for another Theme that the answer was that it was looking for a YouTube PROFILE vs a CHANNEL so perhaps that is the answer? I have tried every which type of YouTube username in the Flexform social icons UI area, but all result in broken links. This is an answer I found on the forums which could apply here?

    Social Prifiles – you tube

    Hey,
    The YouTube widget is meant for profiles, not channels.
    I’ve created a tutorial for our Supreme theme, but it should work for Pinpoint as well, so here goes:
    ———————————————————————
    – Open wp-content/themes/pinpoint/includes/shortcodes.php via FTP with a code editor, such as Sublime Text 2 or Dreamweaver or Notepad++
– go to line ±600, where you see this:
    if ($youtube) { $social_icons .= ‘<li class=”youtube”>YouTube‘; }
    Change that to:
    if ($youtube) { $social_icons .= ‘<li class=”youtube”>YouTube‘; }
    It is also required to change ‘user’ for ‘channel’ in line 83 in widget-subscribers.php
    wp-content/themes/pinpoint/includes/widgets/widget-subscribers.php
    Save the files to server and it should work as you need it now.
    Regards,
    ————————————————————————————————————
    Cosmin
Support Assistant

    Social Link to YouTube doesn't work

    #154193
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    #154518
    jennifermirsky
    Member
    Post count: 3
    This reply has been marked as private.
    #154519
    jennifermirsky
    Member
    Post count: 3
    This reply has been marked as private.
    #154579
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit shortcodes.php at /flexform/includes/.

    Find this code:-
    if ($youtube) {
    $social_icons .= '<li class="youtube"><a href="http://www.youtube.com/user/'.$youtube.'" target="_blank">YouTube</a></li>'."\n";
    }
    
    Change with:-
    if ($youtube) {
    				$social_icons .= '<li class="youtube"><a href="http://www.youtube.com/c/'.$youtube.'" target="_blank">YouTube</a></li>'."\n";
    			}

    Thanks
    Mohammad

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