delicado
Forum Replies Created
-
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] fb_og_title filterThanks for this – but how strange to have a plugin where there’s no way to configure this value!
Not exactly related, but I’m parking this here in case it helps anyone: after going live, I realised that on iOS, I was unable to type numbers into the phone field. The dropdown for country codes was blocking it.
This was because in my CF7 form, I had (for no good reason) wrapped the entire field in a <label>. iOS, perhaps trying some kind of auto focus to pair labels to elements inside them, got confused, and I could never navigate to the phone field. As soon as I stopped the label from wrapping the input, everything was fine.
Hi
Yes – I spotted the IP lookup feature and it’s great.
I copied the intlTelInput.js file down from https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/7.0.1/js/intlTelInput.js and made a local copy within my theme folder at /js/libs. Then I simply added ‘bd’ for Bangladesh to the preferred countries array on line 44:
preferredCountries: [ “us”, “bd”, “gb” ],I minified the script and changed the reference on line 89 of form-tag.php within the plugin so it reads like this:
wp_enqueue_script( ‘wpcf7-intl-tel-lib-js’, get_bloginfo(‘stylesheet_directory’) .’/js/libs/intlTelInput’.$extension , array( ‘jquery’ ), ‘7.0.1’, true);Yes, I will post a review!
Hi again.
I’ve achieved this by copying down intlTelInput.js and referencing my local copy instead. Obviously this is vulnerable to plugin updates, but I’m not sure if you have or are able to plan in any way to configure preferred countries from within the plugin – let me know!
Thanks again – to have the feature of flags and dialling codes seemed unusual to me so I was really happy to find your plugin to do the heavy lifting for me.
Forum: Plugins
In reply to: [Contact Form 7] How to use post meta to set mail recipient dynamically?Thanks Geert and Takayuki – much appreciated.
Thanks for this. Just downloaded; it worked right away as promised, but this was the omission I noticed immediately. The ideal solution would be to have a couple of fields in the settings allowing you to adjust the words for all and x per page (with instructions on which translation keys to use as appropriate).
Forum: Plugins
In reply to: [Nav Menu Images] No image upload optionI also had this problem but in my case it had nothing to do with the theme, which was a vanilla one I created myself. I found the image upload button does appear, but only after you’ve saved the menu.
So if you add a menu item and then save the menu, the link appears. This isn’t ideal, but it’s also not inconvenient enough to make me try and fix it or look for another plugin!You probably figured this out – but as someone noted on another thread, the ‘Taxonomy Order’ menu will only appear under custom taxonomies if they have ‘hierarchical’ => true set as an argument.