thinkwired
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Its not visible Visual EditorI can not recreate the issue with
define( 'SCRIPT_DEBUG', true );
As soon as I enable that, the issue goes away. As soon as I disable, the issue comes back.
Forum: Plugins
In reply to: [Classic Editor] Its not visible Visual EditorSame issue for me. Here is the console error;
wp-tinymce.js?ver=49110-20201110:3 Uncaught TypeError: Cannot read property 'setBaseAndExtent' of null at i (wp-tinymce.js?ver=49110-20201110:3) at Object.each (wp-tinymce.js?ver=49110-20201110:3) at Object.select (wp-tinymce.js?ver=49110-20201110:3) at w (editor.min.js?ver=5.6:2) at r (editor.min.js?ver=5.6:2) at HTMLDocument.<anonymous> (editor.min.js?ver=5.6:2) at C (wp-tinymce.js?ver=49110-20201110:3) at HTMLDocument.d (wp-tinymce.js?ver=49110-20201110:3)
- This reply was modified 3 years, 11 months ago by thinkwired.
+1
Ironically, it’s because I’m a developer AND because I’m familiar with page builders, that I don’t prefer the new editor.
Forum: Plugins
In reply to: [Classic Editor] Edit Post page Broken After Update to WP 5.6@azaozz
just updated to 5.6, have this errorwp-tinymce.js?ver=49110-20201110:3 Uncaught TypeError: Cannot read property ‘setBaseAndExtent’ of null
and empty visual tab
Forum: Plugins
In reply to: [Regenerate Thumbnails] Doesn’t regen -scaled.jpg large threshold images+1
Has anyone figured out why this is?
Glad I could help. Sorry it took me so long to figure out.
The issue seems to be group 2 being used multiple times. If I pull out the first reference of it in the form, the second reference works as expected.
Prior to some recent update, this form worked perfectly.
In doing this I just realized that not all of the fields are being displayed on the front end either. The second condition works fine but the first condition does not display the additional fields.
This is so strange because it worked for so long prior to this.
FORM
<label>What type of property is this?
[select res-vs-com “Residential” “Commercial”]</label><label>Name *
[text* quote-name] </label><label>Email *
[email* quote-email] </label>
[group group-2]
<label>Company *
[text* company] </label>
[/group]<label>Address
[text quote-address] </label><label class=”first-form form_element_third”>City
[text quote-city] </label><label class=”form_element_third”>State
[text quote-state] </label><label class=”form_element_third”>Zip
[text quote-zip] </label><label>Phone *
[tel* quote-phone]</label>[group group-2]
<h4>Job Site Info (if different from above)</h4><label>Business Name
[text company-name] </label><label>Address
[text company-address] </label><label class=”first-form form_element_third”>City
[text company-city] </label><label class=”form_element_third”>State
[text company-state] </label><label class=”form_element_third”>Zip
[text company-zip] </label>
[/group]<label>How did you hear about us?
[select quote-referred “Google” “Site Sign” “Craigslist” “Facebook” “Customer Referral” “Business Card” “Valpac Blue Envelope”]</label><label>Need a same day quote?
[checkbox quote-same-day “Yes (requires image upload)”]
</label>[group group-1]
<p>Please take 2 to 4 end to end, and side to side pictures of your driveway, and attach them to your request.</p>
[file quote-image-1 limit:10485760 filetypes:gif|png|jpg|jpeg]
[file quote-image-2 limit:10485760 filetypes:gif|png|jpg|jpeg]
[file quote-image-3 limit:10485760 filetypes:gif|png|jpg|jpeg]
[file quote-image-4 limit:10485760 filetypes:gif|png|jpg|jpeg]
[/group]<label>Message
[textarea quote-message] </label>[submit “Submit Request”]
CONDITIONSshow [group-2] if [res-vs-com] equals “Commercial”
show [group-1] if [quote-same-day] equals “Yes (requires image upload)”
EMAILProperty: [res-vs-com]
Name: [quote-name]
Email: [quote-email][group-2]Company: [company][/group-2]
Address:
[quote-address]
[quote-city], [quote-state] [quote-zip][group-2]Job Site Info
Business Name: [company-name]
Job Address:
[company-address]
[company-city], [company-state] [company-zip][/group-2]
Phone: [quote-phone]
Referred by: [quote-referred]Message:
[quote-message]@jules-colle I use 4 other very basic plugins (seo, security, cache, akismet) — I disabled them all and there was no change. The values are still not emailed along.
The theme is Enfold. Disabling the theme also makes no difference.
Are you absolutely sure nothing changed on your end?
Updates to WordPress have been applied but no changes have been made to the site in a year.
To be clear, I can still see the conditional fields on the front end, the values are just not being sent in the emails.
I’m not sure the other users above are having the same exact issue.
- This reply was modified 5 years, 5 months ago by thinkwired.
They are echoed into the page template.
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] UTM’s not being passed in Gravity formsI am not on WP Engine and it isn’t a cache issue (I’ve disabled cache to test).
I’ve since written my own code and pulled the plugin. I did notice other people posting the same issue so, I figured I’d post.
I am not using shortcodes. I am saving data in custom fields and displaying it.
Forum: Plugins
In reply to: [Contact Form 7] File upload is not compatible with Safari v11.1Is it me or does @studioavanti ‘s solution no longer work after today iOS update?