Tecnologo
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN Gallery Voting] How to enable votingHi,
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.pngTemplate: /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>
Forum: Plugins
In reply to: [WP-PostViews] Track views with cookie/ipHi Swennet,
the modification you have done could be perfect for the usage I need.
Could you please send me the code mentioned?
Many thanks
SalvoForum: Plugins
In reply to: [WP-PostViews] Track views with cookie/ipHi 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
SalvoForum: Plugins
In reply to: [Contact Form 7] Circle Arrows Hanging – not sendingYes, 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.
Forum: Plugins
In reply to: [Contact Form 7] Circle Arrows Hanging – not sendingThanks 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.Forum: Plugins
In reply to: [Contact Form 7] Circle Arrows Hanging – not sendingI 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