Title: Update 1.6.0 Problem
Last modified: November 8, 2019

---

# Update 1.6.0 Problem

 *  Resolved [forkmedia](https://wordpress.org/support/users/forkmedia/)
 * (@forkmedia)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/)
 * I updated from 1.5.0 to 1.6.0.
 * The slider immediately removed the Instagram text for each Instagram post. The
   text is only visible if you hover in the blank space where the text would normally
   appear, and only while hovering. The post text disappears once you move your 
   cursor away. In addition, when the text appears, it is formatted differently,
   with a different font, and extra space between lines, which extends the space
   the slider takes up vertically.
 * I immediately went back to 1.5.0.
 * WordPress 5.2.4 running Metro Pro theme. Using Genesis 3.1.2.

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

 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12116938)
 * Hello. We have released update 1.6.1 with a fix
 *  [christophe312](https://wordpress.org/support/users/christophe312/)
 * (@christophe312)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12117541)
 * Bonjour,
 * Depuis la mise à jour de l’extension “Instagram Slider Widget” en version 1.6.0,
   je me suis retrouvé avec des erreurs 404 [https://www.mon_site.com/home/ma_BDD/www/wp-content/plugins/instagram-slider-widget/assets/js/jquery.flexslider-min.js?ver=2.2](https://www.mon_site.com/home/ma_BDD/www/wp-content/plugins/instagram-slider-widget/assets/js/jquery.flexslider-min.js?ver=2.2)
   à chaque connexion de mes visiteurs. Plusieurs de mes visiteurs ont ainsi subi
   le blocage d’accès à mon site au point que j’ai été obligé de désactiver l’extension
   en attendant une solution de votre part. Comme j’ai vu que vous veniez de modifier
   la version 1.6.0 vers la version 1.6.1, je viens de mettre à jour et de réactiver
   l’extension, malgré cela les erreurs 404 continuent et je suis encore obligé 
   de la désactiver à nouveau.
    Quelle en est l’explication et que me proposez-vous?
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12117672)
 * [@christophe312](https://wordpress.org/support/users/christophe312/) Thanks for
   reporting. We have already fixed and released an update 1.6.2
 *  Thread Starter [forkmedia](https://wordpress.org/support/users/forkmedia/)
 * (@forkmedia)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12118231)
 * Since someone already reported a problem with 1.6.1 and then 1.6.2 I think I 
   will wait a few days or more before updating. I feel another version may be on
   the horizon.
 * I do want to thank you for responding quickly and for updating your app.
 * We do love Social Slider Widget!
 *  [christophe312](https://wordpress.org/support/users/christophe312/)
 * (@christophe312)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12118766)
 * Thanks for your prompt response!
    I’ve just updated plugin and it seems that 
   everything is working well now.
 *  Thread Starter [forkmedia](https://wordpress.org/support/users/forkmedia/)
 * (@forkmedia)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12124174)
 * 1.6.2 is still not working the same as 1.50 and earlier. It appears the Instagram
   post text is either using new CSS or its inheriting CSS from the page the slider
   is on. It does not seem to be inheriting it from the column “<div>” where the
   slider is located.
 * If there is a quick way to alter the line spacing using CSS, please let me know
   which CSS file I need to change.
 * See a visual explanation here: [https://imgur.com/a/mOyvzH6](https://imgur.com/a/mOyvzH6)
 * If I can’t change it, I may go back to 1.5.0.
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12125555)
 * The line spacing in the widget is taken from the site. And in the “TOO EARLY?”
   block interval set to force.
    We can’t put a forced interval in the widget because
   other users on other themes will have it look bad. You can add CSS class jr-insta-
   caption
 *     ```
       .jr-insta-caption
       {
       line-height: 1.2;
       {
       ```
   
 *  Thread Starter [forkmedia](https://wordpress.org/support/users/forkmedia/)
 * (@forkmedia)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12127145)
 * In the style.css file in my theme’s directory, the body tag had a line height
   of 1.625. The line-height appears in the main page content except the top of 
   the right hand “widget” sidebar where I had specifically changed it to 1. It’s
   essentially a caption and I wanted the line spacing tighter.
 * I added your snippet to the CSS file – nothing changed on the sliderm which is
   at the bottom of the right side widget column. I also added the !important tag
   and still nothing changed.
 * .jr-insta-caption
    { line-height: 1.2 !important; {
 * I then changed the body css line-height to 1.5 and almost everything changed,
   including your Social Slider widget, but NOT the text at the top of the widget
   sidebar, which is set to line-height: 1.
 * I am completely baffled.
 * More baffling is that when I go back to Social Slider 1.5.0, the slider inherits
   the widget’s CSS of line-height: 1, ignoring the body CSS. With version 1.5.0,
   I didn’t need the .jr-insta-caption snippet – which is the way it’s always been
   until 1.6.0.
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12130607)
 * Sorry. Add this CSS code:
 *     ```
       .jr-insta-datacontainer {
         line-height: 1 !important;
       }
       ```
   
 * I checked on my theme – it works.
 *  Thread Starter [forkmedia](https://wordpress.org/support/users/forkmedia/)
 * (@forkmedia)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12131715)
 * Thanks, the new code worked!
 *  [christophe312](https://wordpress.org/support/users/christophe312/)
 * (@christophe312)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12230519)
 * Bonjour,
 * Suite à votre dernière mise à jour de l’extension “Instagram Slider Widget” vers
   la version 1.6.5, je m’attendais à une réaction de votre part pour une correction,
   mais comme rien ne passe, je suis obligé de vous soumettre mon problème.
    Comme
   pour la version 1.6.0, après cette dernière mise à jour vers la version 1.6.5,
   je me suis retrouvé avec de multiples erreurs 404 [https://www.mon_site.com/wp-content/plugins/instagram-slider-widget/assets/js/jr-insta.js?ver=1.6.5](https://www.mon_site.com/wp-content/plugins/instagram-slider-widget/assets/js/jr-insta.js?ver=1.6.5)
   à la connexion de mes visiteurs à chaque page de mon site. Plusieurs de mes visiteurs
   ont ainsi subi le blocage d’accès à mon site au point que cette fois aussi, j’ai
   été obligé de désactiver l’extension en attendant une solution de votre part 
   comme vous l’aviez fait pour la version 1.6.0 en passant à la version 1.6.1 puis
   1.6.2. Merci d’avance !
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12230591)
 * [@christophe312](https://wordpress.org/support/users/christophe312/) Have you
   checked if the file actually exists? If not, reinstall the plugin
 *  [hassie](https://wordpress.org/support/users/hassie/)
 * (@hassie)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12230906)
 * I’ve checked and jr-insta.js is missing. jquery.flexslider-min.js is there.
 * Uninstall-reinstall doesn’t solve the problem.
 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12234245)
 * I checked: the absence of this file does not affect the performance of the sites
   and the functionality of the plugin. As well as this error can not break the 
   site.
    If you have a problem with the site, tell us more, maybe the reason is
   different
 *  [christophe312](https://wordpress.org/support/users/christophe312/)
 * (@christophe312)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12237985)
 * J’ai essayé de joindre mon webmaster, mais celui-ci reste injoignable et comme
   je n’ai pour l’instant pas les compétences nécessaires pour trouver la source
   du problème ou effectuer les investigations que vous préconisez, je me limite
   à faire le constat que les versions 1.6.0/1 puis la version 1.6.4 et maintenant
   la version 1.6.5 posent problème, alors que la version 1.6.2 n’en a jamais posé.
   
   Comme avec cette nouvelle version, chaque accès à une page provoque une erreur
   404 et que tous mes visiteurs se retrouvent bloqués (blacklistés) à partir de
   la troisième page consultée, je suis dans l’obligation de laisser ce plugin inactif
   en attendant la nouvelle version qui résoudra ce problème comme l’avait fait 
   auparavant la version 1.6.2 pour les versions 1.6.0/1.

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

The topic ‘Update 1.6.0 Problem’ is closed to new replies.

 * ![](https://ps.w.org/instagram-slider-widget/assets/icon-256x256.png?rev=2602786)
 * [Social Slider Feed – Social Media Feed & Gallery Widgets](https://wordpress.org/plugins/instagram-slider-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-slider-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-slider-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-slider-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-slider-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-slider-widget/reviews/)

 * 15 replies
 * 4 participants
 * Last reply from: [christophe312](https://wordpress.org/support/users/christophe312/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/update-1-6-0-problem/#post-12237985)
 * Status: resolved