Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • ohhhh!!!! Thank you genius! Buff! I got crazy! I didn’t know why!
    Thank you very much!

    Hi Jleuze,

    I check it out the problem about the buttons next/prev and just happen sometimes! Usind the same and different title and slug. I don’t know. I’ve created a new slideshow and it doesn’t happen. 5 minutes later, i’ve created another one, as the same way, and it’s happen! WTF? i don’t understand anything… :-O

    Hi JLeuze,
    Sorry for reply too late!
    Yes, i’m using custom template. I’ve already added the description in my slides. But same problem, when i add
    <img src=”<?php bloginfo( ‘template_directory’ ); ?>/images/XXXXXX.png” class=”watermark” alt=”” />
    </div><!– .meteor-slides –>

    everything go down:
    This is the code i have now at the end of the custom template. Is it right?

    <?php // Get the featured image’s description
    $ms_thumb_id = get_post_thumbnail_id($id);
    $ms_description = esc_attr( get_post_field( ‘post_content’, $ms_thumb_id ) );
    echo ‘<p>’ . $ms_description . ‘</p>’;
    ?>
    <img src=”<?php bloginfo( ‘template_directory’ ); ?>/images/watermark.png” class=”watermark” alt=”” />
    </div><!– .meteor-slides –>
    </div><!– .mslide –>
    <?php $i++; ?>
    <?php endwhile; ?>
    <?php wp_reset_query(); ?>
    </div><!– .meteor-slides –>

    Thank you a lot!

    Hi Jleuze,

    Your plugin is really awesome! Nice job!
    But i have two questions:

    1.
    I’m doing something wrong. Sometimes and some slide, prev/next buttons appear on the middle of the slide, in other case, appear on the top, as if they doesn’t recogniser css or i don’t know what.

    here good:
    https://www.paubarrena.com/

    here no:
    https://www.paubarrena.com/gay-pride-barcelona-2011/

    2.
    I’m using qTranslate plugin to translate my site.
    I want to add a description/ caption on my picture. I’ve already added the code. But, do you know if there is some way to show different caption by different languages?

    I hope you can solve my problems and i doesn’t take you a lot of time!
    Thank you very much!

    Hi JLeuze,

    I have a lot of problems to set watermark on my slide.
    I copied the css code on the meteor css file and

    <img src=”<?php bloginfo( ‘template_directory’ ); ?>/images/XXXXXX.png” class=”watermark” alt=”” />
    </div><!– .meteor-slides –>

    and all the website is block. The slide disappear and i see the pics as a “list”, and css no works!

    HELP!
    Thank you very! Great job!

Viewing 5 replies - 1 through 5 (of 5 total)