Title: adijeff's Replies | WordPress.org

---

# adijeff

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/adijeff/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/adijeff/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/adijeff/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/adijeff/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Login] custom logo cropped to 150px wide](https://wordpress.org/support/topic/custom-logo-cropped-to-150px-wide/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/custom-logo-cropped-to-150px-wide/#post-18926239)
 * Great, thanks Bartosz.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Login] custom logo cropped to 150px wide](https://wordpress.org/support/topic/custom-logo-cropped-to-150px-wide/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/custom-logo-cropped-to-150px-wide/#post-18925382)
 * As a workaround, I kept it as the default WP logo, and replaced using custom 
   CSS:
 *     ```wp-block-code
       /* Hide the WordPress logo image */#login .wp-login-logo img {    display: none;}/* Replace it with your own logo */#login .wp-login-logo a {    display: block;    width: 320px;              /* Your logo width */    height: 120px;             /* Your logo height */    margin: 25px auto 10px;    background-image: url('/wp-content/uploads/2026/06/my-logo.png');    background-repeat: no-repeat;    background-position: center;    background-size: contain;}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Password Protected — Lock Entire Site, Pages, Posts, Categories, and Partial Content] 20i caching prevented by cookie](https://wordpress.org/support/topic/20i-caching-prevented-by-cookie/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/20i-caching-prevented-by-cookie/#post-17362565)
 * Thanks for your reply. I thought so, but worth an ask!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Total Team Lite - Responsive Team Manager / Showcase Plugin for WordPress] Social link defaulting to Facebook](https://wordpress.org/support/topic/social-link-defaulting-to-facebook/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/social-link-defaulting-to-facebook/#post-12257908)
 * Brilliant, thanks. I can confirm the bug is fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Total Team Lite - Responsive Team Manager / Showcase Plugin for WordPress] Social link defaulting to Facebook](https://wordpress.org/support/topic/social-link-defaulting-to-facebook/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/social-link-defaulting-to-facebook/#post-12251467)
 * Thanks for the reply. I’ve just tested in a fresh WordPress install with Twenty
   Twenty theme active, and only your plugin enabled. Exact same issue: [https://i.imgur.com/TewuQCj.gif](https://i.imgur.com/TewuQCj.gif)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Total Team Lite - Responsive Team Manager / Showcase Plugin for WordPress] Social link defaulting to Facebook](https://wordpress.org/support/topic/social-link-defaulting-to-facebook/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/social-link-defaulting-to-facebook/#post-12242630)
 * It’s [https://camhi.co.uk/about/the-team/](https://camhi.co.uk/about/the-team/)
   but I am talking about when a team member is updated in the back end, so the 
   URL is not really significant.
 * See the issue here: [https://i.imgur.com/i59l7yu.gif](https://i.imgur.com/i59l7yu.gif)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox with PhotoSwipe] non-image link](https://wordpress.org/support/topic/non-image-link/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/non-image-link/#post-11227767)
 * Ah, OK – thanks for trying Arno. I appreciate your efforts.
 * It made me try a different approach, and I have a solution that is so easy it’s
   embarrassing:
 * I never knew about the `pointer-events` property, but if I add `pointer-events:
   none;` to the caption div, then the image link underneath becomes clickable **
   through** the caption. No need for the burden/complications of a hidden second
   image.
 * I hope that might help someone else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox with PhotoSwipe] non-image link](https://wordpress.org/support/topic/non-image-link/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/non-image-link/#post-11227413)
 * Thanks Arno. The output would be something like this (simplified):
 *     ```
       <div id="unique-id" class="item">
         <div class="wrapper">
           <a href="full-size-image.jpg" data-width="2880">
             <img class="image" src="thumbnail.jpg" srcset="..." sizes="...">
           </a>
         </div>
         <div class="caption">
           <a class="force-lightbox" href="full-size-image.jpg" data-width="2880">
             <p>Image caption</p>
           </a>
         </div>
       </div>
       ```
   
 * It’s the `class="force-lightbox"` on the link inside the caption that would do
   the work.
    -  This reply was modified 7 years, 4 months ago by [adijeff](https://wordpress.org/support/users/adijeff/).
    -  This reply was modified 7 years, 4 months ago by [adijeff](https://wordpress.org/support/users/adijeff/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] All posts use domain.tld/tmptitle/ permalink](https://wordpress.org/support/topic/all-posts-use-domain-tld-tmptitle-permalink/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/all-posts-use-domain-tld-tmptitle-permalink/#post-10023992)
 * I have just discovered the issue is caused by another plugin – Permalink Manager
   Lite [https://en-gb.wordpress.org/plugins/permalink-manager/](https://en-gb.wordpress.org/plugins/permalink-manager/)
 * I have disabled the Permalink Manager Lite plugin, and it works fine. Ideally
   I’d like to have the plugin enabled, so any help on this would be great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Manager] Sermon Dates Preached not sticking](https://wordpress.org/support/topic/sermon-dates-preached-not-sticking/)
 *  [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/sermon-dates-preached-not-sticking/#post-9944050)
 * Yes, I confirm it works. Thanks Nikola.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Manager] Sermon Dates Preached not sticking](https://wordpress.org/support/topic/sermon-dates-preached-not-sticking/)
 *  [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/sermon-dates-preached-not-sticking/#post-9939637)
 * I have the same issue. There is a secondary problem that without a saved date,
   the sermon does not appear on the podcast feed.
 * My date format in Sermons > settings > general is dd/mm/YY (the UK standard),
   but if you switch this format to mm/dd/YY (the default), the sermon date will
   save correctly. You can switch it back to dd/mm/YY afterwards if you want, and
   the date is retained, in the correct format.
 * Once the date is saved, the feed is also showing the latest sermons.
    -  This reply was modified 8 years, 5 months ago by [adijeff](https://wordpress.org/support/users/adijeff/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Manager] All shortcodes work except latest_series](https://wordpress.org/support/topic/all-shortcodes-work-except-latest_series/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/all-shortcodes-work-except-latest_series/#post-6942818)
 * I have updated core and plugins, and it appears to have fixed the issue. Unfortunately
   I cannot pinpoint which step fixed the issue, but can confirm that I have not
   changed any sermon manager code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Instagram Widget] 502 error retrieving thumbnails](https://wordpress.org/support/topic/502-error-retrieving-thumbnails/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/502-error-retrieving-thumbnails/page/3/#post-6930487)
 * As before, 12 of 15 are working (with cleared transients):
 * 1 Example image that works with both v.1.9.1 and v.1.9.3 (update in #post-7896757):
   `//
   scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/s160x160/sh0.08/e35/11427253_815976465183233_1573487885_n.
   jpg`
 * 2 Example image that works with both v.1.9.1:
    `///scontent.cdninstagram.com/
   hphotos-xpa1/s160x160/t51.2885-15/e15/11352148_833063710113159_2068400965_n.jpg`
 * 3 Same image as 2 above that does not work with v.1.9.3 (update in #post-7896757):
   `////
   scontent.cdninstagram.com/s160x160/t51.2885-15/e15/11352148_833063710113159_2068400965_n.
   jpg`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Instagram Widget] 502 error retrieving thumbnails](https://wordpress.org/support/topic/502-error-retrieving-thumbnails/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/502-error-retrieving-thumbnails/page/2/#post-6930446)
 * It’s not a CSS overflow issue. There is only one image being displayed. Compare
   the code of the whole instagram widget, set to show 15 thumbnails:
 * With v1.9.3 and no code modifications:
    `<li id="null-instagram-feed-2" class
   ="widget null-instagram-feed"><h2 class="widgettitle">Instagram</h2><ul class
   ="instagram-pics instagram-size-thumbnail"><li class=""><a rel="nofollow" href
   ="//instagram.com/p/BAeQ3gQtE04" target="_self" class=""><img src="//scontent.
   cdninstagram.com/hphotos-xpt1/t51.2885-15/s160x160/sh0.08/e35/c180.0.719.719/
   1172247_898485263602030_1925108132_n.jpg" alt="One from my latest headshot sitting
   in my studio :) #headshot #headshots #business #photographer" title="One from
   my latest headshot sitting in my studio :) #headshot #headshots #business #photographer"
   class=""></a></li></ul></li>`
 * With v.1.9.3 and your code modifications:
 *     ```
       <li id="null-instagram-feed-2" class="widget null-instagram-feed"><h2 class="widgettitle">Instagram</h2>
       https://scontent.cdninstagram.com/hphotos-xpt1/t51.2885-15/s640x640/sh0.08/e35/c180.0.719.719/1172247_898485263602030_1925108132_n.jpghttps://scontent.cdninstagram.com/hphotos-xpf1/t51.2885-15/s640x640/sh0.08/e35/12393624_1027999930577038_1127942759_n.jpg</li>
       ```
   
 * With v1.9.1 (all 15 images with alt and title tags removed for clarity):
 *     ```
       <li id="null-instagram-feed-2" class="widget null-instagram-feed last"><h2 class="widgettitle">Instagram</h2>
       <ul class="instagram-pics instagram-size-thumbnail"><li class=""><a rel="nofollow" href="//instagram.com/p/BAeQ3gQtE04" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xpt1/t51.2885-15/s160x160/sh0.08/e35/c180.0.719.719/1172247_898485263602030_1925108132_n.jpg"></a></li><li class=""><a rel="nofollow" href="//instagram.com/p/_P0uyVNEzm" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xpf1/t51.2885-15/s160x160/sh0.08/e35/12393624_1027999930577038_1127942759_n.jpg"><img src="//scontent.cdninstagram.com/hphotos-xfa1/t51.2885-15/s160x160/sh0.08/e35/c180.0.720.720/12256616_139468423079793_969528075_n.jpg"></a></li><li class=""><a rel="nofollow" href="//instagram.com/p/8igTt1tE3j" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/s160x160/sh0.08/e35/c180.0.720.720/12093357_143828745970052_2141145892_n.jpg"></a></li><li class=""><a rel="nofollow" href="//instagram.com/p/78m-LfNE8H" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xtf1/t51.2885-15/s160x160/sh0.08/e35/11821072_1498172167165976_796584616_n.jpg"></a></li><li class=""><a rel="nofollow" href="//instagram.com/p/7wBSXeNE6I" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xtf1/t51.2885-15/s160x160/sh0.08/e35/c180.0.720.720/11850214_1026279927396170_1973750660_n.jpg"><img src="//scontent.cdninstagram.com/hphotos-xtf1/t51.2885-15/s160x160/sh0.08/e35/11821200_522308077918443_630506456_n.jpg"><a rel="nofollow" href="//instagram.com/p/5rkNMXNE7A" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xft1/t51.2885-15/s160x160/sh0.08/e35/11428220_936749579715734_959479902_n.jpg"></a></li><li class=""><a rel="nofollow" href="//instagram.com/p/5q3Wa8NEwS" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xtf1/t51.2885-15/s160x160/sh0.08/e35/11374633_1676533605909460_226056646_n.jpg"><a rel="nofollow" href="//instagram.com/p/5VACMOtE5C" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xap1/t51.2885-15/s160x160/sh0.08/e35/11355027_1606433162958076_1476590_n.jpg"></a></li><li class=""><a rel="nofollow" href="//instagram.com/p/5LFJDRNE32" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/s160x160/sh0.08/e35/915592_115644998776784_1356470714_n.jpg"><a rel="nofollow" href="//instagram.com/p/5F3Uu9tE2c" target="_self" class=""><img src="//scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/s160x160/sh0.08/e35/11427253_815976465183233_1573487885_n.jpg"><a rel="nofollow" href="//instagram.com/p/4MlioPNE0F" target="_self" class=""><img src="///scontent.cdninstagram.com/hphotos-xpa1/s160x160/t51.2885-15/e15/11352148_833063710113159_2068400965_n.jpg"></a></li><li class=""><a rel="nofollow" href="//instagram.com/p/3O5u29NE5f" target="_self" class=""><img src="///scontent.cdninstagram.com/hphotos-xpt1/s160x160/t51.2885-15/e15/11313382_1453883454922399_1954159312_n.jpg"></a></li><li class=""><a rel="nofollow" href="//instagram.com/p/3Nv4hAtEz7" target="_self" class=""><img src="///scontent.cdninstagram.com/hphotos-xap1/s160x160/t51.2885-15/e15/11335522_477779579044622_126244400_n.jpg"></a></li></ul></li>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Instagram Widget] 502 error retrieving thumbnails](https://wordpress.org/support/topic/502-error-retrieving-thumbnails/)
 *  Thread Starter [adijeff](https://wordpress.org/support/users/adijeff/)
 * (@adijeff)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/502-error-retrieving-thumbnails/page/2/#post-6930443)
 * Hi Scott,
 * I updated to v1.9.3 and was getting some images missing. The first 12 were fine,
   and the last three showed broken links.
 * I followed your instructions above (post-7885711) and I get this text on screen,
   no thumbnails:
    `https://scontent.cdninstagram.com/hphotos-xpt1/t51.2885-15/s640x640/
   sh0.08/e35/c180.0.719.719/1172247_898485263602030_1925108132_n.jpghttps://scontent.
   cdninstagram.com/hphotos-xpf1/t51.2885-15/s640x640/sh0.08/e35/12393624_1027999930577038_1127942759_n.
   jpg`
 * When I reverted back to v1.9.3 only one image appears (no broken linkes, just
   a single thumbnail):
    `//scontent.cdninstagram.com/hphotos-xpt1/t51.2885-15/s160x160/
   sh0.08/e35/c180.0.719.719/1172247_898485263602030_1925108132_n.jpg`
 * So I rolled back to v1.9.1 and all is back to normal.
 * When repeating this procedure above, only one image shows this time, which is
   strange.
 * I hope that’s of use, but probably not!

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

1 [2](https://wordpress.org/support/users/adijeff/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/adijeff/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/adijeff/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/adijeff/replies/page/2/?output_format=md)