add.redford
Forum Replies Created
-
Are you talking about the Endurance Cache? I disabled it upon installing wp-rocket
Forum: Plugins
In reply to: [Under Construction] Can’t hide/remove black div on site pagesJust so you know, there seems to be a bug when giving access to a subscriber where the user is redirected to the woo-commerce “my account” page upon clicking the X
Hi Mateusz! Apologies for the delay
Are you talking about the page rules? No, I haven’t set any rules for the site up yet.
Thank you Mateusz,
Here are the screensshots:
https://snipboard.io/z6SvqP.jpg
https://snipboard.io/jk0pbC.jpg
https://snipboard.io/9sS4pf.jpg
Thanks, your latest update seems to have done the trick!
Great plugin! ??
Sorry for the delayed response! And thank you for answering ??
It’s actually coming back with: Test HTML email was sent successfully! Please check your inbox to make sure it is delivered. however I’m not getting anything in my inbox or spam folder (my personal gmail account). Most intriguing!
Looking at the email log I can see that the address that I replied to using the ‘add note’ feature is also the same address that the mail is being sent by. ie. the customer is getting an email from ‘himself’ when receiving my response..
Thanks for the explanation! I’ve got that all setup now. The only issue is that no ‘reply to’ address seems to be specified, so when the customer chooses to reply the email is sent to their own email address. Is there a way to rectify this at all?
That’s great, thanks a lot!
For anyone else looking to exclude certain emails from this plugin, you can take a look at some examples of this function provided by Hannes here.
Or an even better method might be to add an option to exclude styling being applied to mail sent from certain email addresses. I use the Postie plugin to create certain posts and obviously don’t want headers and footers added to those emails. Having a means to be selective in which emails are styled would be a very useful function indeed.
Got it already. It was because thethe Enable defer parsing of FVM JS files globally option was enabled under the Render Blocking JS settings within the Fast Velocity Minify plugin. Phew!
I’m suddenly having an issue where my gallery shows black, blank images instead of my phots – but it’s only happening on mobile and not desktop as far as I know. Does anybody have any idea what it could be? It’s very odd..
Forum: Plugins
In reply to: [Contact Form 7] Inline submit buttonIn case anyone wants to know, I solved this issue using the following instructions.
Here’s a look what my contact form looks like:
<div class="cf7row"> <div class="cf7column">[tel* telephone-no]</div> <div class="cf7column">[submit "Send"]</div> </div>
And the CSS:
/* CF7 Inline Button */ .cf7column { float: left; width: 50%; } /* Clear floats after the columns */ .cf7row:after { content: ""; display: table; clear: both; }
Forum: Plugins
In reply to: [WP Sitemap Page] Remove title “pages” on sitemap pageHi Malae! Thank you for that tip, it worked for me ??
I had the thought that the next update of the plugin may override this so I decided to use this CSS code in my Additional CSS pane to simply hide the title altogether:
h2.wsp-pages-title { display: none; }
Now on to the next thing on the to-do list! Many thanks for all of your help ??
Forum: Fixing WordPress
In reply to: Issues with media queries only in portrait mode, mobileThanks Joy. Yeah I did but didn’t get any replies there :/