For the life of me I can’t find out where to open a support ticket.
Hey jasonbay723!
You just did. :)
Click on the big blue button at the top of the screen when inside the forum of the theme your using.
What can we help you with?
Regards,
Elliott
I still don’t see a big blue button anywhere.
I’ve fully updated the Envato theme and WordPress. I’m using Bluehost as well. When I open a page that I created using the Avia Layout Builder, it doesn’t open the existing layout that’s there anymore. It’s completely blank. This happened to every page used the layout builder to create the page with.
Any fixes here? It’s been suggested that I do a hard refresh, which I’ve done. I’ve also tried turning off the visual editor that doesn’t work either.
Hey,
Could you try deactivating all plugins to see if one of them is causing a conflict?
Regards,
Rikard
How do I open a support ticket? I am replying to this thread but I don’t see how to open a new one? I also do not see any “big blue button.”
Hey!
You can go to this link – https://kriesi.at/support/forum/enfold/#new-post. Big blue button is on the top of that page :)
Regards,
Yigit
Dear Support
I would like to remove the datepicker from the responsive version of a contact form. The reason it is displayed badly and does not work properly.
Thankful for some CSS!
Regards
Sam
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.avia_datepicker {
display: none!important;
}}
Best regards,
Yigit
Thanks a lot, that worked!