
-
AuthorPosts
-
February 8, 2022 at 5:19 pm #1339634
Hi I just purchased Enfold for the Gym theme.
It says error 28.
Can you please help me?
February 8, 2022 at 9:53 pm #1339668Hey macman79,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 9, 2022 at 10:33 am #1339757This reply has been marked as private.February 9, 2022 at 10:38 am #1339759ohh one more thing.
The fallback image that I set for under video, is displayed before the video starts… how can I prevent that ?February 10, 2022 at 3:45 am #1339882Hi macman79,
1. Please add this CSS code in Enfold > General Styling > Quick CSS (this will affect all fullscreen sliders):
.avia-fullscreen-slider .avia-slideshow { max-height: 70vh; }
Just adjust the value (70vh means 70% of the screen height).
2. The height seems to be set to 70px in its setting, please remove it and it should fix it on mobile.
As for the fallback image not to show before the video starts, please add this CSS code:
@media only screen and (min-width:1200px) { .avia-fullscreen-slider .avia-slide-wrap { background-image: none !important; } }
Best regards,
NikkoFebruary 10, 2022 at 7:10 pm #1340027This reply has been marked as private.February 11, 2022 at 6:36 pm #1340191Hi macman79,
You’ll need to add it in Enfold > General Styling > Quick CSS as well.
As for the 3 boxes that fills the whole width of the screen, use Grid Row.Best regards,
NikkoFebruary 11, 2022 at 6:42 pm #1340192Thanx!
But im afraid there is no option to choose Grid Row… ?February 11, 2022 at 7:13 pm #1340196Hi macman79,
Grid Row should show under Layout Elements, then just add a new cell so it’s 3 columns.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.