Thanks for that. I have now seen Jacks message and understand. Much appreciated.
Thanks for that. I have now seen Jacks message and understand. Much appreciated.
It’s working again now. Not sure why.
My website is now getting http error 500. I can’t log in to admin and frontend also getting error.
That’s great. Thank you. Interestingly it only fell over when I updated the theme. Also, I wasn’t even using or aware of the progress bar feature, so not sure how that happens. Thanks for your help.
Here are the details requested
Thank you for your reply.
If I would want to manually send one of the emails in the templates to a specific customer/order am I able to do so? How?
Separate query: Is there a list of all sent emails somewhere? It would be most useful to see what info the customers have received and if they have successfully received what they were supposed to have.
My server host has fixed this and has now provided the access info, see ‘Private content area’. Many thanks.
Please see private area for log in details. Does that work?
Please see screenshot attached. Order # 9412 is available to send emails to, but not order # 9411. Why is that? They are both made by the same person and have the same status.
Ok that’s great. Are we able to do the same to allow the pc layout to work on tablets as well?
It looks great. Thanks for your help.
That’s much better thank you.
There are still some words that have a line break in the middle of the word. Is it possible to only have line breaks in between words?
Yes, that looks much better thank you. The only thing is that the top right category ‘Arrangements’ – The category name that appears in front of the category picture, the word is too long and strangely writes over itself.
See private area.
I added this CSS:
@media only screen and (max-width: 480px){
html {
height: auto !important;
padding-bottom: 60px !important;
}
}
When disabling the CSS that I added, the button problem goes away. But then you can’t see the bottom of the screen in mobile mode.
It would be great if the theme would have a setting for the mobile footer to always be present, rather than disappearing when you scroll to the bottom of the screen.
Many thanks.
Thanks for that. It works now because of the css I added in my previous message.
BUT, There is a ‘back to top’ button at the bottom right. It has a line going around the outside of the circle which slowly completes as you scroll down the page. The line is not filling up to 100% when you reach the bottom. Please fix that.
See this image: https://prnt.sc/-e4fdPzQtsCX
I have now added the following CSS:
@media only screen and (max-width: 480px){
html {
height: auto !important;
padding-bottom: 60px !important;
}
}
But the scroll to top button doesn’t reach 100% Any ideas how to fix that?
I have added the following CSS as suggested:
.etheme-sticky-panel.outside {
opacity: 1;
visibility: visible;
transform: none;
}
But now the bottom of the homescreen is covered by the mobile panel. You can’t see the reviews and prices of the items at the bottom of the screen. Also see the ‘back to top’ button, it’s not possible to scroll to the very bottom of the screen. Thank you for your help.