There is a conflict with the site origin panels plugin: https://www.ads-software.com/support/plugin/siteorigin-panels
If i put a slider in a widget via short code, it works all fine except on pages that use panels. On panels pages the slider content is replaced with the same set of panels that is used on the main page.
I use the catch-box theme.
]]>Hi there!
I would really like to try your plugin. What shortcode do I use to place the slideshow on a page?
]]>Is it posible to configure more than one sliders in my wordpress installation?
I’m working in a new site in wich i need one different slider (different slides) per page. Is it possible to do so with this lugin?
Thank you!
]]>Boa tarde, estou testando o plugin(e esta se saindo muito bem :D), coloquei o codigo em meu template <?php the_slideshow(“cat=5”); ?>, porem, esta mostrando apenas o que tem em the_content, como fa?o para mostrar apenas a imagem destacada com o link do post?
# generate slider
$code = "<$htmltag class=\"simple-content-slider\">";
foreach( $slides as $slide )
$code .= "<$htmltag>".apply_filters( 'the_content', $slide->post_content )."</$htmltag>";
$code .= "</$htmltag>";
if( $echo!=false )
echo $code;
return $code;
}
Obrigado pela aten??o
]]>