Rizki Andrianto
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
The site is in kolamrenang.co.id 😉
Unfortunately, I’ve reinstalled jetpack, and still messed up with it 🙁
And I don’t have access to server, because it’s my client’s not mine 😐Forum: Plugins
In reply to: [SlimStat Analytics] Graph Doesn't show@camu okay, thanks for the info. Would you give a solution for this problem please?
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Click Image To CloseWhoa… That works ! 🙂
Btw, I add those code like thisjQuery(document).ready(function($){ $(document).bind('cbox_open', function () { // Hide close button initially. $('#cboxClose').css('opacity', 0); }); $(document).bind('cbox_complete', function () { // Show close button with a delay. $('#cboxClose').show('fast', 0, function () {$(this).css('opacity', 1)}); }); $(document).ready(function(){ $('#colorbox').live('click', function(){ $.fn.colorbox.close(); }); }); });Not like this
jQuery(document).ready(function($){ $(document).bind('cbox_open', function () { // Hide close button initially. $('#cboxClose').css('opacity', 0); }); $(document).bind('cbox_complete', function () { // Show close button with a delay. $('#cboxClose').show('fast', 0, function () {$(this).css('opacity', 1)}); }); }); $(document).ready(function(){ $('#colorbox').live('click', function(){ $.fn.colorbox.close(); }); });Thank you very much ! 🙂
Forum: Plugins
In reply to: [Nobs • Share Buttons] Still Appear On PagesYou’re welcome 🙂
Whoaa…
Thanks for the help sir 😉Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Please Add Support for Easing SliderNot yet, but I use /# when the page contents easing slider gallery.
Like the main menu on http://rizkiandrianto.com
Viewing 6 replies - 1 through 6 (of 6 total)