yoktan
Forum Replies Created
-
Thanks Takayuki. I will try it and report back
Forum: Plugins
In reply to: [Contact Form 7] Input field dropdown selector bug with RTL language (Hebrew)Thanks for the recommendation Takayuki. Noted: I am planning to update it ASAP.
Forum: Plugins
In reply to: [Contact Form 7] Input field dropdown selector bug with RTL language (Hebrew)To test whether the Custom Select script was the issue, I commented it out, and discovered that without it:
– The pull down selector widget (triangle) does properly appear on the left
– The text inside the select field is right-alignedSo it looks like it’s not a bug in CF7 after all… I guess I just need to either add different CSS classes to deal with this and/or figure out why my the multilingual management plugin I’m using is failing here.
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Input field dropdown selector bug with RTL language (Hebrew)OK, so it looks like the script is properly enqueued vs. embedded. Here’s the call from
wp-content/themes/my_theme/functions.php
function script_select() { wp_register_script( 'select', get_template_directory_uri() . '/js/jquery.customSelect.js', array( 'jquery' ) ); wp_enqueue_script( 'select' ); } add_action( 'wp_enqueue_scripts', 'script_select' );
Thanks for the help!
Cheers
Forum: Plugins
In reply to: [Contact Form 7] Input field dropdown selector bug with RTL language (Hebrew)<edited>
My initial response was written too quickly before I fully understood the situation. I need more time to dig into it. I’ll post back when I’m done.
Thanks
- This reply was modified 5 years, 3 months ago by yoktan.
Somehow at some point (no idea what I did) the warning disappeared. Cheers
Forum: Plugins
In reply to: [Contact Form 7] Input field dropdown selector bug with RTL language (Hebrew)Hi Takayuki,
(Please ignore the previous by jackbluehouse2019 as it has nothing to do with my post!)
WordPress 5.3 on PHP Version 5.6.40
I’m using a significantly modified version of the Twenty Ten theme
Contact Form 7 Version 5.1.5
Column Shortcodes Version 1.0
Fancy Gallery Version 2.1.1
Flamingo Version 2.1
LiteSpeed Cache Version 2.9.9.2
VR jScrollPane Shortcode Version 1.0.1
Wordfence Security Version 7.4.1
WPML CMS Nav Version 1.2.7
WPML Multilingual CMS Version 2.7.1
WPML String Translation Version 1.6.1You can view the page in question here.
Granted, the WPML plugin version are old, but when researching the issue on their forum, it didn’t look like that was the likely cause… Unfortunately, I can’t disable WPML Multilingual CMS to see if it’s interfering with CF7 because that’s the plugin generating my Hebrew page — so without it, I have no page.
Thank you very much for your help!
Hmm… Actually, I think the error may now have disappeared after I updated some WordFence settings and saved. Can you please remind me where I would see the error. Thanks!
- This reply was modified 5 years, 4 months ago by yoktan.
Thanks. Here: $wp_version = ‘5.3’;
Thanks for the quick reply. Yes, I’m using LiteSpeed Cache… But I only activated it AFTER the WP was updated. You really want me to purge everything?
Forum: Plugins
In reply to: [Contact Form 7] How to re-set or re-runHi Takayuki,
Thanks for the quick reply. So, if the DNS & MX records have nothing to do with the issue, then I don’t understand the error “Sender email address does not belong to the site domain.” Where can the problem come from? Here are my settings:
WordPress Address (URL): https://example.com
Site Address (URL): https://example.comCF7 Mail setting: [your-email]
CF7 Form: [email* your-email]Thank you