-
AuthorPosts
-
August 29, 2014 at 10:07 am #310839
Hi there,
I got 2 issues.
1) I’ve install a plug in Background Music Player
http://codecanyon.net/item/background-music-player/7312865?ref=circlewavesIssue: Unable to see the playlist (Pause/Play Button) in my main page
2) Portfolio target=”_blank”
Question: How to set my portfolio to link to another website with (target=”_blank”)
Thanks!
August 29, 2014 at 2:39 pm #310946Hey chunhowe!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.bmplayer-container.bmplayer-style-4 { z-index: 99; }2- Please refer to Peter’s post here – https://kriesi.at/support/topic/portfolio-custom-link-to-open-in-a-new-page/#post-223280
Best regards,
YigitAugust 29, 2014 at 6:01 pm #311032Hi Yigit,
1) Music Playlist has shown [Working fine] TQ
2) Regarding my portfolio (target=”_blank”). I’ve follow the instruction given by you . The Text link of my portfolio works fine as (target=”_blank”).
However when i click on the portfolio image it still open as Target=”self”
August 29, 2014 at 6:08 pm #311036Hey!
Please open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace
$output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' $target title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";with
$target = !empty($custom_link) ? "target='_blank'" : ''; $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' $target title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";and:
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' title='".esc_attr(strip_tags($title))."' ",'a'), $entry);with
$target = !empty($custom_link) ? "target='_blank'" : ''; $link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' {$target} title='".esc_attr(strip_tags($title))."' ",'a'), $entry);Regards,
PeterAugust 31, 2014 at 9:20 am #311463Hi Yigit & Peter,
Everything is fine now!
Awesome Support! You Guys Rock! Thanks!
-
AuthorPosts
- The topic ‘Music Playlist Not Appear & target="_blank"’ is closed to new replies.
