Surykat
Forum Replies Created
-
Forum: Plugins
In reply to: [Manual Image Crop] Crops not saving?Same here. Does anyone have any idea what could causing the problem? Version 1.08, WordPress 4.0.1.
Forum: Plugins
In reply to: [YOP Poll] Copied / new poll not rendering (after update to 5.3)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.
Forum: Plugins
In reply to: [YOP Poll] Copied / new poll not rendering (after update to 5.3)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.
Forum: Fixing WordPress
In reply to: Edit & Quick Edit Not WorkingDid 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.