rick2rick
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Draft and Pending buttonsactually I have found solution after many tries.
$('#draft').click(function(){ $("form").attr('novalidate', 'novalidate'); });with
acf_reset_validation_errors();Thank you for all help!
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Draft and Pending buttonsCan you please show example of code how to bypass required fields on frontend form? Below method won’t work as I expected.
$('#draft').click(function(){ acf.add_filter('validation_complete', function( json, $form ){ if( json.errors ) { json.errors = 0; json.valid = 1; } return json; }); });Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Draft and Pending buttonsThank you for response! This method work perfectly, but how disable validation errors on Draft button?
Forum: Plugins
In reply to: [Slideshow] Youtube video image not showing…Chrome 45.0.2454.93 m
Firefox 39.0.3Forum: Plugins
In reply to: [Slideshow] Youtube video image not showing…this slideshow also not show video thumbnail on my latest Chrome and Firefox… but all fine on Safari (PC).
Forum: Plugins
In reply to: [Slideshow] Youtube video image not showing…I aleady tried it before. No luck.
Now is set default values 1/0.4/5Forum: Plugins
In reply to: [Slideshow] Youtube video image not showing…The same problem.
I suppose navigation buttons activate video, but sliding keeps video at 0 frame at same time.Forum: Plugins
In reply to: [Slideshow] Youtube video image not showing…the same issue on Twenty Fifteen
Forum: Plugins
In reply to: [Slideshow] Youtube video image not showing…Sorry I dont have any cache plugin. Whatever disabling plugins wont help. Issue somewhere in javascript code though.
Forum: Plugins
In reply to: [Slideshow] Youtube video image not showing…Can confirm that I have the same issue. When I use navigation buttons youtube video slide is blank (black). Whatever if navigation buttons are not touched video slide show thumbnail.
for example, first slide here is video thumbnail, but after navigation thumbnail disapear.
http://tinyurl.com/ocap9k5Issue on any Chrome browser