hi
i do that but yet the reply dont send to the user(the person who have sent the ticket)
what is the problem?
hi
there is no problem . you can use sidebar and sticky widget area on widgets page.
hi
This problem fixed in new version 0.3.1 you can use after approving.
Hi
delete the current code from fixy/js/functions.js file or make theme comment.
$('a.external').click(function(event){
event.preventDefault();
var address= $(this).attr('href');
$('body').prepend('<div class="body-overlay-on-image"></div>');
$('body').append('<div class="iframe-temp-area"><iframe class="iframe-temp" src="'+ address +'"/></div>');
$('.iframe-temp-area').windowCenter();
$(".body-overlay-on-image").on("click",function(){
$(".body-overlay-on-image").remove();
$(".iframe-temp-area").remove();
});
});