Usage on local windows XAMPP server (with fix)
-
I just found out I had to make a little change to the code of this plugin to get it to work on my local windows PC using XAMPP:
I had to change:
define( ‘ICSLIDE_DIR’, dirname( __FILE__ ) );To:
define( ‘ICSLIDE_DIR’, ‘/wp-content/plugins/ivycat-ajax-slider’ );
Maybe there is a nicer way to fix this, but this works ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Usage on local windows XAMPP server (with fix)’ is closed to new replies.