• The subscription widget is not displaying the setup correctly due to compatibility and design problems. Also, it doesn’t have a shortcode. Poorly designed.

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

    (@mailjet)

    Hello, thanks for your feedback. It would be far more beneficial if in the future you first try to open a support request so we can do our best to help with the issue.

    Have a great day

    Plugin Author Mailjet

    (@mailjet)

    Shortcode support has been added in the latest Mailjet for WordPress plugin v5.2

    Just updated to 5.2. Did find

    
    add_shortcode('mailjet_subscribe', array($this, 'display_mailjet_widget'));
    

    in mailjet-for-wordpress/src/includes/Mailjet.php so we can use

    
    [mailjet_subscribe]
    

    Only had

    
    QMIGRATE: AJAX events should be attached to document: ajaxComplete
    migrateWarn @ jquery-migrate.js?ver=1.4.1:45
    jquery-migrate.js?ver=1.4.1:47 console.trace
    migrateWarn @ jquery-migrate.js?ver=1.4.1:47
    

    adding it to a page where two Mailjet subscription widgets are already loaded. So conflicting somehow it seems. But that appears to be a theme issue. Shortcode does work.

    • This reply was modified 4 years, 11 months ago by Rhand.
    • This reply was modified 4 years, 11 months ago by Rhand.
    • This reply was modified 4 years, 11 months ago by Rhand.
    • This reply was modified 4 years, 11 months ago by Rhand.
    Plugin Author Mailjet

    (@mailjet)

    Hi, the shortcode supports also the widget id, so you can call a specific widget instance. The shortcode is shown at the bottom part of the widget configuration.
    You can try to use the shortcode for a widget that doesn’t conflict with the other widgets on the page.

    https://snipboard.io/ipuxqd.jpg

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget do not work’ is closed to new replies.