Forum Replies Created
-
AuthorPosts
-
December 18, 2023 at 2:51 pm in reply to: [SOLVED]Hide .av-upcoming-event-venue in upcoming events plug-in Events Calendar #1428416
Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardDecember 18, 2023 at 2:11 pm in reply to: Copy page only from one Enfold Website to another Enfold website #1428411Hey ballindigital,
You can do that by copying the shortcodes, you can activate debug mode under Enfold->Layout Builder->Show advanced options->Debug Mode in order to display the shortcodes.
Best regards,
RikardHi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHey jeel147,
There is a div in your conten which has this inline styling:
display: inline-block;If you remove that, then it should look better on smaller screens.
Best regards,
RikardHey Mark,
The login details you posted are not working, please check and verify. Are you sure that you didn’t set the page in question as your blog page in the theme options?
Best regards,
RikardHey biggsuccess,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi,
Thanks for the update. Something in the content on the front page seems to be breaking the layout for some reason. I created a test page, please see private. When I remove the slider on the top, the responsivness starts working again. Could you try to recreate the slider on the test page, to see what happens then?
Best regards,
RikardHey ausgesonnen,
Could you post a link to where we can see the problem you are having please?
Best regards,
RikardHi,
Could you try to explain your intentions a bit further please? If you have a screenshot, then that might help.
Best regards,
RikardHey ausgesonnen,
Please try to add a class to the element in question which you mentioned, then add this to Quick CSS:
.your-class { background-color: blue; color: white; }Best regards,
RikardHey ausgesonnen,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey ausgesonnen,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
We can’t provide support for old versions of the theme, updating to the latest version is the first step in debugging your problem. Once you are done updating, then you verify if your WordPress installation is able to send emails, by requesting a new password for example.
Best regards,
RikardHi,
Thanks for that. First off, could you try updating the theme to the latest version (5.6.9) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If you haven’t registered your theme license, then please follow this: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardDecember 16, 2023 at 6:27 pm in reply to: Updated theme – will not import child theme settings #1428276Hi Henning,
You don’t need to import anything after updates, so I don’t think you have to worry about this. If your site looks the way it should, then you don’t have to import or do anything.
Best regards,
RikardHi,
Could you try updating the theme to the latest version (5.6.9) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardDecember 15, 2023 at 3:29 pm in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1428229Hey NicomIT,
It looks like you have added some custom CSS to the site? If you want to align the main menu, then try aligning the whole menu using this class: .main_menu. Try adjusting the top margin. Then remove the 35px top margin from the links in the menu:
#top #header_main > .container .main_menu ul:first-child > li > aBest regards,
RikardDecember 15, 2023 at 3:01 pm in reply to: Mobile Options & Resizing for Enfold Gallery Feature #1428227Hi,
Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey wosky,
Could you post a link to where we can see the actual element please?
Best regards,
RikardDecember 15, 2023 at 2:58 pm in reply to: enfold does not work properly. After update everything is gone. #1428223Hi,
Thanks for that. On which page are you having this problem?
Best regards,
RikardHi,
Did you try checking the website which is linked in the profile?
Best regards,
RikardHey xela,
Please refer to this: https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile
Best regards,
RikardHey Tom,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi,
Great, I’m glad that you found a solution, and thanks for sharing. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHey ballindigital,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .flex_column.av-lq5kontt-b93720ee146922b54d90445ebb9a5d41 { bottom: 0px; } }Best regards,
RikardHey Christophe,
We have updated your account with the correct email adress :-)
Best regards,
RikardDecember 15, 2023 at 9:49 am in reply to: avia_inline_auto inserted into custom footer page #1428191Hey bluesbrush,
Please try using this filter in functions.php:
/** * Filter to skip css file generation. * You can add logic to skip for certain pages/posts only. * * @since 4.8.6.1 * @param boolean $create * @return boolean true | false or anything else to skip generation of css file */ function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );Best regards,
Rikard -
AuthorPosts
