Hustle don’t work properly
-
Hi,
After the update, Hustle is not working properly.
The custom styling doesn’t work anymore. I have tried to change the form color or the background color both from the hustle color palette and from custom css.
The form was also centered on my page and now it’s not.Also, I cannot see the form on mobile anymore.
Can you please take a look?
ThanksThe page I need help with: [log in to see the link]
-
Hello @nikasbergaglio
Hope you’re doing well!
The custom styling doesn’t work anymore. I have tried to change the form color or the background color both from the hustle color palette and from custom css.
I could not reproduce the issue on my installation. To change the form color, please edit “Form area BG” color box. Please see screenshot below:

If changing color from there will not work, to change the background color of the same form please use this CSS code, replace #22252f with any color:
.hustle-modal-optin_form { background-color: #22252f; }To center the form on your page, please add the following CSS code to Appearance > Customizer > Additional CSS:
@media screen and (min-width: 1001px) { .hustle_module_shortcode_wrap.hustle_module_3.module_id_3 { margin: auto; width: 50%; } }Also, I cannot see the form on mobile anymore.
I can’t reproduce the same from my device, the form has loaded on my phone. Please let me know what device and browser you’re using.
Please advise,
Kind regards,
NastiaHi,
Thanks for the reply. So everything you suggested works fine, besides the mobile problem. I still cannot see it. I’m using Safari on an iPhone 7.
Also, regarding the background problem, I am trying to set it to none. Let me attach a screenshot. I would like to remove that black/dark grey background. http://take.ms/6rVMA
The 50% width works fine, however i’m trying to make the form cover the entire area length-wise.
ThanksHello @nikasbergaglio
Hope you’re doing well!
To set the background as transparant, please use this CSS code. It only meant to change color for this certain opt-in:
.hustle_module_3 .hustle-modal-body{ background-color: transparent !important; }To set the opt-in full width, please remove this CSS code:
@media screen and (min-width: 1001px) { .hustle_module_shortcode_wrap.hustle_module_3.module_id_3 { margin: auto; width: 50%; } }And use this CSS instead:
@media screen and (min-width: 1001px) { .hustle-modal, .hustle_module_3 { width: 100%; max-width: 2000px !important; } }So everything you suggested works fine, besides the mobile problem. I still cannot see it. I’m using Safari on an iPhone 7.
Would you please clear browser cache on your phone and see if the opt-in is loading? To clear please go to Settings > Safari, scroll down again and tap “Clear History and Website Data”
Let me know how it went!
Kind regards,
Nastiahello. please my hustle popup is not showing correctly on mobile. it shows only the featured image, the texts dont appear, it appear to be too zoomed in. it cant even close. please help. my url: figurecube.com
i tried using this additional css provided above but it didn’t help.
@media screen and (min-width: 1001px) {
.hustle-modal, .hustle_module_3 {
width: 100%;
max-width: 2000px !important;
}
}Hey @figurecube,
Hope you’re well.
According to ww.wp.xz.cn forum guides you should open a new topic even if the issue looks same;
Unless users have the exact same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme, and configurations, then the odds are the solution for one user will not be the same for another. For this reason, we recommend people start their own topics.
(https://make.ww.wp.xz.cn/support/handbook/forum-welcome/#post-in-the-best-place)
And we will gladly investigate this further for you. As far as I can see you already have a separate thread and I am answering that thread.
Cheers,
OguzHello @nikasbergaglio
Hope you are well!
We’ve not heard from you in a while. I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.
Have a good day!
Cheers,
NastiaOguz – WPMU DEV Support, can you post a link of that separate thread here because I’ve the same issue, and I’d like to see if it was solved.
Thanks in advance
Hey @kamal91,
Hope you’re well.
Looks like you have your own thread too 🙂 And I already replied there. But in case someone else needs the thread is https://ww.wp.xz.cn/support/topic/hustle-popup-not-showing-correctly-on-mobile/
Cheers,
Oguz
The topic ‘Hustle don’t work properly’ is closed to new replies.