just_me000
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] WP Dashboard: QTags is not definedGreat, thanks for quick fix!
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 + accessibility@nikoscompass : You need to modify the form and add labels in a form template itself. If you have some styles added for labels (in theme example).
For @takayukister, other a11y improvement suggestion regarding .screen-reader-response: default response should not have empty
<ul></ul>element. If there is empty list element in default response it fails WAI-ARIA 1.1: 5.2.5 Required Owned Elements criteria.Forum: Plugins
In reply to: [Polylang] menu is invisibleHave you created the English menu and assign it to the relevant theme location?
https://polylang.pro/doc/create-menus/Forum: Plugins
In reply to: [Contact Form 7] Disable submit button while loadingNote: After CF7 versio 4.6. update button disabling with arenddeboers solution doesn’t works but Epsiloncool script works with small mod:
jQuery(document).on('click', '.wpcf7-submit', function(e){ if( jQuery('.ajax-loader').hasClass('is-active') ) { e.preventDefault(); return false; } });- This reply was modified 9 years, 6 months ago by just_me000.
Forum: Plugins
In reply to: [Contact Form 7] Disable submit button while loadingWorks like a charm, thanks!
Viewing 5 replies - 1 through 5 (of 5 total)