• Hi dear, i need help with your plugin.

    First question is if this plugin have a shortcode to be manually inserted into a theme.

    The second question is, i have two featured images in a post, Banner and Poster, how can I use your plugin in both?

    This is a screen of what I mean: Screenshot

    • This topic was modified 7 years, 6 months ago by danilos9.
    • This topic was modified 7 years, 6 months ago by danilos9.
    • This topic was modified 7 years, 6 months ago by danilos9.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marcel

    (@marceljm)

    Hi, @danilos9

    1) for now the plugin has no shortcodes. Why do you need that?

    2) the plugin doesn’t support two featured images unless you use a slider of images. But that’s a premium feature.

    Thread Starter danilos9

    (@danilos9)

    Hi @marceljm, thanks for response.

    1) I need the shortcode for easy implementation on my theme, i put them in exact location, replacing the local image field in my theme.

    2) I do not need a slider, i need only put two different URL in two different location, i’m going crazy, your plugin is the best solution but not have this features that I wrote

    the theme i’m using is this, if you need: Amy Movie

    I have this structure for big Banner:

    <section id="amy-page-header" class="<?php echo esc_attr( $class ); ?> <?php echo esc_attr( $movieclass ); ?>">
    	<?php
    	if ( is_singular( 'amy_movie' ) ) {
    		echo amy_movie_get_banner( $post_id, 'full' );
    	} else if ( is_singular( 'amy_cinema' ) ) {
    		$arr 	= get_post_meta( $post_id, '_cinema_block_options', true );
    
    		echo '<div class="amy-page-cinema-title">';
    
    		if ( isset( $arr['cinema_banner'] ) ) {
    			$image	= wp_get_attachment_image( $arr['cinema_banner'], 'full' );
    
    			echo $image;
    		}
    
    		echo '</div>';

    and this for poster:

    <div class="entry-thumb">
    					<?php echo amy_movie_get_poster( $post->ID, array( '360', '618' ) ); ?>
    				</div>
    • This reply was modified 7 years, 6 months ago by danilos9.
    • This reply was modified 7 years, 6 months ago by danilos9.
    Plugin Author Marcel

    (@marceljm)

    It’s not so easy to do, but it’s a cool idea.

    Just notice that I receive a lot of demands for new features, so I don’t know when it would be done. But of course I will consider that for the next polls and I will keep this ticket open.

    Thread Starter danilos9

    (@danilos9)

    Ok @marceljm, i hope is released soon :-).

    Thread Starter danilos9

    (@danilos9)

    Hi dear, good news for me?

    Plugin Author Marcel

    (@marceljm)

    Not yet, @danilos9.

    The most of people chose “Support to Instagram Images”…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Shortcode and twice Featured Images’ is closed to new replies.