Question on Blockquote shortcode

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4864
    maxmays
    Member

    On the blockquote shortcode, which we’re using in a testimonial slider, there is an “affiliation_url” variable. How can we make that link open in a new window instead of leaving our site? I tried both target=”_blank” and link_target=”_blank” to no effect.

    See slider on homepage of http://www.kudzubranding.com.

    Thanks,

    Max

    #4882
    Raghavendra
    Moderator

    You will need to change the code of the file framework/shortcodes/typography-shortcodes.php at line number 38 to include the target=”_blank” as below –

    $author_info .= '' . $affiliation . '';
    
    #4883
    Raghavendra
    Moderator

    If you do not want to change the code and do not mind using HTML that is generated by the shortcode, you can use the below as an example –

    I would recommend Kudzu for any creative job where you would expect excellence and pride in the work.

    - Dr. John DeWitt, Chairman, Black Mountain Town Square Committee

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.