I am also a problem myself. updated with the latest version and the page is empty
I have just updated the latest version 1.2.7.
I know this worked in 1.2.5. I do not know if the issue started for me with either 1.2.6 or 1.2.7.
Plugin is essentially broken at this time! 🙁
Update: Reverted back to 1.2.5 since I had the plugin files on my local system. I am able to confirm everything works with this version.
-
This reply was modified 6 years, 5 months ago by
Jeremy.
RESOLUTION FOUND:
Content in grid-plus.php line 99 was recently updated by the plugin author.
//wp_register_script(‘grid-plus-settings’, G5PLUS_GRID_URL . ‘assets/js/backend/settings.min.js’, array(‘wp-util’), true, true);
wp_register_script(‘grid-plus-settings’, G5PLUS_GRID_URL . ‘assets/js/backend/settings.js’, array(‘wp-util’), true, true);
The file settings.js does not exist. Looking at the content of settings.min.js in the /assets/js/backend/ directory nothing has changed in the file from version 1.2.5 and 1.2.7.
I do not know if the author intended to package up a new settings.js file. However, the fix I found was to update this line of code as follows:
wp_register_script(‘grid-plus-settings’, G5PLUS_GRID_URL . ‘assets/js/backend/settings.min.js’, array(‘wp-util’), true, true);
This points to the file which does exist and the settings page loads as expected.
Another way to fix the issue is to rename the file
/assets/js/backend/settings.min.js
to
/assets/js/backend/settings.js
Which may be easier for some to implement.
Thanks for your help!
That worked for me 🙂
thank you daenningas, i have a problem in pagination bottom here is a icon how i can remove this?
here is screenshots link: http://prntscr.com/pke5ms
Thanks @daenningas
I updated this issues. Now you can download lastesr version 1.2.7 to use it.
Sorry once and thank you all.