Title: CJ's Replies | WordPress.org

---

# CJ

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Passster - Password Protect Pages and Content] protected Shortcodes no longer working ?](https://wordpress.org/support/topic/protected-shortcodes-no-longer-working/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/protected-shortcodes-no-longer-working/#post-15292369)
 * I’m seeing the same problem. The correct password is no longer revealing the 
   content, but displaying the “invalid password” error message. Please could you
   advise on the issue?
 * [Edit]
    I resolved this problem by switching off ‘use cookie’ in the Passster
   settings, and turning on ‘reload after successful validation’.
    -  This reply was modified 4 years, 6 months ago by [CJ](https://wordpress.org/support/users/babel391/).
      Reason: problem resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Share Buttons Plugin – AddThis] Is this plugin abandoned?](https://wordpress.org/support/topic/is-this-plugin-abandoned-71/)
 *  Thread Starter [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/is-this-plugin-abandoned-71/#post-15037568)
 * Yes, am using AddToAny Share Buttons on several sites – it’s working well, and
   is kept updated 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Share Buttons Plugin – AddThis] Is this plugin abandoned?](https://wordpress.org/support/topic/is-this-plugin-abandoned-71/)
 *  Thread Starter [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/is-this-plugin-abandoned-71/#post-15035526)
 * I think the lack of a response after 3 months is the response!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Open Links In New Window](https://wordpress.org/support/topic/open-links-in-new-window-24/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/open-links-in-new-window-24/#post-14223070)
 * I use a small jQuery script. It adds a .external class to all external links 
   on the page, then adds a _blank attribute to all of those links, so this might
   not be suitable for your case.
 *     ```
       jQuery(window).load(function () { // wait for page to load
   
       	jQuery('a').filter(function() { // add .external class to external links
       		return this.hostname && this.hostname !== location.hostname;
       	}).addClass("external");
   
       	jQuery(".external").attr("target","_blank"); // add _blank to .external elements
   
         });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Stretch section cause horizontal scroll](https://wordpress.org/support/topic/stretch-section-cause-horizontal-scroll/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/stretch-section-cause-horizontal-scroll/#post-13985972)
 * Perfect, that fixed it – thanks very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Stretch section cause horizontal scroll](https://wordpress.org/support/topic/stretch-section-cause-horizontal-scroll/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/stretch-section-cause-horizontal-scroll/#post-13985883)
 * Hi – I’m seeing this problem again since the 3.1.1 update. Rolling back to 3.1.0
   fixes the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Custom chat icon now displaying incorrectly](https://wordpress.org/support/topic/custom-chat-icon-now-displaying-incorrectly/)
 *  Thread Starter [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/custom-chat-icon-now-displaying-incorrectly/#post-13184737)
 * Not a problem at all, thanks for your work on the other issues.
 * The 50×50 size worked well for my use, and existing graphics could be re-applied,
   but I think an option to resize the chat bubble would be an excellent option 
   for many people?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Custom chat icon now displaying incorrectly](https://wordpress.org/support/topic/custom-chat-icon-now-displaying-incorrectly/)
 *  Thread Starter [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [6 years ago](https://wordpress.org/support/topic/custom-chat-icon-now-displaying-incorrectly/#post-13164520)
 * Great, thanks for that!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[3CX Free Live Chat, Calls & Messaging] Live Chat Options Menu Disappeared](https://wordpress.org/support/topic/live-chat-options-menu-disappeared/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [6 years ago](https://wordpress.org/support/topic/live-chat-options-menu-disappeared/#post-13149602)
 * Same here – required plugin deactivation and reactivation to get the menu back
   again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Bookings Calendar] Shortcode for different views](https://wordpress.org/support/topic/shortcode-for-different-views/)
 *  Thread Starter [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [6 years ago](https://wordpress.org/support/topic/shortcode-for-different-views/#post-13129514)
 * Mr Heberle! This is fantastic and works perfectly. What excellent support, thank
   you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Form Templates more info link broken](https://wordpress.org/support/topic/form-templates-more-info-link-broken/)
 *  Thread Starter [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [6 years ago](https://wordpress.org/support/topic/form-templates-more-info-link-broken/#post-13053991)
 * Great, thanks Matt 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Compliance by Hu-manity.co] 2 Small Bugs (Cookie Notice 1.3.0)](https://wordpress.org/support/topic/2-small-bugs-cookie-notice-1-3-0/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/2-small-bugs-cookie-notice-1-3-0/#post-12638846)
 * I’m also seeing these two problems across multiple installations.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Update this plugin for WP 5?](https://wordpress.org/support/topic/update-this-plugin-for-wp-5/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/update-this-plugin-for-wp-5/#post-11916480)
 * Just to add my thanks for looking into this – it’s a great plugin, and despite
   the Wordfence warnings it has always worked well.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Go Maps - Google Map, OpenStreetMap, Leaflet Map] Jenky and difficult](https://wordpress.org/support/topic/jenky-and-difficult/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [8 years ago](https://wordpress.org/support/topic/jenky-and-difficult/#post-10466058)
 * Hi,
 * as I mentioned in my comment all APIs are enabled, including Geocoding. Due to
   time pressures I’ve had to move to an alternate plugin, but thanks for your response.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Go Maps - Google Map, OpenStreetMap, Leaflet Map] Jenky and difficult](https://wordpress.org/support/topic/jenky-and-difficult/)
 *  [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [8 years ago](https://wordpress.org/support/topic/jenky-and-difficult/#post-10455630)
 * I’m having the same problem. All APIs enabled, correct API key, but attempting
   to add markers always returns the message “Geocode was not successful for the
   following reason: fail”.

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

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