Topic Resolution: Resolved
  • Closed
  • April 11, 2015 at 4:23 am #16292

    Thanks for the new theme! I like the Social Media fixes!

    I am however having the following issues:

    The Flikr Widget is not opening in a new window but taking people away from the website. That is not good. How do I fix it?

    Additionally, the bottom footer Social Media buttons do not open in a new window either.. That is a problem also, how do I fix that?

    Thanks!

    Dave

    Roman
    Spectator
    Posts: 3147
    April 11, 2015 at 9:20 am #16302

    for flickr, you need to edit the widget, alora/widgets/flickr-widget.php file, line #63

    s += '<div class="flickr_badge_image"><a href="' + p_url + '">' + '<img alt="'+

    replace with

    s += '<div class="flickr_badge_image"><a target="_blank" href="' + p_url + '">' + '<img alt="'+

    for footer social icons, Theme Options -> Extra -> Open Social Icons in a New Window

    disneyboi619
    Spectator
    Posts: 1
    April 11, 2015 at 7:43 pm #16313

    I have a question. How can we add Tumblr to the Social Media Section? It is not included for some reason and Tumblr is a major social media outlet. Thanks

    Roman
    Spectator
    Posts: 3147
    April 11, 2015 at 8:39 pm #16316

    disneyboi619 please don’t add question in someone’s thread…open a new thread..thanks.

    Our World Enterprises
    Spectator
    Posts: 57
    April 12, 2015 at 7:10 am #16330

    This option was already selected.

    I disabled it and saved, then re-enabled the check box and saved, still no go. Footer still links in same window… :/

    Thoughts?

    Our World Enterprises
    Spectator
    Posts: 57
    April 12, 2015 at 7:16 am #16331

    The Flikr Widget solution worked like a charm. Now I just need to figure out the footer one. Thanks

    Our World Enterprises
    Spectator
    Posts: 57
    April 12, 2015 at 7:40 am #16333

    I made a mistake, I originally said FOOTER AREA and the ones I meant are actually those in the following area near the bottom:
    We are social!

    Roman
    Spectator
    Posts: 3147
    April 12, 2015 at 9:39 am #16339

    go to Widgets and edit the Social Links widget, there is field Link Target , type there _blank and hit Save

    Our World Enterprises
    Spectator
    Posts: 57
    April 12, 2015 at 10:18 pm #16364

    Any idea what line number that is on? I am having trouble finding that?

    Thank you

    Roman
    Spectator
    Posts: 3147
    April 12, 2015 at 10:58 pm #16369

    Appearance -> Widgets -> Social Links -> Link Target

    Our World Enterprises
    Spectator
    Posts: 57
    April 12, 2015 at 11:08 pm #16371

    Perfect! Thank you very much! Resolved!