web_line
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Custom URL – Blocked IPP.S.: seems to occur only with Firefox (Mac), but not with Safari or Chrome.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Custom URL – Blocked IPsame 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
In reply to: [Advanced Booking Calendar] abc-check-availabilities button textklar – gerne – wie kann ich Dir eine PM senden?
Forum: Plugins
In reply to: [Advanced Booking Calendar] abc-check-availabilities button textP.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
In reply to: [Job Manager] restrict access to job applicationsI 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_jobsBut this doesn’t help to restrict access using job categories 🙁
Forum: Plugins
In reply to: [WP REST API (WP API)] 404 when passing args to the APIP.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 404Forum: Plugins
In reply to: [WP REST API (WP API)] 404 when passing args to the APIP.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
In reply to: [WP REST API (WP API)] 404 when passing args to the APIP.S.: with
curl -I http://mydomain.com/wphhv/test?val1=1234&val2=abcd
I get
HTTP/1.1 404 Not Foundwith
curl -I http://mydomain.com/wphhv/testI get
HTTP/1.1 200 OKForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Display Array Values?Hi Bernhard,
using your JSON sample with:
[jsoncontentimporter url=”http://kux.de/extra/json/somejson/6.json” 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
In reply to: [Get Use APIs - JSON Content Importer] Unsupported JSONThe 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 centsForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Display Array Values?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”,
“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
In reply to: [Get Use APIs - JSON Content Importer] Json BaseheaderHi,
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
{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
If you check the first option (Online User) – the message will disappear.
Forum: Fixing WordPress
In reply to: redirect wp-admin to localhostMy 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
In reply to: [WP RSS Multi Importer] Switch On RSS icon when using the ShortCut versionsame 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