Forum Replies Created
-
AuthorPosts
-
Hey dmansouri1981,
Your localhost will need to download the online items, please ensure that it can, the demos are not a single file, they are multiple files online.
Also ensure that your localhost has PHP ZipArchive Extension enabled so the files can be opened.
Otherwise try creating a subdomain as a test site and install the demo there.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,
MikeSeptember 27, 2024 at 3:12 pm in reply to: Burger menu without function/after three clicks without function #1467963Hi,
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js /jquery-migrate(.min)?.js /dynamic_avia/avia-footer-scripts-(.*).js var avia_is_mobile /enfold/js/avia.js /enfold/js/shortcodes.js /enfold/config-templatebuilder/avia-shortcodes/ /enfold/js/avia-compat.js
If you are also using the Wp Rocket REMOVE UNUSED CSS option you will also need to add this list to it:
.main_menu .menu-item-avia-special .av-hamburger .av-hamburger-box .av-hamburger-inner .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner .av-active-burger-items .av-burger-overlay-active .av-burger-overlay-active-delayed .av-hamburger--spin .av-js-hamburger .avia_hidden_link_text .av-burger-menu-main #av-burger-menu-ul #avia-menu .av-width-submenu .av-active-burger-items .current_page_item .current-menu-item .av-active-burger-items .avia-menu .av-main-nav-wrap
I’m not able to login to your site, I get an error that the user name is not valid, I also can not reproduce the error on your site.
Best regards,
MikeSeptember 27, 2024 at 2:58 pm in reply to: Widget Area after Portfolio Content don’t work?! #1467961Hi,
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 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,
Unfortunately I’m not able to login, I get an error that the user name is not valid.
You misunderstand the function, where you edited it looks for Blog – Latest News and then changes it to the title of the post.
The title of your post is Portuguese Pork and Garlic – Rick Rodgers, not recipies so recipies will not show.
To show recipies try this instead:add_filter('avf_title_args', 'change_single_post_title', 10, 2); function change_single_post_title($args, $id) { if ( $args['title'] == 'Blog - Latest News' ) { $args['title'] = 'Recipes'; $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }
Best regards,
MikeSeptember 27, 2024 at 2:27 pm in reply to: Widget Area after Portfolio Content don’t work?! #1467957Hi,
Try this insteadfunction enfold_widget_before_footer_for_single_portfolio() { if(is_singular('post') || is_singular('portfolio')){ dynamic_sidebar( 'portfoliocontact' ); } } add_action('ava_before_footer', 'enfold_widget_before_footer_for_single_portfolio' );
Best regards,
MikeSeptember 27, 2024 at 1:28 pm in reply to: Fullwidth subemenu always sticky, even with Hamburger menu active on desktop #1467948Hi,
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,
MikeSeptember 27, 2024 at 1:26 pm in reply to: Widget Area after Portfolio Content don’t work?! #1467947Hey Mike61,
Your snippet is using the hook ava_after_content, so it will show after the content, if you want the widget to show before the header you will need to use ava_main_header
Like this:function enfold_widget_before_header_for_single_portfolio() { if(is_singular('post') || is_singular('portfolio')){ dynamic_sidebar( 'portfoliocontact' ); } } add_action('ava_main_header', 'enfold_widget_before_header_for_single_portfolio' );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHi,
When I test this snippet on my test site it seems to work correctly:add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( $args['title'] == 'Blog - Latest News' ) { $args['title'] = get_the_title($id); $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }
Please include an admin login in the Private Content area so we can examine.
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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#sec-schule01,#sec-zdf01,#sec-nix01,#sec-foo01 { cursor: pointer; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeSeptember 27, 2024 at 12:13 pm in reply to: Burger menu without function/after three clicks without function #1467935Hi,
I’m not able to login to your site, I get an error that the user name is not valid.
Did you try the exceptions from the WP Rocket documentation? Then clear your site and browser cache.Best regards,
MikeHey verenaperkmann,
The full screen slider will be full screen for any device size, if you want it smaller for mobile, please use a different slider for mobile, such as the easy slider and use a smaller image size, then add the second slider to the page and use the visibility options to only show one slider at a time.Best regards,
MikeHey Grobi,
Thank you for the link to your site, when I test I see the cursor while moving over the closed & open color sections and after they are closed again, so I’m not sure when you are not seeing the cursor. Please explain further.Best regards,
MikeHi,
Sorry I thought that you wrote that you wanted to not use the mega menu, to add a image to the mega menu see our documentation for Add Images to mega menuBest regards,
MikeHi,
Please see this thread, or this thread.Best regards,
MikeSeptember 24, 2024 at 5:20 pm in reply to: Burger menu without function/after three clicks without function #1467750Hi,
Thank you for the link to your site, I tried to review your video but it is no longer available, I checked your site and the mobile menu seems to work correctly, by clicking a menu item with two submenus, and direct menu items. But since you write that the WP Rocket options seem to cause the issue, I believe that you need to add exceptions to the plugin, it has a field for this script blocking conflict.
Please see this WP Rocket documentation
And possibly the Wp Rocket REMOVE UNUSED CSS option, with this list of classes
If this doesn’t help, I see that there is an unsolved WP Rocket issue with Delay JS for mobile devices on IOS, if this is your issue you may need to disable this issue until WP Rocket corrects.Best regards,
MikeHey Mariarita,
To adjust the logo and remove the mobile menu borders try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .logo img, .logo svg { top: -1px; } .html_av-overlay-side-classic #top .av-burger-overlay li a { border-bottom-style: none; } }
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.
Unfortunately the mega menu will not show for mobile devices, as there is not enough room for it to show.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,
MikeHi,
Sorry my error, I see that the ALB elements bar was not showing, you had Lock Advanced Layout Builder For Admins As Well enabled at Enfold Theme Options ▸ Layout Builder, I disabled it for you, now it shows.Best regards,
MikeHi,
I checked three of your posts and the frontend & backed (ALB) show correctly.Pride of Place – Thank You – Schools
Kinvara Farmers Market – James Egg & Book Stall
Kinvara Tidy Towns WebsitePlease check, and possibly explain your issue further.
Best regards,
MikeHey Paddy O’dor,
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.
Please note that using the contact form is not appropriate for support questions.
If you don’t have a Theme Forest account and don’t have a theme license then you will need to purchase a license which will also give you 6 months of support on our forum to help with any issues.Best regards,
MikeSeptember 23, 2024 at 5:38 pm in reply to: Add Margin Between Bottom of Content Area on Pages and Footer Widget ASrea #1467686Hi,
For the homepage try this css:#top.home #main #av_section_1 { margin-bottom: 50px; }
Best regards,
MikeHi,
OK, unfortunately I’m not able to reproduce, so I’m not sure what to make of your experience, but since you’re not going to use this we will close this thread. If you change your mind in the future, please open a new thread and include a admin login in the Private Content area so we can examine.
Thank you for using Enfold.Best regards,
MikeHi,
Sorry, I looked at the wrong shortcode. Your wpform shortcode was wrong, it should be[wpforms id="8721" title="false"]
I fixed this on your homepage and now it works.
Best regards,
MikeSeptember 22, 2024 at 8:27 pm in reply to: Woocommerce Cart Not clicking through to page in header #1467619Hi,
Many users use Wordfence Security without any issues
Blackhole for Bad Bots is also good.Best regards,
Mike -
AuthorPosts