Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same here. Does anyone have any idea what could causing the problem? Version 1.08, WordPress 4.0.1.

    Thread Starter Surykat

    (@surykat)

    ONE MORE UPDATE:
    I added workaround of my problems with slider inside poll edit. If I had more time I could find more convenient way, but time is money ??

    In yop-poll-wizard.js I added this block of code inside onShowStep method (line 517):

    var toStep = context.toStep;
                if( toStep == 4 && isdone == - 1 ) {
                    jQuery( '.buttonNext' ).css( 'display', 'none' );
                    jQuery( '#yop-poll-wizard' ).smartWizard( "enableFinish", true );
                    jQuery('.actionBar' ).css('display','block');
                }
                else {
                    jQuery( '.buttonNext' ).css( 'display', 'inline' );
                    jQuery('.actionBar' ).css('display','block');
                }
                if( toStep == 5 ) {
                    jQuery( '.buttonNext' ).css( 'display', 'none' );
                    jQuery( '.buttonPrevious' ).css( 'display', 'none' );
                    jQuery( '.buttonFinish' ).css( 'display', 'none' );
                    jQuery('.actionBar' ).css('display','none');
                }
    
    			// bug Fix / Workaround
    			if( toStep == 2 ) {
    				jQuery(window).trigger('resize');
    			}
    
                return true;

    Hope that will help Yop Poll developers to preceisly eliminate this bug.

    Thread Starter Surykat

    (@surykat)

    EDIT / UPDATE: Problem is fixed, but still exist in my opinion.

    The problem was inside template mechanism. My polls were based on custom, previously created template which, I don’t know why, wasn’t selected by default in newly created or even copied polls. When I opened template selector in new design, find (that was hard, because only premium templates are rendedring beautifull) and select proper template to specific poll – save – and everything shown.

    Tip to Yop Poll developers: work on this slider of templates and check inside code the mechanism of selecting default demplate.

    Did you find a solution? I’m struggling with the same problem now. Quick edit is not popping any additional markup / is not working at all.

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