Forum Replies Created
-
AuthorPosts
-
May 11, 2024 at 4:46 pm in reply to: Shadow missing from timeline / milestones with content box #1442985
Hi,
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 11, 2024 at 4:08 pm in reply to: Shadow missing from timeline / milestones with content box #1442973Hey florian_WIO,
Thank you for the link to your site, this is because it is on the left edge of the page container, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to move it over a little bit:#avia-timeline-1 .av-milestone:first-child { left: 10px; }
Best regards,
MikeHi,
Thank you for your patience, please try following these steps, first add a caption to your featured image in the media library:
Then add this css to your child theme stylesheet or the theme option Quick CSS:.single-post .single-big a:after { content: attr(title); }
and the caption should show like this:
Best regards,
MikeMay 11, 2024 at 3:27 pm in reply to: Google Maps error: Maps were disabled by the visitor on this site. Click to open #1442966Hi,
Thanks for the feedback, I did mis that. I noticed another error on your page:
[AVIA-MAP-ERROR] Latitude or Longitude missing. Make sure you did not only enter an address. You need to fetch the coordinates too.
your map address doesn’t have a city or state, try adding these and then fetch the coordinates:
Best regards,
MikeHey Illingco,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function turn_search_widget_into_ajax_search() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $("#search-6 #searchform").removeClass("av_disable_ajax_search"); })(jQuery); }); </script> <?php } add_action( 'wp_footer', 'turn_search_widget_into_ajax_search', 99 );
Best regards,
MikeMay 11, 2024 at 1:28 pm in reply to: Video fallback image causing enormous performance issues on mobile devices. #1442953Hi,
You can try and since most of these you are not using on your site you can disable them at Enfold Theme Options ▸ Performance ▸ Disable Template Builder Elements
Blue means that it is disabled, you should see text next to the button unused or in use to help you so you don’t disable elements in use:
Best regards,
MikeMay 11, 2024 at 1:09 pm in reply to: How to Change Dropdown List For Sort By in Shopping Cart Home Page #1442950Hey robertbwc,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function my_woocommerce_catalog_orderby( $orderby ) { unset($orderby["default"]); unset($orderby["menu_order"]); unset($orderby["price"]); unset($orderby["date"]); unset($orderby["popularity"]); unset($orderby["rating"]); unset($orderby["rand"]); unset($orderby["relevance"]); return $orderby; } add_filter( "avf_wc_product_order_dropdown_frontend", "my_woocommerce_catalog_orderby", 20 );
it will remove all except Name & ID
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,
Thanks, it looks like it has been changed to “Join Us” so I assume that you have sorted it now now?Best regards,
MikeHi,
Try adding the custom class larger-thumbnails to the magazine element that you are using on the page and then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_larger_thumbnails_script() { ?> <script> (function($){ $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('width', '180px'); $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('height', '180px'); $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('sizes', '(max-width: 180px) 100vw, 180px'); $('.av-magazine.larger-thumbnails .av-magazine-entry .av-magazine-thumbnail').css({'height': '180px','width': '180px'}); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_larger_thumbnails_script', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHey SandraSquires,
Thank you for the link to your site, I assume that you want to change the text “Join us for Lent 2024” but I’m not sure how you would like to change it, the css snippet above doesn’t offer any clues, please advise.Best regards,
MikeMay 10, 2024 at 5:22 pm in reply to: ASKING FOR A CLIENT We cannot get registered and I have a valid purchase code from Theme Forest #1442892Hey Susan Desko,
Thank you for your patience, in order to register for the support forum the first step is to register here, I assume that you have already tried this, when I check your Purchase Code the check returns: ITEM PURCHASE CODE IS INVALID
perhaps your Purchase Code is incompete, I recommend checking again.
From your post above it sounds like you can not login to your account, if this is true then you will need to contact Envato because they are the only ones that can create licenses, we can not create or provide licenses and our system only checks with Envato if a purchase code is valid, we don’t have access to the Envato backend.Best regards,
MikeMay 10, 2024 at 11:51 am in reply to: Google Maps error: Maps were disabled by the visitor on this site. Click to open #1442878Hi,
Thanks for the login, I’m not sure what could be causing this, but I see that you are using WPRocket, sometimes this has blocked elements if not enough exclusions were added to it’s exclusion field, so to text try disabling this and your lazy load plugin to see if this helps.
I also see that you have a header.php & footer.php file in your child theme, if these do not match the current footer.php & header.php, it will cause errors in your theme, it is the most common reason for errors after updating. Please try enabling the parent theme and see if the map then shows.
I also note that you don’t have a Privacy Policy page enabled and your Privacy and Cookies tabs are missing one:
this is what you should see:
try enabling a Privacy Policy page.Best regards,
MikeHi,
Perhaps we will need to try a different solution, please remove the solution above.Best regards,
MikeHi,
Please include an admin login in the Private Content area so we can examine.Best regards,
MikeHey Pierre,
Thank you for your patience, unfortunately the theme doesn’t have this option, I did find that the Easy Accordion Pro has this feature as shown in this video There may be other plugins that offer shortcodes to do this I’m not sure.
If you would like to request this feature, 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,
MikeHey Peter,
I’m not sure what could be causing this, but you can try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-burger-overlay { opacity: 1; }
If you need further assistance please log in to the support forum and open a new thread.
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.Best regards,
MikeHey williamslyd,
Can you explain more about what you would like to achieve, a caption under the featured image, or over the image like a overlay? Perhaps a mockup would help.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 robertbwc,
The thumbnails under the product image is added via the metabox in the edit page:
To add a video under the product image, this space is the product sidebar, so you can add a sidebar widget with a video, if you want this for only one product or a different video for each product the Widget Options plugin will allow you to select which product pages will show which widget elementsBest regards,
MikeMay 9, 2024 at 5:17 pm in reply to: Marker Categories in post backend of Plugin Open User Map vanished #1442819Hey annevoelkel,
If I understand what you mean by the metabox not showing correctly, I would recommend checking the screen options and see if the metabox is just unchecked, and needs to be checked.
I’m not familiar with your plugin, so if that doesn’t help have you tried rolling back to the last working version, was that 5.6.11?
I don’t see and changes in our changelog that might cause this.
I see in you wrote above that you can provide a login after 5/12, so for now try rolling the theme version back and see if that helps.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 MORTULGAAH,
Please see our documentation here, your heading items url field should have a hash mark “#”
Best regards,
MikeMay 9, 2024 at 11:31 am in reply to: Space Bar not working inside elements in advanced layout builder #1442803Hi,
After disabling all of your plugins and clearing your browser cache, please enable each plugin one at a time and then test, unfortunately I don’t know any other method to find the conflict.Best regards,
MikeMay 9, 2024 at 11:27 am in reply to: Google Maps error: Maps were disabled by the visitor on this site. Click to open #1442802Hey karirak73,
Thanks for your patience, I don’t see a map or error on your page so perhaps the error can only be seen by the admin. Please include an admin login in the Private Content area so we can investigate.Best regards,
MikeMay 8, 2024 at 7:29 pm in reply to: Accessibility: Compliance of forms and tab elements in the Enfold theme #1442718Hi,
The Dev Team has modified the tab files to address this, below please find a zip file with three files, use them to replace your theme files after saving your current ones for roll back.
The files to replace are:
/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js
/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.min.js
/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.php
after replacing these clear any cache plugins and your browser cache and disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
and then check, and let us know.Best regards,
MikeHi,
You will not lose anything updating this way. But note that if you have any core theme files customize or any functions add to the theme functions.php file, these will be lost.
If you are using a Child Theme these settings will be fine.
I would still recommend creating a full backup using your webhost backup option as there have been many changes since your version.
Perhaps the best approach would be to create a staging site and then update the staging site first as a test.
Most cPanel webhosts have a staging site option, some in the dashboard:
Others add the option in the Softaculous WordPress Management
There may be other staging site options in different cPanel servers, these are the two that I have seen.Best regards,
MikeHey Abrahamson-Olavus,
Thank you for the link to your site, I see on your contact page your email and phone in plain text links, for your email you can obfuscate it with this link
This may also work for the phone number, but I’m not sure if it will work on mobile devices, please try.Best regards,
Mike -
AuthorPosts