Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Yudhistira Mauris

    (@maurisrx)

    The customization has to be done to the plugin because the theme shortcode may overwrite the plugin shortcode. May I know your website URL?

    Thread Starter Julius E

    (@julius-e)

    Hi Yudhistira, thanks for your quick reply. Is there any way I can send you the URL privately? Also I’ve removed the plugin temporarily, should I reinstall it before you have a look?

    Many thanks

    Plugin Author Yudhistira Mauris

    (@maurisrx)

    Hi Julius,

    Please try this step:

    In includes/register-shortcode.php inside the plugin folder, replace the following:

    add_action( 'init', 'wpsdc_register_shortcode' );

    with this one:

    add_action( 'init', 'wpsdc_register_shortcode', 1 );

    But if the plugin is updated, you’ll lose the customization so you need to do it again. Let me know if it works.

    Plugin Author Yudhistira Mauris

    (@maurisrx)

    Marked as resolved due to inactivity. Please reply below to reopen the ticket.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Theme shortocde/css overrides plugin settings’ is closed to new replies.