Title: Oliver's Replies | WordPress.org

---

# Oliver

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Finder] Can’t find WPBakery Page Builder shortcodes](https://wordpress.org/support/topic/cant-find-wpbakery-page-builder-shortcodes/)
 *  Thread Starter [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [7 years ago](https://wordpress.org/support/topic/cant-find-wpbakery-page-builder-shortcodes/#post-11607497)
 * Thank you for your very fast response and development time. The filter really
   helps me now and makes this plugin usable in our use case. Review done 🙂
 * Keep up the good work and maybe let me know once it’s possible to search for 
   shortcode attributes and it’s values (the feature I’m actually looking for).
 * Thanks a lot!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Finder] Can’t find WPBakery Page Builder shortcodes](https://wordpress.org/support/topic/cant-find-wpbakery-page-builder-shortcodes/)
 *  Thread Starter [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [7 years ago](https://wordpress.org/support/topic/cant-find-wpbakery-page-builder-shortcodes/#post-11598727)
 * Sounds great, thanks! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Finder] Can’t find WPBakery Page Builder shortcodes](https://wordpress.org/support/topic/cant-find-wpbakery-page-builder-shortcodes/)
 *  Thread Starter [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [7 years ago](https://wordpress.org/support/topic/cant-find-wpbakery-page-builder-shortcodes/#post-11598623)
 * Thanks Scribit for the fast update.
 * It now finds WPBakery shortcodes. Unfortunately it doesn’t seem to be useful 
   for large projects at the moment. All of our pages are built with WPBakery and
   most of them are translated into many languages via WPML at the moment, which
   results in a lot of pages with a lot of page builder shortcodes. In “find by 
   shortcode” tab it found the first 5 shortcodes of WPBakery and stopped while 
   loading the 6th with error: “Fatal error: Maximum execution time of 300 seconds
   exceeded”.
 * It would be really helpful if it wouldn’t load all shortcodes by default but 
   provide a search function and only list found shortcodes (searching for shortcodes
   by name, content, attribute key and/or value, etc.)
 * Would this be a feature to be implemented anytime soon?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Finder] Can’t find WPBakery Page Builder shortcodes](https://wordpress.org/support/topic/cant-find-wpbakery-page-builder-shortcodes/)
 *  Thread Starter [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [7 years ago](https://wordpress.org/support/topic/cant-find-wpbakery-page-builder-shortcodes/#post-11583701)
 * Example:
 *     ```
       [vc_row full_width="stretch_row" el_class="some-class"]
           [vc_column width="1/3"]
               [vc_btn title="Some title" ...]
           [/vc_column]
           ...
       [/vc_row]
   
       [vc_row full_width="stretch_row" el_class="some-class"]
           [vc_column width="1/4"]
               [bsf-info-box icon="Some icon" ...]<p>Some text</p>[/bsf-info-box]
           [/vc_column]
           ...
       [/vc_row]
       ```
   
 * The only shortcode your plugin finds in this case is [bsf-info-box]. This shortcode
   comes from an [addon](https://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199)
   for WPBakery Page Builder. All other shortcodes in this example come from WPBakery
   itself (vc_row, vc_column, vc_button). FYI, I’m running this on my local machine.
 * A feature that would improve this plugin a lot for us would be a search function.
   So not listing all shortcodes but searching for shortcodes by name, attribute
   key and/or value.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Mixed Content](https://wordpress.org/support/topic/mixed-content-16/)
 *  [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/mixed-content-16/#post-9539122)
 * Found a hotfix in another thread: [https://wordpress.org/support/topic/jobs-not-displayed-on-japanese-page/](https://wordpress.org/support/topic/jobs-not-displayed-on-japanese-page/)
 * works for me 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Jobs not displayed on japanese page](https://wordpress.org/support/topic/jobs-not-displayed-on-japanese-page/)
 *  [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/jobs-not-displayed-on-japanese-page/#post-9539116)
 * Thanks aditee, also works for me!
 * For anyone coping the hotfix make sure the correct single/double quotation marks
   are inserted. Maybe this codeblock will be better for copying:
 *     ```
       add_action('wp_footer', function(){ ?>
       <script type="text/javascript">
       if (typeof job_manager_ajax_filters !== 'undefined' && job_manager_ajax_filters.hasOwnProperty('ajax_url') && job_manager_ajax_filters.ajax_url.indexOf('http') !== -1 ) {
       job_manager_ajax_filters.ajax_url = job_manager_ajax_filters.ajax_url.replace('http://', '/');
       }
       </script>
       <?php
       }, PHP_INT_MAX);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Mixed Content](https://wordpress.org/support/topic/mixed-content-16/)
 *  [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/mixed-content-16/#post-9534466)
 * Did the error occur after a plugin update? Have you been able to track down which
   plugin is causing the problem and maybe switch back to an older version to get
   it working for the time beeing?
 * In my setup I just got the site handed over and don’t know what has been done
   before to cause the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Jobs not displayed on japanese page](https://wordpress.org/support/topic/jobs-not-displayed-on-japanese-page/)
 *  [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/jobs-not-displayed-on-japanese-page/#post-9534448)
 * Hi, looks like I have a similar problem. Did you find a solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Mixed Content](https://wordpress.org/support/topic/mixed-content-16/)
 *  [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/mixed-content-16/#post-9531430)
 * Same problem here. Also using WPML and it works fine with default language.
 * Do you use jobvite to import your jobs? May also be a reason where the error 
   could come from.
 * Are you using the current version of WP Job Manager (1.28.0)?
    -  This reply was modified 8 years, 8 months ago by [Oliver](https://wordpress.org/support/users/tvwebdevok/).
      Reason: asking for version number
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shield Security – Smart Bot Blocking, Brute-Force Login Protection & File Scanning] rename login URL not working on localhost](https://wordpress.org/support/topic/rename-login-url-not-working-on-localhost/)
 *  Thread Starter [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [11 years ago](https://wordpress.org/support/topic/rename-login-url-not-working-on-localhost/#post-6096585)
 * Anyway looks like you did some changes related to this feature and with your 
   latest version (or with WP 4.2.2 now) it seems to work fine now, many thanks!
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Error with Twiter tracking (after update)](https://wordpress.org/support/topic/error-with-twiter-tracking-after-update/)
 *  [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-with-twiter-tracking-after-update/#post-5906098)
 * Had the same problem for quite a while now, solution from zytzagoo fixed it for
   me, many thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shield Security – Smart Bot Blocking, Brute-Force Login Protection & File Scanning] Restrict access to wp-login.php to whitelisted IP addresses](https://wordpress.org/support/topic/restrict-access-to-wp-loginphp-to-whitelisted-ip-addresses/)
 *  Thread Starter [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/restrict-access-to-wp-loginphp-to-whitelisted-ip-addresses/#post-6049151)
 * Uhm, yes, also interesting 🙂
 * But what I meant was, why not including a feature that restricts access to login/
   admin area only for IPs in a separate white list?
 * Maybe whole admin area is not possible because some plugins need to connect here?
   But at least login page could be restricted?!
 * Sorry if my bad english is confusing 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shield Security – Smart Bot Blocking, Brute-Force Login Protection & File Scanning] Restrict access to wp-login.php to whitelisted IP addresses](https://wordpress.org/support/topic/restrict-access-to-wp-loginphp-to-whitelisted-ip-addresses/)
 *  Thread Starter [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/restrict-access-to-wp-loginphp-to-whitelisted-ip-addresses/#post-6049149)
 * Hi Paul,
 * thanks, we’ll try the “rename wp-login” option.
    However only whitelisted IPs
   having access to the admin area (or at least the login) would be a good feature,
   wouldn’t it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Akeeba Backup CORE for WordPress] 1.2.0 rc3 not showing config form when simplesharebuttons plugin is active](https://wordpress.org/support/topic/120-rc3-not-showing-config-form-when-simplesharebuttons-plugin-is-active/)
 *  Thread Starter [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/120-rc3-not-showing-config-form-when-simplesharebuttons-plugin-is-active/#post-5513617)
 * Sorry for the late answer.
    Your latest updates 1.2.0 final and 1.2.1 seem to
   fix the problem 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Duplicator with Instant WordPress](https://wordpress.org/support/topic/duplicator-with-instant-wordpress/)
 *  [Oliver](https://wordpress.org/support/users/tvwebdevok/)
 * (@tvwebdevok)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/duplicator-with-instant-wordpress/#post-4721203)
 * Thanks a lot for this hint KDahl, works great for me. Don’t forget to close and
   restart InstantWP.

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