Thanks for your answers, just bought it. 
Just an other question, If you release an update, Am I notified? How can I know that you release it?
Greetings
Thanks for your answers, just bought it. 
Just an other question, If you release an update, Am I notified? How can I know that you release it?
Greetings
Is it possible to have an image in place of the “feedback” text that sticks out? Changing the size isn’t an issue for me.
Otherwise this looks great.
Hi,
I set the $mailTO and $mailFrom using my email address and tested to enter the feedback and I never got anything from the server.
PLEASE HELP .
THANK YOU .
Hi, I just bought your script and have a problem to integrate it with Masonry. Do you ahve any ideas on how to stop Masonry breaking? At the moment I’ve tried making it into a function, which gets called:
a) When the page initiall loads (this works) b) When masonry has run (this doesn’t work) c) When the infinateScroll is run (this doesn’t work either)
My code is:
function setup_feedback() { }
$('#feedback-container').feedback();
$(".iframe").fancybox({
'width': '50%',
'height': '70%',
'type': 'iframe'
});
The Masonry code looks like so:
$(function(){
$container = $('#mainblocks');
$container.imagesLoaded(function(){
$container.masonry({
itemSelector: '.box'
});
setup_feedback();
});
$container.infinitescroll({
navSelector : "a#next",
nextSelector : "a#next",
);
itemSelector : '.box', // selector for all items you'll retrieve
dataType : 'html',
loading : {
finishedMsg: "Congratulations, you’ve reached the end of the internet.
",
img: "http://waaaant.com.nmsrv.com/images/loading_ball.gif",
msgText: "Loading the next set of posts...",
selector: '#infscr-loading'
}
},
// trigger Masonry as a callback
function( newElements ) {
// hide new items while they are loading
var $newElems = $( newElements ).css({ opacity: 0 });
// ensure that images load before adding to masonry layout
$newElems.imagesLoaded(function(){
// show elems now they're ready
$newElems.animate({ opacity: 1 });
$container.masonry( 'appended', $newElems, true );
setup_feedback();
});
}
});
on http://waaaant.com.nmsrv.com ... thanks a lot for your support 
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
149 Purchases
24 Comments