
degroottech
degroottech
About
- Username
- degroottech
- Joined
- Visits
- 23
- Last Active
- Roles
- Member
Comments
-
finally this is a solution that works Step 2) Find the following two lines and comment them out: define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); They should look like the following after you comment them out: //define('DB_CHARSET', 'utf8…
-
or this site
-
or this site that displays the problem but i dont think their fix is an issue in your theme https://vir9.com/wordpress/grid-media-library-not-loading-wordpress/
-
ere is a url that deals with this problem but i am not sure what will apply to your theme https://stackoverflow.com/questions/29570326/wordpress-media-library-grid-mode-infinite-loading
-
The solution I found was: I found a solution that has worked, insert ob_start() into the wp_config file. But it has stopped now.
-
Hi Pablo In media library you have a choice of list view or grid view. In grid view it will not display any files, it is locked in search mode. This is no problems except when you want to use an image file in a post or page it only uses grid view so…