Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Column Spacing #1150169

    Hi I have gone through numerous posts relating to reducing the spacing between columns.

    However (whether down to my ignorance or something else) whatever I have tried has not seemed to work for me.

    I have this site: https://skyro.cc/ruairi/ that I need to reduce the spacing between the columns on 2 rows.
    Each column has an image and I want to make the aesthetics of the space between the 2 rows of images uniform and much smaller between the columns.
    I have tried a variety of adjusting the “Edit Column >> Layout” and nothing I put in there seems to make a difference (using the Chrome browser on a mac).

    It would be great if there was a general rule / process for reducing the spacing between columns, so that I can apply it when and where needed. I see mainly the solutions relate to CSS edits.

    Can anyone help me understand how to reduce the columns spacing in this specific circumstance and help me understand how to apply this reduction of column spacing in general for future needs?

    Thanks for your support.

    • This reply was modified 5 years, 1 month ago by wagwag.
    in reply to: Gravity Forms Notifications Not Working With Enfold #1012071

    My 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.

Viewing 2 posts - 1 through 2 (of 2 total)