• Hi, I just installed OnSwipe Plugin on our blog hosted on both linux and windows server.

    Well on the blogs hosted on the windows servers the plugin successfully installs, but then the plugin page shows in this way:

    http://img16.imageshack.us/i/catturaxo.png/

    And the home page is just a white page with blog title and category list, obviously with no css applied.

    What could it be? Php settings are almost the same on both servers, as well as php version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am trying to wrap my head around this myself. There doesn’t seem to be a reason why it doesn’t work. But it doesn’t.

    After looking at it with Snoopy I see the problem.

    <script type="text/javascript" src="http://thereverand.com/wp-content/plugins/E:HostingSpacesreverandthereverand.comwwwrootwp-contentpluginsonswipe/themes/warp/assets/js/touchscroll.js?ver=3.1"></script>

    I think that snippet speaks for itself.

    I had this problem but found a pretty easy fix.

    Edit the onswipe.php file under wp-content / plugins / onswipe

    Search for PADPRESS_PLUGIN_URL and change the second instance (after the else statement) to look like this:
    define( 'PADPRESS_PLUGIN_URL', 'http://www.adztechblog.com/wp-content/plugins/onswipe' );

    Obviously change the address to your blogs address.

    Works great for me now.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Onswipe] Doesn't work on Windows Server’ is closed to new replies.