Jorge A. Gonzalez
Jorge A. Gonzalez
Is there a way to modify the size of the upvote/downvote arrows and the vote count?
I'm showing JAIL loading hidden images with jQuery v1.7.2 using the following configuration. Is the jQuery version the problem? ` var $jq=jQuery.noConflict(); $jq(document).ready(function($) { $jq('img.lazy').jail({ event: 'load+scroll', timeout : 1000,...
When a session expires I'm getting a white screen. When I refresh I get take to the login screen. I believe the fix would live in app/code/community/Bubble/RequireLogin/Model/Customer/Observer.php but I'm unable...