• Hey…

    I recently purchased the Frontpage Slideshow plugin from Joomlaworks…and am having trouble getting it to display. I know this isn’t the forum for this necessarily, but I figured that it might be something I am missing from WordPress.

    I have followed their installation instructions to the letter, and I am at the point where it says I should be able to see the demo slideshow displaying on my page. Instead, the div that I have placed the code into is blank when viewing the source. Here is the code…

    <div>
     <?php
    // START of "Frontpage Slideshow" settings
    	$nameOfSlideshowToDisplay = "myslideshow"; 					// Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
    	$URLofyoursite = "https://testing.theparadigmexchange.com"; 					// Enter your site's URL.
    	$AbsoluteServerPathofyoursite = "D:\hshome\iamharla";	// Enter the root path of your site on the server.
    
    	// do not edit below this line
    	include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
    // END of "Frontpage Slideshow" settings
    ?>
    </div>

    The site I am working on is at testing.theparadigmexchange.com

    Thanks.
    Harlan

  • The topic ‘Frontpage Slideshow on WP not displaying…’ is closed to new replies.