Title: filtah's Replies | WordPress.org

---

# filtah

  [  ](https://wordpress.org/support/users/filtah/)

 *   [Profile](https://wordpress.org/support/users/filtah/)
 *   [Topics Started](https://wordpress.org/support/users/filtah/topics/)
 *   [Replies Created](https://wordpress.org/support/users/filtah/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/filtah/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/filtah/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/filtah/engagements/)
 *   [Favorites](https://wordpress.org/support/users/filtah/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Grid to show events without hovering](https://wordpress.org/support/topic/grid-to-show-events-without-hovering/)
 *  [filtah](https://wordpress.org/support/users/filtah/)
 * (@filtah)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/grid-to-show-events-without-hovering/#post-5430522)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Problems with premium shipping](https://wordpress.org/support/topic/problems-with-premium-shipping/)
 *  Thread Starter [filtah](https://wordpress.org/support/users/filtah/)
 * (@filtah)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problems-with-premium-shipping/page/2/#post-4803479)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Problems with premium shipping](https://wordpress.org/support/topic/problems-with-premium-shipping/)
 *  Thread Starter [filtah](https://wordpress.org/support/users/filtah/)
 * (@filtah)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problems-with-premium-shipping/page/2/#post-4803477)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Problems with premium shipping](https://wordpress.org/support/topic/problems-with-premium-shipping/)
 *  Thread Starter [filtah](https://wordpress.org/support/users/filtah/)
 * (@filtah)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problems-with-premium-shipping/#post-4803475)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Problems with premium shipping](https://wordpress.org/support/topic/problems-with-premium-shipping/)
 *  Thread Starter [filtah](https://wordpress.org/support/users/filtah/)
 * (@filtah)
 * [12 years ago](https://wordpress.org/support/topic/problems-with-premium-shipping/#post-4803423)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jigoshop] Problems with premium shipping](https://wordpress.org/support/topic/problems-with-premium-shipping/)
 *  Thread Starter [filtah](https://wordpress.org/support/users/filtah/)
 * (@filtah)
 * [12 years ago](https://wordpress.org/support/topic/problems-with-premium-shipping/#post-4803419)
 * 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)