[Plugin: WP Customer Reviews] Paths not correct when using Thesis theme
-
It looks like there is a path issue in the PHP coding function that creates the urls to include the javascript and css files. I manually called the JS and CSS and the form displays correctly, but will not submit reviews to the database.
I think the issue is here:
function getpluginurl() { return trailingslashit(plugins_url(basename(dirname(__FILE__)))); } function getplugindir() { return trailingslashit(WP_PLUGIN_DIR.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__))); }
Lines from 986 in the wp-customer-reviews/wp-customer-reviews.php file.
I would really like to use this on our site https://www.rhombuspizza.com
https://www.ads-software.com/extend/plugins/wp-customer-reviews/
- The topic ‘[Plugin: WP Customer Reviews] Paths not correct when using Thesis theme’ is closed to new replies.