Forum Replies Created
-
AuthorPosts
-
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column { margin-bottom: 0px; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
When I test the css that I posted above:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { height: 190px; } }
the mobile looks like this:
I added it to the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and it now works, please clear your browser cache and check.Best regards,
MikeHi,
In the documentation, they recommend the Code Snippets plugin below the How to Set Default Orbital Form Theme Styles (Also Works With Shortcode) title, please read down a little feather.
Gravity Forms has decided to primarily work with the Block Editor, perhaps a different form plugin would be easier.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey seyo-iv,
The theme doesn’t add theme options to the WordPress > customizer
Please use the Enfold > Theme Options
You could open two tabs and change the settings in one and view in the other.Best regards,
MikeHey Monika,
In your documentation scroll down to How to Set Default Orbital Form Theme Styles (Also Works With Shortcode) and follow the steps to create a shortcode and add it to your page.
The “blocks” that the plugin uses can not be added to a Advanced Layout Builder page, otherwise create a “block editor” page for the plugin to use.Best regards,
MikeHi,
Please download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeNovember 19, 2024 at 6:00 pm in reply to: Parrallax Import report successful but it is not imported #1471678Hey Norbert Blume,
You will have Lifetime Updates from your Theme Forest account, and 6 months or 1 year support forum based on your choice at checkout:
If this has expired you can extend in your Theme Forest account, see here: renew your supportBest regards,
MikeHi,
It sounds like either your PHP ZipArchive Extension is not enabled on your server, or your PHP max upload is smaller than the theme zip file size.
Try checking with your web host as these changes must be changed there.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 19, 2024 at 5:40 pm in reply to: How to change the background color of country selector? #1471672Hey sunnubrand,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.select2-container--default .select2-selection--single { background-color: #000; } .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #fff; } .select2-container--default .select2-results>.select2-results__options { background-color: #000 } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey UPON,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #av-burger-menu-ul { vertical-align: text-top; padding: 0 20px !important; text-align: left; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeNovember 19, 2024 at 5:08 pm in reply to: Advanced Layout Editor not loading and scrollable #1471667Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 18, 2024 at 5:27 pm in reply to: Backend of website not accessible since update to WC 9.4.1 #1471590Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 18, 2024 at 5:24 pm in reply to: Page as footer is identified in HTML as main and not as a footer #1471587Hi,
You would need to manually edit the footer.php file and add it to your child theme, but I don’t know if changing the div that holds the widgets to a <footer>, and removing the <footer> from the socket will break anything in the theme setting, but you can try. See this thread as a starting point and edit to suit.
If this doesn’t help try a posting a feature request here for the Dev Team to review.Best regards,
MikeHey jccardaillac,
First ensure that your menu screen options css classes are enabled:
then add a new custom link menu item to the middle of your menu items and add the class menu-row-separator
then add this css to your Quick CSS in the theme options:@media only screen and (min-width: 768px) { .menu-row-separator { display: block; clear: both; height: 0; padding: 0; } #avia-menu > li, #avia-menu > li > a { height: 47px !important; line-height: 40px !important; } } .menu-row-separator a { display: none !important; line-height: 0; }
this is the expected results:
adjust the menu item heights to suit your header height.Best regards,
MikeHi,
With the element that you are using there is not an option for what you are trying to do, this is not an error.
I believe you are thinking of the grid row element.Best regards,
MikeHi,
Ok thanks, but I have not found a solution, I have asked the team for advice, either I or them will reply when we have more info.
Thank you for your patience.Best regards,
MikeHi,
Ok, I was looking for a different element near the bottom.
Please include a admin login in the Private Content area so we can help.Best regards,
Mike -
AuthorPosts