yellowhippo
Forum Replies Created
-
Ah wonderful, thank you for the quick response!
Forum: Plugins
In reply to: [Calculated Fields Form] Syncing Dropdown values with DependenciesThis solution works perfectly. Thank you so much!
You’ve provided some great support and I’d like to leave a review or donation. Can you please let me know how best I can do this?
Forum: Plugins
In reply to: [Calculated Fields Form] Syncing Dropdown values with DependenciesAnother question – how would I ammend this for more dropdowns, for example 6. I have tried the following:
<script> fbuilderjQuery(document).one('showHideDepEvent', function () { var $ = jQuery, $selects = $('[id*="fieldname1_"],[id*="fieldname2_"],[id*="fieldname3_"],[id*="fieldname4_"],[id*="fieldname5_"],[id*="fieldname6_"]').change(function () { if(typeof flag != 'undefined') { delete flag; return; } flag = true; $selects.not(this).val($(this).val()).change(); }); }); </script>
The problem is this runs very slow before executing all dependencies. Is there a better way to update this to accommodate more dropdowns?
Thank you again!
- This reply was modified 2 years, 5 months ago by yellowhippo.
Forum: Plugins
In reply to: [Calculated Fields Form] Syncing Dropdown values with DependenciesUnbelievable – that worked brilliantly. Thank you for the solution and the speedy reply. You guys are incredible!
Thank you for the quick reply and action!
We did have a malware issue about 3-4 years ago, but this has been addressed and we have been clean since.
Forum: Plugins
In reply to: [Google Analytics Post Pageviews] uncorrect dataI am having the same problem. Has anyone found a fix?
Forum: Plugins
In reply to: [Calculated Fields Form] Print a comma separated list of fieldset valuesYes, that appears to work!
Thank you again for the great support.
Forum: Plugins
In reply to: [Calculated Fields Form] Print a comma separated list of fieldset valuesThe URL is: https://www.theenergymix.com/custom-rss/
I’ve password protected the page – password is {7xQuh
You will see I am trying to create a custom RSS feed with a category array at the end of the URL. You’ll notice the commas that are meant to separate the fieldnames appear before a selection is made.
The code I’m using is
(function(){ var values = []; if(fieldname14) values.push(fieldname14); if(fieldname11) values.push(fieldname11); if(fieldname7) values.push(fieldname7); return values.join(','); })()
Thank you again for your help.
Forum: Plugins
In reply to: [Calculated Fields Form] Print a comma separated list of fieldset valuesThank you again. This is still printing commas without a selected value. Are you able to provide an alternative? I’m sorry my coding is not good.
Forum: Plugins
In reply to: [Calculated Fields Form] Print a comma separated list of fieldset valuesHello,
Thank you for the quick reply. This works, but is there a way for the commas not to show if the fieldname is empty? I’m using checkboxes, so for example if I have fieldnames but only fieldset1 and fieldset4 have been selected, my result looks like:
Value1,,,Value4
Thank you for the quick reply. I will try this solution and keep an eye out for any updates.
Forum: Plugins
In reply to: [Pixabay Images] "You don't have permission to edit this post"This issue is back in WP 4.2.3. Any thoughts?
Resolved by installing cURL – Marking as resolved
Forum: Plugins
In reply to: [Paid Memberships Pro - Mailchimp Add On] Blank page after entering APIResolved by installing cURL – Marking as resolved