Title: web_line's Replies | WordPress.org

---

# web_line

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

 *   [Profile](https://wordpress.org/support/users/web_line/)
 *   [Topics Started](https://wordpress.org/support/users/web_line/topics/)
 *   [Replies Created](https://wordpress.org/support/users/web_line/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/web_line/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/web_line/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/web_line/engagements/)
 *   [Favorites](https://wordpress.org/support/users/web_line/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: [[WP Cerber Security, Anti-spam & Malware Scan] Custom URL – Blocked IP](https://wordpress.org/support/topic/custom-url-blocked-ip/)
 *  [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/custom-url-blocked-ip/#post-9955704)
 * P.S.: seems to occur only with Firefox (Mac), but not with Safari or Chrome.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Cerber Security, Anti-spam & Malware Scan] Custom URL – Blocked IP](https://wordpress.org/support/topic/custom-url-blocked-ip/)
 *  [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/custom-url-blocked-ip/#post-9955695)
 * same problem here for me. This is happening on two sites and started after the
   next-to-last update of the Cerber PlugIn.
    I happens with the current version
   of WP (4.9.4) and the one before. I whitelisted my IP, but it still gets blocked(
   I have to remove the plugin folder via FTP to enter my sites). I use the Custom
   login URL field. The value is “my_login.php”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Booking Calendar] abc-check-availabilities button text](https://wordpress.org/support/topic/abc-check-availabilities-button-text/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/abc-check-availabilities-button-text/#post-9049986)
 * klar – gerne – wie kann ich Dir eine PM senden?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Booking Calendar] abc-check-availabilities button text](https://wordpress.org/support/topic/abc-check-availabilities-button-text/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/abc-check-availabilities-button-text/#post-9049974)
 * P.S.: and it would be nice if you add an id or class to the error messages like:
 * <b>Der Zeitraum ist zu kurz. Mindestaufenthalt für dieses Datum sind 2 Nächte.
   </b>
 * <span class=”abc-alert”>Der Zeitraum ist zu kurz. Mindestaufenthalt für dieses
   Datum sind 2 Nächte.</span>
 * That would allow me to change the style of those messages
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Job Manager] restrict access to job applications](https://wordpress.org/support/topic/restrict-access-to-job-applications/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/restrict-access-to-job-applications/#post-8674215)
 * I looked into the User Role Editor Pro. He offers to restrict this Job Manager
   hooks to a specific user group:
 * create_jobman_jobs
    delete_jobman_jobs delete_others_jobman_jobs delete_private_jobman_jobs
   delete_published_jobman_jobs edit_jobman_jobs edit_others_jobman_jobs edit_private_jobman_jobs
   edit_published_jobman_jobs publish_jobman_jobs read_private_jobman_jobs
 * But this doesn’t help to restrict access using job categories 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] 404 when passing args to the API](https://wordpress.org/support/topic/404-when-passing-args-to-the-api/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [11 years ago](https://wordpress.org/support/topic/404-when-passing-args-to-the-api/#post-6297587)
 * P.P.S.: it is not the GET parameter syntax in general because mydomain.com/wp-
   json/posts?type[]=project works fine.
 * All facts:
    – the PlugIn is up and running – basic functions work – custom routes
   work – passing get parameters to a custom route return the HTTP status 404
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] 404 when passing args to the API](https://wordpress.org/support/topic/404-when-passing-args-to-the-api/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [11 years ago](https://wordpress.org/support/topic/404-when-passing-args-to-the-api/#post-6297476)
 * P.P.S.: here is my htaccess setup:
 * <IfModule mod_rewrite.c>
    RewriteEngine On RewriteBase / RewriteRule ^index\.
   php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] 404 when passing args to the API](https://wordpress.org/support/topic/404-when-passing-args-to-the-api/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [11 years ago](https://wordpress.org/support/topic/404-when-passing-args-to-the-api/#post-6297466)
 * P.S.: with
    curl -I [http://mydomain.com/wphhv/test?val1=1234&val2=abcd](http://mydomain.com/wphhv/test?val1=1234&val2=abcd)
   I get HTTP/1.1 404 Not Found
 * with
    curl -I [http://mydomain.com/wphhv/test](http://mydomain.com/wphhv/test)
 * I get
    HTTP/1.1 200 OK
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get Use APIs - JSON Content Importer] Display Array Values?](https://wordpress.org/support/topic/display-array-values/)
 *  [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/display-array-values/#post-5711841)
 * Hi Bernhard,
 * using your JSON sample with:
    [jsoncontentimporter url=”[http://kux.de/extra/json/somejson/6.json&#8221](http://kux.de/extra/json/somejson/6.json&#8221);
   numberofdisplayeditems=”3″ basenode=”aspects”] {text} {subloop:image:} Event:{
   retina} {/subloop} [/jsoncontentimporter]
 * I got:
 * Vogelperspektive
    Event: {retina}
 * {text}
    Event: {retina}
 * and a lot of “Undefined variable: subloopNode in …/json-content-importer/class-
   json-parser.php on line 90”
 * Detlef
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get Use APIs - JSON Content Importer] Unsupported JSON](https://wordpress.org/support/topic/unsupported-json/)
 *  [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/unsupported-json/#post-5744550)
 * The JSON is valid – the special here is that the structure starts with an array.
   Maybe that’s causing the error? Or the unnamed element in the “type” array?
    
   Just my 2 cents
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get Use APIs - JSON Content Importer] Display Array Values?](https://wordpress.org/support/topic/display-array-values/)
 *  [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/display-array-values/#post-5711833)
 * How can I access the elements in this sample:
    … “aspects”: [ { “image”: { “retina”:“
   [http://myurl/wp-content/uploads/2014/11/SBK-08-Ansicht_001.jpg?820&#8221](http://myurl/wp-content/uploads/2014/11/SBK-08-Ansicht_001.jpg?820&#8221);,“
   size_retina”: 290444, “lastmodified”: 1416393176, “id”: 820 }, “text”: “Vogelperspektive”},{“
   image”: { …
 * I defined basenode=”aspects” and can access {text} – but how can I get “size_retina”?
   {
   subloop:image:} Size Retina: {size_retina} Will not work (it’s no array)….
 * Thanks a lot,
 * Detlef
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get Use APIs - JSON Content Importer] Json Baseheader](https://wordpress.org/support/topic/json-baseheader/)
 *  [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/json-baseheader/#post-5714758)
 * Hi,
 * thanks for the great PlugIn – unfortunately I run into an error when there is
   no named base element (Version 1.0.5 of your PlugIn) – the JSON I tried is valid:
 * [jsoncontentimporter url=”[http://sampleurl.com/wp-json/posts/144″%5D](http://sampleurl.com/wp-json/posts/144″%5D)
   {
   title} [/jsoncontentimporter]
 * Undefined offset: 1 in /var/www/vhosts/myurl/wp-content/plugins/json-content-
   importer/class-json-parser.php on line 155 Notice: Undefined offset: 2 in /var/
   www/vhosts/myurl/wp-content/plugins/json-content-importer/class-json-parser.php
   on line 156 Notice: Undefined offset: 1 in /var/www/vhosts/myurl/wp-content/plugins/
   json-content-importer/class-json-parser.php on line 160 Catchable fatal error:
   Object of class stdClass could not be converted to string in /var/www/vhosts/
   myurl/wp-content/plugins/json-content-importer/class-json-parser.php on line 
   244
 * If you need it – I can send you the URL to the sample JSON in a private mail.
 * Thanks, Detlef
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] how to get rid of the enable reminder](https://wordpress.org/support/topic/how-to-get-rid-of-the-enable-reminder/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/how-to-get-rid-of-the-enable-reminder/#post-3981453)
 * If you check the first option (Online User) – the message will disappear.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [redirect wp-admin to localhost](https://wordpress.org/support/topic/redirect-wp-admin-to-localhost/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/redirect-wp-admin-to-localhost/#post-3977434)
 * My problem was caused by my hosting service. They implemented the redirect to
   avoid the WP installation to be hacked – without notice. I fixed know and works
   fine (with a different URL for the login).
 * Detlef
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] Switch On RSS icon when using the ShortCut version](https://wordpress.org/support/topic/switch-on-rss-icon-when-using-the-shortcut-version/)
 *  Thread Starter [web_line](https://wordpress.org/support/users/web_line/)
 * (@web_line)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/switch-on-rss-icon-when-using-the-shortcut-version/#post-3744101)
 * same place like when I use the widget mode – there I have the option (checkbox)
   to switch it on or off. Found no parameter to do the same with the shortcut

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