Hello,
This is strange there i run it on 2 production websites without errors, however the source code written on this line (and others) is changed in a beta release 1.1.8a, which you can download here.
This runs also on my production sites, so i’m wondering or it works now on yours.
See here with the 1.18a version:
Sample Gallery:
http://wp.wistudat.be/wud-gallery-sample/
Sample Tiles:
http://wp.wistudat.be/wp-tiles-wud-with-sidebar/?gt=1
Sample Grids:
http://wp.wistudat.be/grid-wud/
Let me know the result!
Regards, Danny
Should be resolved in 1.1.9, let me know π
= 1.1.9 =
* Resolved: Array error by thumbnails.
* Build grids/tiles with images from “Nelio External Featured Image”.
* Update widget short code: removed unused argument.
Regards, Danny
Hello it2websites,
Can you confirm that this release solved the problem?
Regards, Danny
Since version 1.2.0 there are no more issues like this one.
We have changed the way to save and read an array.
Topic can be marked as solved.
I’m having this same issue. My error reads:
Parse error: syntax error, unexpected '[' in /----/----/----/wp-content/plugins/grid-wud/grid-wud.php on line 58
I’m running version 1.2.3. PHP v. 5.2
Thanks!
Hello Sredefer,
Thank you for using our Plugin.
This is not a fatal error like this topic title mentioned but a syntax error and is a changed parameter HERE described.
I will check for you why this issue is caused and find a solution.
For this i need some extra information:
When does it appears?
With our short code
With a HTML text box
With …
Do you have other plugins installed which are using short codes?
Can you provide me more info when it appears?
Regards, Danny
Thank you for the quick reply. It’s happening when I attempt to activate the plugin. I have yet to successfully activate it.
Hello,
Can you change the line 58 in grid-wud.php
from:
function wud_widget_text( $widget_text, $instance = [] )
to
function wud_widget_text( $widget_text )
Does it work now?
Regards, Danny
It worked! Thanks so much, Danny.
Your welcome π
I will provide it in the 1.2.4 release.
Thanks to help me out of this!
Regards, Danny
= 1.2.4 is ready for download.
* Removed array error by Widgets.
Regards, Danny