CodeCanyon

FeedBack

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
Josemi16 says

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

2 years ago
Author
Default-user planetcjd replied

Thanks for purchasing! :)

As far as getting notified about updates – at the moment the best bet is to probably check back here every so often.

Cheers

2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
justcharlie says

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.

2 years ago
Author
Default-user planetcjd replied

Hi,

sorry but I’m afraid that it isn’t very easy to do that – it would require quite a few changes.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
lindasunkim says
Purchased

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 .

8 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Switzerland
steveraf says
Purchased

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 :)

28 days ago
by
by
by
by
by