Forum Replies Created
-
AuthorPosts
-
October 12, 2024 at 8:17 pm in reply to: Can’t update Enfold, I remained stuck with the 5.6.12 version #1468996
Hi,
I’m not sure what is the issue with your multiple FTP users or your permissions, I can not reproduce this on my install. Please try updating this way instead:
To update your version of Enfold 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,
MikeHi,
Thanks for the link to your site, but when I test the price tables they seem fine on mobile:
I was not able to view your screenshot because it required a login, please try posting a direct link to your screenshot.
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeOctober 12, 2024 at 6:32 pm in reply to: events calendar “additional content’ settings not working anymore #1468994Hey whdsolutions,
It looks like you are using a custom icon font “numbers” but the font is not loaded, instead ‘static’,Helvetica,Arial,sans-serif is loaded.
Try using the built-in icon font and see if that works, and then reinstall your custom icon font and see if that helps.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover, #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus, #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-text, #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-text, #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-subtext, #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-subtext, #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover, #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus, #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-text, #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-text, #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-subtext, #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-subtext { color: green; }
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,
MikeOctober 12, 2024 at 5:13 pm in reply to: Can’t Control Spacing after a block of moving boxes #1468991October 12, 2024 at 4:59 pm in reply to: the events calendar list view disable previous and next event #1468990October 12, 2024 at 4:55 pm in reply to: Changing the “Default Sorting” Dropdown in WooCommerce #1468989Hi,
The code is not CSS, it is PHP. If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
and ensure that it is activated, then add the code and save.Best regards,
MikeHi,
Sorry I thought you were working on a new site, can you add the image in the mega menu so we can help adjust it with css.Best regards,
MikeHi,
I checked your horizontal gallery on my Android phone and in a Chrome Dev simulation, but in both cases the image is not cropped, when I check with Safari in Responsive Design Mode, I found an issue with Safari so I added this css to your site and seems to solve.@media only screen and (max-width: 767px) { .responsive.avia-safari #top .av-horizontal-gallery-img { transform: none; } }
Please clear your cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
Best regards,
MikeOctober 12, 2024 at 3:32 pm in reply to: Burger menu without function/after three clicks without function #1468982Hi,
I tried enabling “Delay Java Script” and changed your mobile menu to “Display submenu items on click” and tested in Safari with Responsive Design Mode to emulate a iPhone and in Chrome as a mobile device on a Mac but found no issues after more than six clicks.
I see that your “Excluded JavaScript Files” has one file “menu.js” so perhaps you have not cleared your iPhone cache. Please note that testing with iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
But note that the recommended “Excluded JavaScript Files” are more than your one file./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
Also note that the plugin offers a “One-click exclusions” option for the theme:
but I’m not able to reproduce the error on your site now, so I assume that it is a cache issue on your device, please check.Best regards,
MikeOctober 11, 2024 at 5:49 pm in reply to: the events calendar list view disable previous and next event #1468944Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.single-tribe_events #tribe-events-footer { display: none; }
Best regards,
MikeOctober 11, 2024 at 5:38 pm in reply to: Change order of cells in enfold grid row on mobile #1468940Hey Tanja,
I believe that you are referring to this section:
*removed*
To hide cell 15 use the Edit Cell ▸ Advanced ▸ Responsive ▸ Mobile display and change to Hide on Mobile
For 6,7,8,9 you can change the position with the Edit Cell ▸ Advanced ▸ Responsive ▸ Mobile Breakpoint Position option:
Note that this is for this one grid row, so the numbers are a little different, but you can’t move from row to row. So to move 5 to 10 I recommend cloning all three sections and organize them the way you want for mobile and set the Grid Row ▸ Advanced ▸ Responsive ▸ Element Visibility to hide on desktop:
and change your original sections to hide on mobile.Best regards,
Mike- This reply was modified 3 months, 2 weeks ago by Rikard.
October 11, 2024 at 5:04 pm in reply to: Changing the “Default Sorting” Dropdown in WooCommerce #1468936Hi,
Try adding the code to the end of your child theme functions.php file in Appearance ▸ Editor, it is not CSSBest regards,
MikeHey Peter,
PLease include a link to your page as there are a few different solutions depending on the element used.Best regards,
MikeOctober 10, 2024 at 5:46 pm in reply to: Changing the “Default Sorting” Dropdown in WooCommerce #1468855Hi,
Please see this thread to remove some of the filter options.Best regards,
MikeHi,
Thank you for the link to your site but your Wordfence plugin is blocking my access, please disable. Also please upload your video to DropBox or similar and link to it here so we can view.Best regards,
MikeOctober 10, 2024 at 5:22 pm in reply to: Add dotted navigation to testimonial block | re-open old case #1468841Hi,
Thanks for the screenshots, but I didn’t find a link to this page, please link to the page so we can assist.Best regards,
MikeHi,
Please see our documentation: Add Images to mega menu
and create a new column in the mega menu with the image.Best regards,
MikeOctober 8, 2024 at 6:03 pm in reply to: Contact Form was not working – are emails archived? #1468665Hi,
Unfortunately past messages are not stored. For future messages you can try the plugin: WP Mail LoggingBest regards,
MikeHi,
What height would you like them to be, your css above is for 300pxBest regards,
MikeHi,
Would you like CERCA IL CENTRO to be highlighted at all times, or only when on that page?
Please include a link to your page.Best regards,
MikeOctober 8, 2024 at 5:54 pm in reply to: Blog masonry in two language versions does not show all posts in sec. language #1468662Hi,
Thanks for the screenshot, I believe that you need to click the “plus” sign to add a translation for it to show, if you don’t it will not show. Please try adding this and see if this helps.Best regards,
MikeHi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function remove_alb() { ?> <style>.woocommerce-admin-page #avia_builder { display: none !important; } .woocommerce-admin-page #avia-builder-button { display: none !important; }</style> <?php } add_action( 'init', 'remove_alb');
Best regards,
MikeHey mirotck,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 479px) { .flex_column.avia-builder-el-19 .av_font_icon { display: inline-block; margin-left: 10%; } .flex_column.avia-builder-el-19 { display: flex; justify-content: center; } .flex_column.avia-builder-el-19 .hr.hr-invisible { display: 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.Best regards,
MikeOctober 6, 2024 at 1:43 pm in reply to: Bad mobile responsiveness when using plugin The Events Calendar #1468519Hi,
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,
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,
MikeHey rixi,
When I check your page the favicon.ico is showing, but in the Google results the WordPress ico is showing. Google seems to say that your page was last indexed 2 months ago, so perhaps this was before you overwrote the WordPress icon.
Try going to your Google Search Console and request to be re-indexed, this might take a couple of days. If you are using a server cache or CDN, clear it first as the Googlebot may be served a different version based on it’s IP.Best regards,
Mike -
AuthorPosts