Your Time:
Our Time:
← Back to discussions

Thumbnail links open new browser window. Also, how to change color?

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 2 replies, 3 voices, and was last updated 7 years, 1 month ago by Fem.

  • 2019-07-24 at 10:14 am
    Unknown Support Status
    #25591
    CatMissile
    Participant
    • Topics: 4
    • Replies: 13
    • Total posts: 17
    • Post count: 17

    The four thumbnail images on our dev site (http://wp5.temp.domains/~suburbt7/) all open new browser windows when clicked, rather than just simply linking to the designated page. How can this be fixed?

    Also, how can the blue/cyan color be changed on the thumbnail text label?

    2019-07-24 at 3:31 pm
    #25592
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Open services.php file located in /hopes/page_builder/aivah_sc/shortcode/services.php and edit the following lines

    Find Code
    $out .= '<a href="'.$link.'" target="_blank"><img src="'.$image.'" width="'.$width.'" height="'.$height.'" alt=""></a>';

    Replace Code
    $out .= '<a href="'.$link.'"><img src="'.$image.'" width="'.$width.'" height="'.$height.'" alt=""></a>';

    2019-08-10 at 12:56 pm
    #25651
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Due to no response from the last message, we assume the problem is resolved and we consider closing this topic. If you have any further queries related to the same question then please re-open post your question here instead of opening a new topic.

The topic ‘Thumbnail links open new browser window. Also, how to change color?’ is closed to new replies.