ws909013
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Business Intelligence Lite] CSS Classeswow, it work after removed ‘\’.
Thank you for your quick response.
Forum: Plugins
In reply to: [WP Business Intelligence Lite] CSS ClassesI tried to copy the css file from the table directory to the parent css directory. But, no luck.
I found the error in the JS console.
wp-admin/admin.php?page=table&action=edit&tb_id=2
On Line 258 <link rel=”stylesheet” href=”http://mydomain.com/wp-content/plugins/wp-business-intelligence-lite/css/tables/” type=”text/css” >
“Failed to load resource: the server responded with a status of 403”I am using CentOS with Apache 2.xxx & php 5.5.x I set the plugin directory permission as 777.
I think it may be caused by the apache’s restriction of directory direct access. So, I have to specify the actual file name on the linked resource.Where can I edit the code?
<link rel=”stylesheet” href=”http://mydomain.com/wp-content/plugins/wp-business-intelligence-lite/css/tables/” type=”text/css” >Forum: Plugins
In reply to: [WP Business Intelligence Lite] CSS ClassesThe tables directory is inside the CSS directory of the plugin. However, the css class is still empty.
Forum: Plugins
In reply to: [WP Business Intelligence Lite] CSS ClassesAny solution?
I have the same problem. The CSS Class dropdown box of Table is empty.My version is 1.5. WP version is 4.0. Thanks