saulirajala
Forum Replies Created
-
Sure. Here is the issue https://github.com/sybrew/the-seo-framework/issues/675
Hi Patricia,
I did that already and result is the same. For reproducing the bug you have to set Date format to d.m.Y and Time format to G:i. But I know see, that you have changed the UI in the latest version. This UI change also fixed the bug that I described in this ticket. So all is good no. Sorry for the noice.
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Bug when using tabsOops! Sorry, I just noticed your previous answer. Thanks for the fix!
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Bug when using tabsI putted this to my theme to fix issue for now:
acf.add_action( 'show_field', function ( field, context ) { if ( 'tab' == context && field.children( '.acf-input' ).children( '.acf-fields' ).length > 0 ) { jQuery( '.icon_preview' ).each( function ( elem ) { var ValueOfSelect = jQuery( this ).siblings( 'select' ).val(); jQuery( this ).children( 'i' ).removeClass(); jQuery( this ).children( 'i' ).addClass( 'fa ' + ValueOfSelect ); } ); } } );
This fix doesn’t work out of the box in the plugin itself, but I hope you can get some ideas for solution from my fix ??
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Bug when using tabsI can verify this bug. I have ACF Pro 5.6.2 and Advanced Custom Fields: Font Awesome Field version 2.0.5.
Issue only appears when using font-awesome field inside of repeater-field, which is inside of inactive tab. When user clicks to open the tab, it will tricker show_field js-action. The problem lies in row 54 of input-v5.js, which updates preview icon with the value of first select.fontawesome-edit.
- This reply was modified 7 years, 5 months ago by saulirajala.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Total Posts number is wrongHi,
apologies for the delayed reply. Yes, you can add me as editor for Finnish.