niraham
Forum Replies Created
-
Thank you.
With a little help from my friend I managed to do it. I just had to set an “id” to each table and the rest did the code:
jQuery( "#idOfTheTable" ).on( "click", "tr", function() { var el = jQuery(this); if(el.find('th').length > 0 ) { return false; } var apartNo = el.parent().find('tr').index(el); var hotspotName = jQuery('.hotspots-image-container img').attr('usemap'); if(!apartNo || !hotspotName) { return false; } jQuery(hotspotName + "-area-" + apartNo).trigger('click'); });This is how it looks like:
http://apartamenty-sonata.pl/mieszkania/budynek-nr-1-pietro-ivHope this’ll help someone.
Resolved. 🙂
Thank you for the answer and the ideas for workarounds. This is probably the best support I ever got from a developer.
Best wishes!
Howdy,
I already bought the PRO version. This plugin really saved my life. Thank you again.
Thanks for the video too. Worked like a charm. And the workaround itself is wonderful. 🙂
I already know the tooltip is there in the PRO version so the second question is irrelevant.
I’ve got some feature requestes but I’ll put it in another thread.
Best wishes!
Forum: Fixing WordPress
In reply to: Images disappeared from the siteOK. I managed to cope with it. I understand it like this: Downgrade to WP 3.7.1 helped on uploading images. The error was no more. Then once again I begin to contrive with permissions. I had it set on 754. I changed it to 755 and voila! Solved.
Forum: Fixing WordPress
In reply to: Images disappeared from the siteI can try it but please tell me if I understand everything correctly.
I should delete everything via FTP from the wp-content/uploads/2014/01 folder. Move its content to my hard drive and then upload the same content to the same folder?
Forum: Fixing WordPress
In reply to: Images disappeared from the siteOr maybe uploading is working OK but something happens afterward and that’s why I can’t see the images.
Forum: Fixing WordPress
In reply to: Images disappeared from the siteYou mean through WP? Uploading is not working correctly.
I just uploaded this pic: http://www.przedszkole-dreptusie.com.pl/wp-content/uploads/2014/01/rozpoczecie011.jpgForum: Fixing WordPress
In reply to: Images disappeared from the siteI didn’t create subfolders in the “public_html” folder. I just placed WP root folder there and that’s it. The site worked just fine for about a week. It’s corrupted since the updating to 3.8.
Referring to your remark about the URL – check this link out:
http://www.przedszkole-dreptusie.com.pl/wp-content/uploads/2014/01/dreptusie_logo.jpgIt should be the logo.
Forum: Fixing WordPress
In reply to: Images disappeared from the site