Title: niraham's Replies | WordPress.org

---

# niraham

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Interactive Image Map Plugin - Draw Attention] Two separate areas highlighted at once](https://wordpress.org/support/topic/two-separate-areas-highlighted-at-once/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/two-separate-areas-highlighted-at-once/#post-6828925)
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Interactive Image Map Plugin - Draw Attention] how to extract the "more info – lightbox" action code](https://wordpress.org/support/topic/how-to-extract-the-more-info-lightbox-action-code/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-extract-the-more-info-lightbox-action-code/#post-6563562)
 * 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-iv](http://apartamenty-sonata.pl/mieszkania/budynek-nr-1-pietro-iv)
 * Hope this’ll help someone.
 * Resolved. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Interactive Image Map Plugin - Draw Attention] features request: "save your own color preset" & "multiple colors on one map&quot](https://wordpress.org/support/topic/features-request-save-your-own-color-preset-multiple-colors-on-one-map/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/features-request-save-your-own-color-preset-multiple-colors-on-one-map/#post-6561356)
 * Thank you for the answer and the ideas for workarounds. This is probably the 
   best support I ever got from a developer.
 * Best wishes!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Interactive Image Map Plugin - Draw Attention] Pasting your own coordinates & tooltip](https://wordpress.org/support/topic/pasting-your-own-coordinates-tooltip/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/pasting-your-own-coordinates-tooltip/#post-6555508)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images disappeared from the site](https://wordpress.org/support/topic/images-disappeared-from-the-site/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/images-disappeared-from-the-site/#post-4529040)
 * OK. 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images disappeared from the site](https://wordpress.org/support/topic/images-disappeared-from-the-site/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/images-disappeared-from-the-site/#post-4528986)
 * I 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images disappeared from the site](https://wordpress.org/support/topic/images-disappeared-from-the-site/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/images-disappeared-from-the-site/#post-4528974)
 * Or maybe uploading is working OK but something happens afterward and that’s why
   I can’t see the images.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images disappeared from the site](https://wordpress.org/support/topic/images-disappeared-from-the-site/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/images-disappeared-from-the-site/#post-4528973)
 * You 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.jpg](http://www.przedszkole-dreptusie.com.pl/wp-content/uploads/2014/01/rozpoczecie011.jpg)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images disappeared from the site](https://wordpress.org/support/topic/images-disappeared-from-the-site/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/images-disappeared-from-the-site/#post-4528963)
 * I 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.jpg](http://www.przedszkole-dreptusie.com.pl/wp-content/uploads/2014/01/dreptusie_logo.jpg)
 * It should be the logo.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images disappeared from the site](https://wordpress.org/support/topic/images-disappeared-from-the-site/)
 *  Thread Starter [niraham](https://wordpress.org/support/users/niraham/)
 * (@niraham)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/images-disappeared-from-the-site/#post-4528952)
 * Sure. [http://www.przedszkole-dreptusie.com.pl/](http://www.przedszkole-dreptusie.com.pl/)

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