• Hi,

    When using su_spoiler accordions, there is an offset set in the shortcodes-ultimate/assets/js/other-shortcodes.js file:

    bar = ($(‘#wpadminbar’).length > 0) ? 28 : 0;

    In our case we have a menu that is an additional 55 pixels, so we have fixed it like that:

    bar = ($(‘#wpadminbar’).length > 0) ? (28 + 55) : 0;

    This of course would break after a plugin update. Could you set an option for configuring a custom offset?

    Thanks,
    Borislav

    https://wordpress.org/plugins/shortcodes-ultimate/

The topic ‘Offset option for the su_spoiler shortcode’ is closed to new replies.