Forum Replies Created
-
AuthorPosts
-
Hi,
Your section with the ID #samplewebsites is hidden on small mobile devices:
probably because you wanted to show the next section only on small mobile:
but that section has no ID, so the mobile menu can’t link to it.
Note that all IDs on a page must be unique and used only once, so to correct your issue, add a ID to the second color section like “mobilesamplewebsites”
then add a second menu item under the current samplewebsites menu item, with the custom classes “av-desktop-hide av-medium-hide av-small-hide” and a link of #mobilesamplewebsites
and then add the custom class “av-mini-hide” to the current samplewebsites menu item.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,
MikeHi,
Thank you for your patience, try removing the css above and add this instead:#top #menu-item-search a { z-index: 1; position: relative; }
Best regards,
MikeHey Oriano,
Users with “edit_published_posts” permissions such as Administrators, Editors and Authors can view the site.
You could edit line 304 in /enfold/includes/classes/class-avia-custom-pages.php
but there is not a way to change this in your child theme, so you would need to update this file for each version update.
Your best option would be to use a plugin instead.Best regards,
MikeHi,
It looks like you had a duplicate thread for the overlay icon, check here.Best regards,
MikeHey arsprengel,
When I check your LayerSlider, it seems to be working. Please see the screenshot in the Private Content area.
If this is not what you mean, please explain further.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, shall we close this thread now?Best regards,
MikeHi,
For your live site try this css:.home #after_section_2 .template-page.content { padding: 0; }
for your test site try this css:
.page-id-3986 #after_section_2 .template-page.content { padding: 0; }
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia_transform a:hover .image-overlay { opacity: 1 !important; background: transparent !important; } .avia_transform .image-overlay { background: transparent !important; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.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,
MikeHey Martin,
To add a red border to items that you tab to, you can add this css:a:focus,button:focus { border:1px solid red !important; }
adjust the color and size to suit.
Your accessibility plugin is at the bottom of the page in the DOM, so you would need to tab the whole page to get to it, perhaps the plugin settings has an option to move it to the top of the DOM? The plugin button also has a tabindex of -1 so you can’t tab to it, check the plugin settings.
If you can’t change these in the settings, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> document.addEventListener('DOMContentLoaded', function() { const accessibilityButton = document.querySelector('#accessibility-trigger-button'); const messageBar = document.querySelector('#accessibility-button'); const body = document.querySelector('body#top'); body.prepend(messageBar); accessibilityButton.setAttribute('tabindex', '1'); }); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
This javascript will move the accessibility-button in the DOM to the top of the page so it is the first tab, the icon will still show at the bottom of the page, it will also change the tabindex so you can tab to it. With the css above to add a red border, the first tab will show this:
and then if you hit the enter key it will open:
Best regards,
MikeHi,
I checked your page on my Android mobile device, but I don’t see that it is automatically scrolling, up or down, please explain further.Best regards,
MikeMay 10, 2025 at 11:36 am in reply to: Font size and Color options for “Full page overlay menu” sub menu #1483965Hi,
Change this css:#av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text { color: yellow; }
to this:
#av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text { color: yellow; font-size: 20px; line-height: 20px; }
then add this css:
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.av-show-submenu li { line-height: 20px; }
adjust to suit.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
Glad Yigit was 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,
MikeHi,
Glad to hear that you have this sorted out, 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,
MikeMay 6, 2025 at 11:05 am in reply to: Different font size for main menu links on desktop/mobile on overlay/slide out #1483680Hi,
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,
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,
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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#menu-item-shop .av-cart-counter, #menu-item-shop .dropdown_widget_cart { display: none !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Brixton4G63T,
1: please see this thread for tabbing to the cookie banner buttons, this may not seem intuitive, so perhaps you will want to try a cookie bar plugin like Borlabs.
2: this can be achieved with a plugin, I don’t believe there has been a feature request for this.
3: this has a open feature request, please follow up in that feature request.
If you would like to request these features the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.Best regards,
MikeMay 4, 2025 at 1:44 pm in reply to: Less photos on masonry galerie on mobile compared to desktop version possible? #1483571Hey rixi,
You will need to add a second masonry gallery below your desktop version for mobile, the current one will have your Image Number set to whatever you want on desktop:
Then set the Element Visibility to hide on small screens:
Then in your second element, set the mobile Image Number to 5:
Then set the Element Visibility to hide on large screens:
CSS will not work in this case, because it will cause the “load more” to not work.Best regards,
MikeHi,
When I check your page all of the text blocks have the same width, 1400px:
As Guenni007 pointed out, some of your paragraphs have manual line breaks in between sentences so they will not reach the edges because the text is centered, try editing these paragraphs and use the backspace key to remove these line breaks.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,
MikeHey Frank Karau,
Unfortunately, you can not automatically update v4.7.1 to v7.1 because of how Envato (Theme Forest) changed the update process a few years ago.
You will need to manually update following the steps below.
We also can not create licenses due to our exclusive contract with Envato.
Envato will also not transfer licenses from one account to another, this situation occurs when a developer purchases their client licenses in his account instead of having the client create an account.
You will need to purchase a new license. The upside to this is that by purchasing a new license you will also get 6 months of support on our forum to help with any issues. I recommend upgrading to a full year of support for just a little more.
I
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.
While we don’t expect any issues with the update, we do recommend creating a full site backup in your webhost panel, not a plugin, just in case.Best regards,
MikeHi,
Reading the above thread, it looks like we said to contact the plugin developer, perhaps that is where you got the code from.
Otherwise, please link to the thread with the code that we gave you.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 kalla77,
The sort feature will only show the categories for items loaded, it can not load sorting for items not shown. You can change the number of items shown on first load to show more sorting categories, or change the dates on one item from each category so when the page loads at least one item from each category will be shown.
See this thread: https://kriesi.at/support/topic/categories-not-displaying-in-masonry-blog/#post-209952Best 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,
MikeMay 3, 2025 at 7:14 pm in reply to: Different font size for main menu links on desktop/mobile on overlay/slide out #1483556 -
AuthorPosts