Wednesday, May 1, 2013

[Help Wordpress] Royal Slider on Blox from Themezilla


Hi there,


I'd like to implement this on a themezilla product called Blox. They've let me know that there are two calls I need to adjust in order to implement royal slider across the board. They are:



if( $portfolio_display_gallery == 'on' ) {
$gallery_layout = get_post_meta( $post->ID, '_zilla_gallery_layout', true);
$slideshow = ( $gallery_layout == 'slideshow' ) ? true : false;
$size = ( $media_pos == 'zilla-media-center' ) ? 'portfolio-full' : 'portfolio-index';
zilla_gallery( $post->ID, $size, $slideshow, $slideshow );
}




$gallery_layout = get_post_meta( $post->ID, '_zilla_gallery_layout', true);
$slideshow = ( $gallery_layout == 'slideshow' ) ? true : false;
zilla_gallery( $post->ID, 'blog-index', $slideshow );
?>


Any advice you have would be appreciated. Thanks!


Angus



.

help.dimsemenov.com

No comments:

Post a Comment

Search

Other post