GK Grid plugin assets

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Thu Nov 07, 2013 8:21 am
We had an issue with GK Grid plugin. As our WP install is a subdirectory install the plugin didn't manage to provide accurate paths for gk-grid.js and gk-grid.css assets.

We could easily track the problem and it is the way CSS and JS are registered/enqueued.

Code: Select all
wp_register_style( 'gk-grid', home_url() . '/wp-content/ ...


Those need to use plugins_url WP function.
User avatar
Fresh Boarder

GK User
Fri Nov 08, 2013 2:31 pm
Hi,

Thanks for the information, you're probably right, I'll check this exactly and we'll fix this ASAP. Thanks again.
User avatar
Moderator

GK User
Tue Nov 19, 2013 12:15 pm
Does the plugin update as regular WP repository plugin or We need to download it again manually?
User avatar
Fresh Boarder

GK User
Tue Nov 19, 2013 7:46 pm
We are going to add this and other plugins/widgets to WP repository, but for now you have to download it again manually.
User avatar
Moderator


cron