steffonpixelwars Profile Topics Started Replies Created Engagements Favorites Forum Replies Created list of topics you have created till now. steffonpixelwarsParticipant 24 March 2014 at 10:09 Posted in : [slide caption url in a new window #13159 Hello, yes, it is ! I’ve found this Sunday. I have modified in functions.php : function slide( $atts, $content = null ) { extract( shortcode_atts( array( ‘caption’ => ”, ‘url’ => ”, ‘src’ => ”, ‘target’ => ‘‘), $atts ) ); $caption_out = ”; if ( $caption != ” ) { $caption_out = ” . $caption . ”; } $url_out_begin = ”; $url_out_end = ”; if ( $url != ” ) { $url_out_begin = ‘<a href="' . $url . '" target=”‘ .$target. ‘“>’; $url_out_end = ‘‘; } $slide = ” . $url_out_begin . ” . $caption_out . $url_out_end . ”; return $slide; } add_shortcode( ‘slide’, ‘slide’ ); And then, the code in my first message is ok ! steffonpixelwarsParticipant 21 January 2013 at 17:56 Posted in : problem with portfolio #3158 Hi, I found a solution. In fact, I work with Safari (Mac Os Lion Mountain). If I work with the plugin “AdBlock”, this problem appears. If I disable it, it does not appear. I do not know why but it works… Viewing 2 posts - 1 through 2 (of 2 total)