Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    I have more or less the same issue, although the implementation was done following step by step the instructions the rating does not appear.
    I am sure that the php tag <?php echo nggv_imageVoteForm($image->pid); ?> has been inserted in the right place of the source code because I have also put some text “Rating here:” that appears for each image as expected.

    Please find below all the information, thanks for any help.

    Preview: https://www.torte.net/foto/torte-decorate-per-bambini/
    Settings: https://www.torte.net/tmp/settings.png

    Template: /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/gallery-caption.php

    Here is the code:

    <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> >
    		<div class="ngg-gallery-thumbnail" >
    			<a href="<?php echo nextgen_esc_url($image->imageURL) ?>"
                   title="<?php echo esc_attr($image->description) ?>"
                   data-src="<?php echo nextgen_esc_url($image->imageURL) ?>"
                   data-thumbnail="<?php echo nextgen_esc_url($image->thumbnailURL); ?>"
                   data-image-id="<?php echo esc_attr($image->pid); ?>"
                   data-title="<?php echo esc_attr($image->alttext); ?>"
                   data-description="<?php echo esc_attr($image->description); ?>"
                   <?php echo $image->thumbcode ?> >
    				<?php if ( !$image->hidden ) { ?>
    				<img title="<?php echo esc_attr($image->alttext) ?>" alt="<?php echo esc_attr($image->alttext) ?>" src="<?php echo nextgen_esc_url($image->thumbnailURL) ?>" <?php echo $image->size ?> />
    				<?php } ?>
    			</a>
    			<span><?php if (!$image->hidden) { echo $image->caption; } ?></span>
    			<span style="color:red">Rating here: <?php echo nggv_imageVoteForm($image->pid); ?></span>
    		</div>

    Hi Swennet,

    the modification you have done could be perfect for the usage I need.

    Could you please send me the code mentioned?
    Many thanks
    Salvo

    Hi Swennet,

    it is awesome that you added this feature in the plugin.
    I really need it for a web contest because I do not want that someone can “inflate” the post views.
    Can you please let me know how to do?

    Thanks
    Salvo

    Yes, fingers crossed!
    I have tried to create a new form and I see this message in the sending step:

    Failed to send your message. Please try later or contact administrator by other way.

    Thanks Amanda for your suggestion.

    I have tried to switch to the default theme but it still does not work.
    The only difference is that the field check now works, for the rest I have the same issues.

    I have a similar problem, these are the symptoms:
    1. No field validation
    2. Arrows hanging
    3. Sometimes the form is sending but without any answer (circle arrows loop, no form notification e.g. your message has been sent…)

    I have disabled all the plugins but it does not work.

    WordPress version 3.4.2
    CF7 version: 3.3.3

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