Forum Replies Created
-
AuthorPosts
-
Hey D hughes,
Thank you for your patience I tried to research your past thread and I believe it was this one for the enfold theme at antonsport.com, and you provided a Purchase code which I checked here. This purchase code only offers support in the forum until 2018-12-08
When you purchase the license for the theme it is forever but typically only includes 6 months of support, you can purchase more support in your Theme Forest (Envato) account you can read more here.
If you don’t have a Theme Forest (Envato) account because you are using a license given to you by a developer, then ask him to extend your support or create your own account when you purchase a license directly from Envato. Envato will not transfer licenses, and due to our contract with Envato we can not directly sell licenses or support.
I see your original question was about significant speed issues and the site is using v5.4, when I check it seems to load in 1.72s which is very good, if you want to try to improve it try reading our article here.
If you have further questions please try renewing your support and open a new thread.Best regards,
MikeHi,
I believe the child theme is inside the Full theme zip file with the documentation, or you can use this one I uploaded to DropBox.Best regards,
MikeMarch 25, 2023 at 6:50 pm in reply to: Can I load a new Enfold Theme onto WordPress 5.5 on a Server using php 5.6.30 #1402497Hi,
Thanks for your patience, to open a new support thread please click the big blue button at the top of the Enfold support page, or this link. I assume that you have already registered for your support account with your new license.
Licenses are not linked to a domain, whatever Envato Token you use for that domain is fine, should you close that domain in the future you can use the Token on another site, but only one domain at a time.
You can only see the full Token details in your Envato (Theme Forest) account, if you have old API keys I don’t think you can check these as the API keys are not valid anymore.
If you have old themes asking for API keys to update, you will need to update manually first, then create new Tokens in your Envato account and then add them to your sites so you can update in the future.
To update your old versions 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.
Best regards,
MikeHey isdixon,
Thanks for your patience, please include an admin login in the Private Content area so we can look at the backend of your LayerSlider and please include the links for the different slides so we can try adjusting them.Best regards,
MikeHey Anna_Tewes,
Perhaps a button like this:

Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ var button = $('<div id="customButton" class="avia-button-wrap av-lfo8bepl-f0ac6d7c934e9f180b74755360f479e5-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "><a href="" class="avia-button avia-icon_select-no avia-size-medium avia-position-center avia-color-dark"><span class="avia_iconbox_title">Overview</span></a></div>'); $(button).prependTo('body'); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_script');and add this css at Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#customButton { position: fixed; top: 7%; right: 12%; z-index: 503; }If you need any help adjusting for your site please include an admin login in the Private Content area so we can be of more assistance.
Best regards,
MikeHey Alex Freelance,
Thanks for your patience and the link to your site, please try this css:@media only screen and (min-width: 767px) { #top.home .av_header_transparency #header_main { visibility: hidden; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeMarch 25, 2023 at 5:34 pm in reply to: I Can Help With Envold Translation (Brazillian Portuguese) #1402489Hey Vinicio Guerra,
Thank you, please see this thread, the first post explains the process and then you add the link to your files Yigit will manage and add to our GitHub.
Or you can go to our public GitHub page.Best regards,
MikeHi,
Glad to help, let us know when this works for you and we will close the thread.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 NoraGTS,
To add a sidebar to your category page, aka archive page, please set it at Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar On Archive Pages

To change the font family of the blog category links try this css:#top .blog-categories.minor-meta { font-family: open-sans; }To change the news widget (sidebar & footer) to the lighter font weight you are using elsewhere, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function change_strong_tag_to_span_for_news_widget() { ?> <script> (function($) { $(function() { function replaceElementTag(targetSelector, newTagString) { $(targetSelector).each(function(){ var newElem = $(newTagString, {html: $(this).html()}); $.each(this.attributes, function() { newElem.attr(this.name, this.value); }); $(this).replaceWith(newElem); }); } replaceElementTag('strong.news-headline', '<span></span>'); }); }(jQuery)); </script> <?php } add_action('wp_footer', 'change_strong_tag_to_span_for_news_widget');The add this css:
#top .main_color .widget a .news-headline, #top .news-headline .news-time { font-weight: lighter; color: #567483; } #footer .news-headline, #footer .news-headline .news-time { font-weight: lighter; }To change Weiterlesen to MEHR ERFAHREN try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function my_text_strings( $translated_text, $text, $domain ){ switch ( $translated_text ){ case 'Weiterlesen' : $translated_text = __( 'MEHR ERFAHREN', $domain ); break; } return $translated_text; } add_filter('gettext', 'my_text_strings', 20, 3);Best regards,
MikeMarch 25, 2023 at 4:10 pm in reply to: text disappear inserting minimum height, Color Section #1402476Hi,
Thanks for your patience, please include an admin login in the Private Content area and a link to your test page so we can examine the layout and settings.Best regards,
MikeHi,
In the theme files, via FTP you will find it at /wp-content/themes/enfold/js/avia.jsBest regards,
MikeHi,
Thanks for the login, I added a Canonical URL to the page in your Yoast SEO panel the Advanced section.
This is the link to the Yoast documentation please clear your browser cache and check.Best regards,
MikeHi,
I don’t have any experience with the Meow Media Cleaner plugin and I didn’t find any feedback in the forums about it, but the Tutorial for Media Cleaner says in red at the top of the page:Absolutely backup your site (the database and the /uploads directory) before doing this. I recommend you to use your hosting service backup system if they have any, a staging website if it’s available (WPEngine has one) or the very well-made BlogVault service.
So I guess you can try it and if it doesn’t work roll your site back.
Best regards,
MikeHi,
Thanks for the screenshots, please try this solution by adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter( 'woocommerce_ajax_variation_threshold', 'wc_ninja_ajax_threshold' ); function wc_ninja_ajax_threshold() { return 100; }If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, and thank you to Guenni007 for assistance, 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 help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Thanks for your patience and the link to your site, I wasn’t able to find a solution for this so I have asked the rest of the team for advice, I will reply back when I get some feedback.Best regards,
MikeHi,
I see on your page you are getting this jQuery error:jQuery.Deferred exception: this.addEventListener is not a function TypeError: this.addEventListener is not a function
for/wp-content/plugins/the-events-calendar-shortcode-pro/includes/designs/assets/js/fullcalendar.min.js
This typically occurs when a script runs before jQuery is loaded, such as when Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer is enabled, which it is not in your case. Try checking your other plugin and server settings as it seems somewhere jQuery is being Deferred.
I also found that you have another jQuery error:Uncaught Error: Syntax error, unrecognized expression: #wlm_logout#due to your Logout menu item:

removing the trailing hashtag solves this error.Best regards,
MikeHi,
Thanks for your patience and the link to your site, I see that your video is not playing on click, but I don’t see any cause or browser console errors for this. I created a copy of your page on my test site with no plugins and using the latest theme version (v5.5) and the video works there, please see the link in the Private Content area.
Try disabling all of your plugins and clearing your cache. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Perhaps there is a similar plugin to the portfolio grid that behaves like this, I have not looked for any. You can’t replace the sort feature with a sidebar menu because the sort items are created by the portfolio grid based on the items and are not real links.Best regards,
MikeHi,
Thanks for the screenshot, please try using the button row element, and to add a line break in the button text install our plugin Special Character Translation and use this code for the line break:###lt###/br###gt###Best regards,
MikeMarch 25, 2023 at 11:31 am in reply to: Google Maps not displayed on single events page on mobiles #1402431Hi,
We will leave this open for now, please let us know when this is sorted out and we will close.Best regards,
MikeHi,
Thanks for your patience and the link to your site, please try this code in your child theme functions.php:add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1); function avia_change_pre_text_breadcrumb($args){ $args['before'] = '<span class="breadcrumb-title">' . __( 'Sie bist hier:', 'avia_framework' ) . '</span>'; return $args; }Then clear your browser cache and any cache plugin, and check.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.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,
@tolerpd please check if your webhost is blocking our domain kriesi.at if so ask them to white list our domain/IP, also ensure that your host has the PHP ZipArchive Extension enabled so the server can extract the zip file.
If this doesn’t help please open a new thread with the url to your site and an admin login so we can be of more assistance. Also tell us who your webhost is.
Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area, so we will close this thread.Best regards,
MikeHey Jose Ramon,
Thanks for your patience, but your mockup image seems to be a 404, please check so we can see what you are trying to achieve.Best regards,
Mike -
AuthorPosts
