Title: robstapl's Replies | WordPress.org

---

# robstapl

  [  ](https://wordpress.org/support/users/robstapl/)

 *   [Profile](https://wordpress.org/support/users/robstapl/)
 *   [Topics Started](https://wordpress.org/support/users/robstapl/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robstapl/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robstapl/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robstapl/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robstapl/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robstapl/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Issue with removing pic in slideshow](https://wordpress.org/support/topic/issue-with-removing-pic-in-slideshow/)
 *  [robstapl](https://wordpress.org/support/users/robstapl/)
 * (@robstapl)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/issue-with-removing-pic-in-slideshow/#post-9719090)
 * [@pashnada](https://wordpress.org/support/users/pashnada/)
    Just uninstall it
   or delete it via FTP from the server and install/upload version 1.5.1 Worked 
   for me 🙂 Descriptions are baack 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Mobile, not responsive](https://wordpress.org/support/topic/mobile-not-responsive-2/)
 *  [robstapl](https://wordpress.org/support/users/robstapl/)
 * (@robstapl)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/mobile-not-responsive-2/#post-9718952)
 * [@mltvclothing](https://wordpress.org/support/users/mltvclothing/)
    Hi Anna, 
   What version? I put here, [http://fashionpulsedaily.com/trend-circle-bags/](http://fashionpulsedaily.com/trend-circle-bags/),
   v. 1.5.1 and it looks ok on my mobile. Let me know Robert
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Captions not appearing](https://wordpress.org/support/topic/captions-not-appearing-2/)
 *  [robstapl](https://wordpress.org/support/users/robstapl/)
 * (@robstapl)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/captions-not-appearing-2/#post-9718837)
 * [@webwerk](https://wordpress.org/support/users/webwerk/)
    Actually there is. 
   Here’s a sample post with a slideshow. [http://fashionpulsedaily.com/trend-circle-bags/](http://fashionpulsedaily.com/trend-circle-bags/)
 * However, I’v decided to go back to v. 1.5.1 as I couldn’t get your hack working
   🙁
    It runs smoothly, as you can see, on WP4.9.
 * IMHO version 1.9.9 onwards are not finished. I tried it on WP 4.6 which was supposedly
   tested and no luck. Guys tried to rewrite the original plugin however it got 
   stuck me thinks. Pity but what can we do.
 * You need to do a clean install of 1.5.1 and it will work seamlessly with all 
   settings configurable.
    Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Titles do not display & cant disable autoplay](https://wordpress.org/support/topic/titles-do-not-display-cant-disable-autoplay/)
 *  [robstapl](https://wordpress.org/support/users/robstapl/)
 * (@robstapl)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/titles-do-not-display-cant-disable-autoplay/#post-9718227)
 * [@hectornado](https://wordpress.org/support/users/hectornado/)
    Hi, I guess you
   upgraded the plugin to the latest 1.12.0 version. You need to uninstall it and
   install version 1.5.1. From my personal experience I can say this is the latest
   working version of this plugin. Titles will be back 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Captions not appearing](https://wordpress.org/support/topic/captions-not-appearing-2/)
 *  [robstapl](https://wordpress.org/support/users/robstapl/)
 * (@robstapl)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/captions-not-appearing-2/#post-9716582)
 * [@webwerk](https://wordpress.org/support/users/webwerk/)
    Thanks a lot for your
   reply. Last request, sorry to be a pain 😉 Could you take a look at the code 
   below and let me know I implemented your “hack” correctly?
 *     ```
       function cyclePager() {
       					slideshow.cycle({
       						fx:                 portfolio_slideshow.slideshows[num].trans,
       						speed:              portfolio_slideshow.slideshows[num].speed,
       						timeout:            portfolio_slideshow.slideshows[num].timeout,
       						nowrap:             portfolio_slideshow.slideshows[num].nowrap,
       						next:               '#slideshow-wrapper' + num + ' a.slideshow-next, #slideshow-wrapper' + num + ' #psnext' + num,
       						startingSlide:      index,
       						prev:               '#slideshow-wrapper' + num + ' a.slideshow-prev , #slideshow-wrapper' + num + ' #psprev' + num,
       						before:             onBefore,
       						after:              onAfter,
       						end:                onEnd,
       						slideExpr:          '.slideshow-content',
       						manualTrump:        true,
       						slideResize:        false,
       						containerResize:    false,
       						pager:              '#pager' + num,
       						cleartypeNoBg:      true,
       						pagerAnchorBuilder: buildAnchors
       						$($('.slideshow-caption')[0]).show();
       					});
       				} 
       ```
   
 * and this function
 *     ```
       function onAfter(curr,next,opts) {
       					$('.slideshow-caption').hide();
       					$($('.slideshow-caption')[opts.currSlide]).show();
       					var slide = $(this);
       					currSlide[num] = opts.currSlide;		
       					var $h,$w;
       					$h = slide.height(); //slideshow content height
       					$w = slide.width(); //slideshow content height
   
       					if ( ie === true ) {
       						slideshow.height($h).width($w);
       					} 
       ```
   
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Can’t remove Ticks in Settings](https://wordpress.org/support/topic/cant-remove-ticks-in-settings/)
 *  [robstapl](https://wordpress.org/support/users/robstapl/)
 * (@robstapl)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/cant-remove-ticks-in-settings/#post-9714000)
 * Faced the same issue after upgrading to 1.12.0
    SOLUTION In the database under
   TABLE – **wp_options** – remove the following row – **portfolio_slideshow_options**.
   Then go to Settings->Slideshows and tick everything according to you. Save it
   and voila. Unfortunately not everything works like captions, etc ie even ticked
   they don’t show up however there is a different thread for this. HTH
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Portfolio Slideshow] Captions not appearing](https://wordpress.org/support/topic/captions-not-appearing-2/)
 *  [robstapl](https://wordpress.org/support/users/robstapl/)
 * (@robstapl)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/captions-not-appearing-2/#post-9712267)
 * [@webwerk](https://wordpress.org/support/users/webwerk/)
    Hello I implemented
   your solution (v. 1.12.0) and the slideshow stopped working ie autoplay stopped,
   clicking did nothing.
 * Could you post the modified pieces of the code? Maybe I put this in wrong space
   or something.
    Thank you!

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