Andrew Koop
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Cenote] Kirki ErrorFor sure. Will do. Thanks.
I just had to log-in and thank you for sharing this configuration. It’s exactly the link I was missing in my security solution — can’t wait to see it in action.
Forum: Themes and Templates
In reply to: [Magnus] word brokenThis may not be the exact work-around you are looking for, but I modified content-home.php to use an h2 for post-titles rather than h1 and it fixed the issue for me.
Forum: Plugins
In reply to: [Asynchronous Javascript] Does not work with Gravity FormsSorry, that got cut off. Here’s the whole line: https://pastebin.com/gzn67zcw
Forum: Plugins
In reply to: [Asynchronous Javascript] Does not work with Gravity FormsHello, I’m having trouble getting jQuery to define even when adding jquery to the list of exclusions. My gravity forms all load except the ones that rely on conditional input. I tried adding conditional_logic.js to the list, but that didn’t seem to help. Do you have any other ideas as to what I could try?
It seems that this line may be out of order, but I’m not sure how to move it via an exclusion:
<script type='text/javascript'> if(typeof gf_global == 'undefined') var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"http:\/\/mediaschool.indiana.edu\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"http:\/\/mediaschool.indiana.edu\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 9) {if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][9] = {'logic' : {9: {"f
Thanks for the plugin. It has really sped up my site so far!