Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Code didn’t work for me, but I’m new to this plugin, so not sure how its best configured.

    I looked up the correct element in my case, and modified the code.
    This works for me, so I thought I’d share if helpful:

    /* Adding title to each day (td) for calendar */
    var get_title_func = function() {
        jQuery("td.gce-has-events").each(function(){
          // Finding infos content
            var source_td = jQuery(this);
          var qt_content = source_td.find('.gce-tooltip-event');
            // if multiple events on one day we have to loop
            qt_content.each(function() {
                var c = jQuery(this).html()
                source_td.append('<div style="font-size: 0.8em; margin: 10px; padding: 2px 5px; border-radius: 4px; background: #FFF">' + c + '</div>');
            });
        });
    }
    // Launch function after window load and after ajax request
    jQuery(window).load(get_title_func);
    jQuery(document).ajaxSuccess(get_title_func);

    Thanks jojaba by the way!

    Thread Starter filtah

    (@filtah)

    OK, Thanks for the heads up.
    Happy to use pastebin to share if anyone requests.
    This fix is very specific to my problem though – it’s a hack really, and not suitable for all users of this plugin.

    Thread Starter filtah

    (@filtah)

    Don’t worry about it – I fixed it myself.
    I’m happy to share my code with others that also have the same problem.
    PM me.
    thx

    Thread Starter filtah

    (@filtah)

    Hi,

    Sorry been away form this issue for a while.
    I received the supposedly new updated plugin from my dev today – he downloaded it just now. save version listed and still does NOT work.

    Are we any closer to getting this fixed? can you point me where to look at the code for this – I want to have ago at fixing this myself.

    Thread Starter filtah

    (@filtah)

    Hi OptArt

    I’ve been in touch with the developer that purchased the licence for jigoshop – He’s logged into his account but the download for jigoshop premium shipping is still the old version of v 1.3.1.

    How exactly do we go about getting the updated version?

    I can email support with the original email address and licence key if required. If you could point me in the right direction, that would be really helpful.

    Thanks.

    Thread Starter filtah

    (@filtah)

    HI OptArt, Thanks for your help here. Is this the same issue that I reported that has been fixed?

    If so, When will be new version be available?
    I’ve taken over support of the website for my client, and the previous developer has a licence for the plugin, so I will have to liaise with him fro the updated version. If you can let me know when it is available via jigoshop, and how I go about getting the latest version. thanks.

Viewing 6 replies - 1 through 6 (of 6 total)