Forum Replies Created

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

    (@robstapl)

    @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 ??

    robstapl

    (@robstapl)

    @mltvclothing
    Hi Anna,
    What version?
    I put here, https://fashionpulsedaily.com/trend-circle-bags/, v. 1.5.1 and it looks ok on my mobile.
    Let me know
    Robert

    robstapl

    (@robstapl)

    @webwerk
    Actually there is. Here’s a sample post with a slideshow.
    https://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

    robstapl

    (@robstapl)

    @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 ??

    robstapl

    (@robstapl)

    @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!

    robstapl

    (@robstapl)

    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

    robstapl

    (@robstapl)

    @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)