Andrews32
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Product Review Lite] Call to undefined function get_user_locale()WP version is latest, but it (version) is changed manually to “99.9” to protect website from hackers.
Hi, thank you for fast & detailed reply!
My website runs on PHP 5.6 too + https (SSL).After reading your reply I enabled “Other Settings ==> DOMContentLoaded event:”, but the error still appears.
Every slide is an image (as a slide background), and no content in the slides` visual editor.
The page with slider is in the first post (under construction)
Forum: Plugins
In reply to: [WP Gallery Download Links] Parse error: syntax error, unexpected ‘[‘The solution is:
change
$url = wp_get_attachment_image_src( $id, 'full' )[0]; // returns an array
to
$url = wp_get_attachment_image_src( $id, 'full' ); // returns an array
and change
$output .= "<dt class='gallery-download'><a href='{$url}' download=''>Download</a></dt>";
to
$output .= "<dt class='gallery-download'><a href='{$url[0]}' download=''>Download</a></dt>";
Not it works!
Forum: Plugins
In reply to: [WP Gallery Download Links] Parse error: syntax error, unexpected ‘[‘Updated to WP 4.8, but the problem is still actual.
Forum: Plugins
In reply to: [WP Gallery Download Links] Parse error: syntax error, unexpected ‘[‘The 201 line is:
$url = wp_get_attachment_image_src( $id, ‘full’ )[0]; // returns an arrayForum: Plugins
In reply to: [Custom Field Suite] api.php Error message in back- and frontendHi there,
today I discovered the same problem (WP 4.8). I see the “Resolved” status here, but what is the solution?
I haven’t added or changed any fields settings too (just content).
Forum: Plugins
In reply to: [Yoast SEO] /wp-admin/customize.php does not workMy case is “Issue When Only Yoast Plugin Is Active”. I tried to visit /wp-admin/customize.php page with both my current theme (Adventurous) and default theme (Twenty Sixteen) after deactivated all plugins – the customize.php page works fine. Than I activated Yoast SEO only. The customize.php page (right frame) is tryung to load (about 10 seconds) but I see endless/infinite redirect and browser reports a problem. I guess it is a 301 redirect.
Forum: Plugins
In reply to: [Yoast SEO] /wp-admin/customize.php does not workThanks for quick support!
As I already mentioned above, I exactly located the problem: Yoast Seo plugin. All the other plugins works correctly. And when only Yoast SEO is active, the /wp-admin/customize.php does not work too.Forum: Reviews
In reply to: [Wordpress Sticky Notes] Users should hide, but not delete stickers!“You cannot delete this sticky note or is already deleted” – I want surfers be possible to hide the stickers.