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.
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 8 years, 9 months ago by
danilos9.
-
This reply was modified 8 years, 9 months ago by
danilos9.
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.
Ok @marceljm, i hope is released soon :-).
Hi dear, good news for me?
Not yet, @danilos9.
The most of people chose “Support to Instagram Images”…