Title: Portfolio Slideshow Reload Code
Last modified: August 20, 2016

---

# Portfolio Slideshow Reload Code

 *  Resolved [alejandrovze](https://wordpress.org/support/users/alejandrovze/)
 * (@alejandrovze)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/portfolio-slideshow-reload-code/)
 * Hi,
    I’m trying to get the Portfolio Slideshow plugin to reload, but I’m really
   not sure how to write the reload codes.
 * [This](http://www.sensemayamusic.com/gallery/) is the page.
 * From looking at the source code this is what I have, but it doesn’t have any 
   effect as far as I can tell. Any idea what I’m doing wrong? Is this completely
   in the wrong direction? I have no experience with this …
 *     ```
       jQuery('.slideshow-wrapper0').pscarousel({
       {
       	var psTimeout = new Array();
       	var psAutoplay = new Array();
       	var psFluid = new Array();
       	var psTrans = new Array();
       	var psSpeed = new Array();
       	var psLoop = new Array();
       	var portfolioSlideshowOptions = {  psHash:false, psLoader:false, psFluid:false };
       }
       	psTimeout[0] :  4000,
       	psAutoplay[0] :  true,
       	psTrans[0] :  'scrollHorz',
       	psLoop[0] :  true,
       	psSpeed[0] :  400
       });
   
       jQuery.getScript('http://www.sensemayamusic.com/wp-content/plugins/portfolio-slideshow/js/portfolio-slideshow.min.js?ver=1.4.1');
       ```
   
 * [http://wordpress.org/extend/plugins/advanced-ajax-page-loader/](http://wordpress.org/extend/plugins/advanced-ajax-page-loader/)

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

 *  [nunodecastro](https://wordpress.org/support/users/nunodecastro/)
 * (@nunodecastro)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/portfolio-slideshow-reload-code/#post-3166968)
 * Hi,
    I realize from the link posted above that you got it sorted out. Can u share
   how? thanks
 *  [sharath chandra](https://wordpress.org/support/users/sharath-chandra/)
 * (@sharath-chandra)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/portfolio-slideshow-reload-code/#post-3166973)
 * My home page menu links are not working after installing plugin Please help
 * [http://www.gothicwallpaperz.com](http://www.gothicwallpaperz.com)
 *  Plugin Author [Dean Williams](https://wordpress.org/support/users/deano1987/)
 * (@deano1987)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/portfolio-slideshow-reload-code/#post-3166977)
 * IT seems this is what he is using (looked at the source myself). If someone can
   confirm this works I will add it to the site 🙂
 * jQuery.getScript(‘/wp-content/plugins/portfolio-slideshow/js/portfolio-slideshow.
   min.js?ver=1.4.1’);
 * jQuery(window).load(); // trigger load event on window so that script’s run-on-
   load fn is forced to run

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

The topic ‘Portfolio Slideshow Reload Code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-ajax-page-loader_bcd4a4.
   svg)
 * [Advanced AJAX Page Loader](https://wordpress.org/plugins/advanced-ajax-page-loader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-ajax-page-loader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-ajax-page-loader/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-ajax-page-loader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-ajax-page-loader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-ajax-page-loader/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Dean Williams](https://wordpress.org/support/users/deano1987/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/portfolio-slideshow-reload-code/#post-3166977)
 * Status: resolved