Tagged: enfold, gravity forms
-
AuthorPosts
-
January 22, 2018 at 6:16 pm #900927
So, editing the notification email message in Gravity Forms isn’t working when Enfold is activated. It works when I go back to the Twenty Seventeen theme.
https://screencast.com/t/dP0WNbb7
Any thoughts for what could be going on and what we could do to fix it? I’ve got a client that want to modify the notification emails on a lot of different forms.January 23, 2018 at 9:22 am #901294Hey Andrea,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJanuary 23, 2018 at 3:56 pm #901505Yes, it’s included. Also, if I click back and forth between the visual and text tabs the box eventually just goes away.
Thanks!
January 24, 2018 at 7:03 am #901955Hi CurlyHost,
Seems to be the Layer Slider JavaScript conflict and error. Are you using Layer Slider on your website?
Which version of php are you running?Best regards,
VictoriaSeptember 20, 2018 at 12:12 am #1012071My developer has given me this code to put into the Child Functions.php file.
This fixes this problem on my Enfold site:
add_action('admin_enqueue_scripts', 'ww_global_connect'); function ww_global_connect($hook_suffix) { if ($hook_suffix == 'toplevel_page_gf_edit_forms') { $l10n_ls_mce = array( // TinyMCE slider chooser widget 'MCEAddLayerSlider' => __('Add LayerSlider', 'LayerSlider'), 'MCEInsertSlider' => __('Insert LayerSlider', 'LayerSlider'), 'MCEEmbedOptions' => __('Embed Options:', 'LayerSlider'), 'MCEStartingSlide' => __('Starting Slide:', 'LayerSlider'), 'MCENoOverride' => __('no override', 'LayerSlider'), 'MCEInsertButton' => __('Insert into post', 'LayerSlider'), 'MCENoPreview' => __('No Preview', 'LayerSlider'), 'MCENoPreviewText' => __('Previews are automatically generated from slide images in sliders.', 'LayerSlider') ); wp_localize_script('jquery', 'LS_MCE_l10n', $l10n_ls_mce); } }
I hope this helps.
I have tried it several times on different Enfold sites that have this exact same problem with Gravity Forms and it works everytime.September 20, 2018 at 6:58 am #1012147 -
AuthorPosts
- You must be logged in to reply to this topic.