jasoncracknell
Forum Replies Created
-
Thanks for letting me know. I’ve just tried the WordPress reset password and that has also failed. I worried it might be from the site being on staging. Would it be best to wait until the site is live, and then test the email functions to see if it works?
Many Thanks,
JasonThank you for the help. I’ve sent a message through your contact form. Please let me know if there is anything else you need from me and how I can fix the issue I am having.
Many Thanks,
Jason
Thanks for the response. I have tried Yahoo Mail, Google Mail and Outlook mail and received the same error message for every test. I would be happy to send my website link, however, the site is still in staging, so do you have an email address I could privately send the link to avoid any security risks?
Many Thanks,
JasonI already had the Branda SMTP feature active, and on the mail logs, it was picking the email up but not sending it. Upon disabling the Branda SMTP feature, the mail logs pick up the emails and say they have been sent successfully. However, I do not receive any emails, and I have tried this with multiple email addresses with no success with any of the emails.
Is there anything else I can do to fix this issue?
Many Thanks,
Jason@bilaltas I’m currently running WordPress 6.1.1 with CodeKit 2.3.3, all my other plugins are also Fully up to date and I’m currently using PHP 8.2.
@bilaltas, I’ve updated the plugin but it is still not pulling through the styling
Hi @bilaltas, I changed the URL with WPMU’s Defender Plugin with the “Masking URL slug” Tool
Forum: Plugins
In reply to: [Genesis Custom Blocks] Won’t Load IframesHi @ryankienstra I’ve never need or used that block_value() before. Could you explain where or how I should use it?
Would be a big help to me
Thanks
Forum: Plugins
In reply to: [Genesis Custom Blocks] Genesis Custom Block not allowing SVG’sHi @ryankienstra I only really know CSS and HTML so I’m not sure what I’m meant to do with the block_value you’re talking about. could you explain how I am meant to use it/add it to it my site?
Thanks for the help.
Forum: Plugins
In reply to: [Genesis Custom Blocks] Can I add field name to Genesis Custom Block CSSHi @ryankienstra I’ve just tried adding this to the Custom blocks HTML but it, unfortunately, it removes the style tags and instead just displays the styling as text on the front end like below
<div class="dbtb-img-mask-container"> <img class="dbtb-img-w-mask" src="{{image}}"> .dbtb-img-mask-container .dbtb-img-mask { mask-image: url({{image-mask}}); -webkit-mask-box-image: url({{image-mask}}); mask-border: url({{image-mask}}); } </div>