Title: Hustle plugin. Doesn&#8217;t show module.
Last modified: November 18, 2020

---

# Hustle plugin. Doesn’t show module.

 *  Resolved [zamastralia](https://wordpress.org/support/users/zamastralia/)
 * (@zamastralia)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/)
 * Hi everyone.
    I got a problem with hustle plugin. If I try to trigger module 
   by clicking on “Activation” button in menu it doesn’t work. But it works fine
   if I trigger it with a simply button on page. I think hustle plugin doesn’t trigger
   header. How can I fix it ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhustle-plugin-doesnt-show-module%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [zamastralia](https://wordpress.org/support/users/zamastralia/)
 * (@zamastralia)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13679775)
 * I use divi theme
 *  Plugin Support [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13680507)
 * Hi [@zamastralia](https://wordpress.org/support/users/zamastralia/),
 * Thank you for contacting us.
 * Could you please check in your trigger options to make sure you are adding the
   proper CSS selector of “Activation” button when setting the click trigger?
 * Also, I’m unable to access the domain you provided as it says the domain needs
   to be added to the hosting panel first. Can you please check this and provide
   URL where I can view the activation button?
 * Best,
    Jonathan S
 *  Thread Starter [zamastralia](https://wordpress.org/support/users/zamastralia/)
 * (@zamastralia)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13681215)
 * Hello [@wpmudev-support9](https://wordpress.org/support/users/wpmudev-support9/),
 * I use this CSS class for both buttons:
    hustle_module_shortcode_trigger hustle_module_5
 * One works fine ( Contact button ) but Activation button in menu doesn’t work.
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13685537)
 * Hi [@zamastralia](https://wordpress.org/support/users/zamastralia/)
 * Could you try to use:
 * `.hustle_module_5 a`
 * As your CSS selector?
 * [https://monosnap.com/file/dqxQnm1EXk8zu8F73K4i5JJpKMBeMB](https://monosnap.com/file/dqxQnm1EXk8zu8F73K4i5JJpKMBeMB)
 * Let us know the result you got.
    Best Regards Patrick Freitas
 *  Thread Starter [zamastralia](https://wordpress.org/support/users/zamastralia/)
 * (@zamastralia)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13689430)
 * Still not working
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13691593)
 * Hello [@zamastralia](https://wordpress.org/support/users/zamastralia/) ,
 * To trigger popup on menu item, please try adding this class:
 * `.et_pb_menu_page_id-1010 a`
 * ![](https://monosnap.com/image/sXFCo9rTOTJ5LV1ABghNNftCLMciVU)
 * In case you don’t want to use a class with the page ID, you can add a custom 
   class to the menu and then use that class in Hustle, like that:
 * and then add your custom class to Hustle
 * `.my_custom_class_name a`
 * make sure to add dot before the name of the class in the Hustle.
 * kind regards,
    Kasia
 *  Thread Starter [zamastralia](https://wordpress.org/support/users/zamastralia/)
 * (@zamastralia)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13692628)
 * .et_pb_menu_page_id-1010 a – Not working
    Custom class also not working. My custom
   class is .menu-activation, I set in hustle this 4 classes: .menu-activation, .
   menu-activation a, menu-activation, menu-activation a
 * No one is working. I made a temporary solution by copying Home page into Activation
   page, then I set automatic show popup on Activation page.
 * But still wondering why it cannot be triggered by click.
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13695095)
 * Hi [@zamastralia](https://wordpress.org/support/users/zamastralia/)
 * This is weird, I tested the Divi theme on my end it worked fine for both situation,
   the custom Class and using the native Divi class.
 * Just remember to add the dot or # to select the Class or ID.
 * You can also export the PopUp and share using the Pastebin site [https://pastebin.com/](https://pastebin.com/)
   and we can take a look if this is something happening on your PopUp.
 * To export the module:
    [https://premium.wpmudev.org/docs/wpmu-dev-plugins/hustle/#module-dashboards](https://premium.wpmudev.org/docs/wpmu-dev-plugins/hustle/#module-dashboards)
 * Best Regards
    Patrick Freitas
 *  Thread Starter [zamastralia](https://wordpress.org/support/users/zamastralia/)
 * (@zamastralia)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13703913)
 * I add dot or #, but nothing happens.
    [https://pastebin.com/ukw4nVJA](https://pastebin.com/ukw4nVJA)
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13718677)
 * Hi [@zamastralia](https://wordpress.org/support/users/zamastralia/)
 * Thank you for the file.
 * It worked just fine adding the “menu-activation” as a class on the menu as you
   have the “.menu-activation” set on the plugin.
 * The only modification that I did was remove the rule to work on all pages:
    [https://monosnap.com/file/r7fIb1uuyiVXXububgcrzmDwjOcwOw](https://monosnap.com/file/r7fIb1uuyiVXXububgcrzmDwjOcwOw)
 * In case the issue persists on your end, I’m afraid a plugin conflict test is 
   necessary.
 * This can be done on a staging website following this link:
    [https://premium.wpmudev.org/wp-content/uploads/2015/09/Support-Process-Support-Process.gif](https://premium.wpmudev.org/wp-content/uploads/2015/09/Support-Process-Support-Process.gif)
 * Let us know the result you got.
    Best Regards Patrick Freitas
 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13742941)
 * Hi [@zamastralia](https://wordpress.org/support/users/zamastralia/)
 * I hope you are doing well and safe!
 * We haven’t heard from you in a while, I’ll mark this thread as resolved.
 * Feel free to let us know if you have any additional question or problem.
 * Best Regards
    Patrick Freitas

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

The topic ‘Hustle plugin. Doesn’t show module.’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popup/assets/icon-256x256.gif?rev=3446944)
 * [Hustle - Email Marketing, Lead Generation, Optins, Popups](https://wordpress.org/plugins/wordpress-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popup/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/hustle-plugin-doesnt-show-module/#post-13742941)
 * Status: resolved