dpriemer
Forum Replies Created
-
You’re awesome Pawel! Thank you! All fixed now 🙂
Thanks for the help and sorry for the delay in responding. The code you shared works great except for the fact that the text in the button it generates is underlined even though the “text-decoration: none;” is there.
Any idea why that would be or an attribute I can tweak to remove it?
You can see the latest on the same page linked in the original ticket.
Ah perfect! Thanks Adam. By adding the visibility conditions I was able to get the click link to show up!
One more question then…the “click” shortcode just ends up putting a link on the page but not a button. Is there a way to edit the style of this button to look like a button?
[wd_hustle id=”1″ type=”popup”]Click[/wd_hustle]
Not sure where this would be set based on the link.
Perfect! Thanks for the info here Adam! Will give it a try now.
Thanks for the quick reply Kris. I suppose my question is, how do I enable it in each module?
I believe I have the keys setup correctly under Hustle -> Settings -> reCAPTCHA -> RECAPTCHA V3, but I don’t believe I’ve seen any (or may have missed) the part of the slide-in, pop-up, and embed setup where I indicate that they should use the captcha.
Any insight there? Is there a setting I’m missing in order to “turn it on”?
David
Thanks Adam. I don’t believe my reading configuration page is setup as you describe. This is what I see: https://snipboard.io/qAdj98.jpg
Would that change your advice?
That said, I tried try the “specific URL” workaround you suggest and saw mixed result.
For example, when I create a new popup to appear on exit intent (cloned from my other one) add my specific blog URL to it and select “only this URL” (screenshot here shows ALL url selected but when I published I used the “only this URL” feature), it works! https://snipboard.io/MOtbrR.jpg
(small oddity is that the tool text says NOT to include http/s but your instructions so TO do that). Regardless, including the https seems to work.
However, when I try to add the embed widget that exists on some of my other pages to the blog using the same approach (https://snipboard.io/BRmly8.jpg) the embed doesn’t appear.
Any idea why?
Thanks for getting back to me Adam. Another plugin that also connects to Mailchimp was providing a more descriptive error message which pointed to the fact that the IP address of my website may have been blacklisted by Mailchimp because of random activity from other websites on the shared server at my hosting provider.
Good news is that blacklist seems to have been lifted after a couple of weeks and the connection has been restored!
One suggestion for Hustle might be to provide a more descriptive error message as well so that user don’t feel there’s a problem with the key or interface itself.
Thanks again!
DavidPS – another update! I went into the Mailchimp API setup screen, disconnected the API, and tried to reconnect it using the same key. I then got an error messaging saying that my key was invalid (“Please enter a valid Mailchimp API key”). I logged into Mailchimp and repasted it but got the same message. I then created a brand NEW API key from mailchimp and tried it again. Same issue.
I suspect the root issue is a problem with your Mailchimp API but let me know if there’s something I can do to debug on my end.
PS – I did some more testing and noticed that while my mailchimp account is connected via the API, when I go to select the actual list details, it’s coming up blank! https://paste.pics/7058D
This is bad because the widget itself is still working but the emails are going into the abyss and not even being logged on the local email list.
Help!
Is there any way of finding which emails aren’t making it through to mailchimp OR the local list?
Hi Dimitris @wpmudev-support6, no that’s not what I mean. I’m talking about the Quick CSS section of the theme itself.
For example (under WP-ADMIN)
Theme -> General Styling tab -> Quick CSS (section at bottom of page)
Looks like this: https://pasteboard.co/Ir8Acuf.png
Thanks Kasia @wpmudev-support2, the second variation (with !important) worked! I had to paste it into my “Additional CSS” area which is the only snippet of code there. Everything else (i.e. all my other Hustle style mods) is in the Quick CSS area.
Is there a version of this code fix that can be placed in the Quick CSS area so I can have all my mods together?
Thanks Rumejan! Very helpful. After working through your steps using Health Check and troubleshooting mode I’ve found that the issue isn’t related to a conflict with another plugin, rather it’s a conflict with the Enfold (4.1.1) theme itself (found at step 13A in your process). As soon as I re-enabled my current theme the problem returned.
That aside, when I run Health Check and see the following conflicts on the main tab. Please let me know what additional information you require to help debug.
Some files are not writable by WordPress:
xmlrpc.php
wp-blog-header.php
readme.html
wp-signup.php
index.php
wp-cron.php
wp-login.php
wp-settings.php
license.txt
wp-mail.php
wp-links-opml.php
wp-load.php
wp-includes/class-wp-user-query.php
wp-includes/l10n.php
wp-includes/date.php
wp-includes/images/blank.gif
wp-includes/images/down_arrow.gif
wp-includes/images/spinner.gif
wp-includes/images/media/interactive.png
wp-includes/images/media/default.pngWe’re back in business!!! Thanks so much for the suggestions Oguz. Everything seems to be working properly now!
Thanks for the detailed response Oguz! Much appreciated. I’ve implemented all of your suggestions and it’s fixed a couple of the issues (i.e. centering the widget works and so does the css that removes the little while lip below the email fields) but a couple issues still remain:
1. While I can get the embed widget to show up on the Services page using your code, if I add another bank of custom CSS for one of the other pages that wasn’t displaying the widget, nothing happens. For example, using the code below (with the proper page id), I was hoping to get the widget to show up on the speaking page (http://cerebralselling.com/speaking/) but it doesn’t. Doesn’ work for some of the other pages as well. Any idea why not?
.page-id-1346 .hustle_module_after_content_wrap{
margin-top: 370px;
}2. The CSS you provided below, also doesn’t seem to remove the ALL CAP treatment on the widget text on most of the pages.
.hustle-modal .hustle-modal-title{
text-transform: none;
}Any ideas?
Cheers,
David