Forum Replies Created
-
AuthorPosts
-
April 25, 2025 at 3:08 pm in reply to: Open Team member Description as pop up – mobile solution #1482869
Hey fabienneRedUmb,
Thanks for your patience, when I test this on my Android phone it works for me, check the link below.
Perhaps you have a caching plugin that is delaying the jQuery script on mobile, If this doesn’t correct, please include admin login in the Private Content area so we can investigate.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,
*update* I tested the above script that you posted “Fix Yoast SEO pagination compatibility with Enfold theme using avia-element-paging” and it solved the issue on my site
<link rel="canonical" href="https://enfold.site.com/blog/blog-default/?avia-element-paging=2" class="yoast-seo-meta-tag">
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 above code without the leading<?php
and save.Best regards,
MikeHi,
Thanks for your patience, I’m not sure why this is, I have asked the rest of team for advice.Best regards,
MikeHi,
Glad that this works for you, this looks like it is caused by the extra padding that you have in the column to add the background color.Best regards,
MikeHey ungeme,
Thank you for your patience, our webhost writes back that the ip address is not on our blocklist.
Try installing the demo on a localhost and then use the plugin Duplicator to move to your live site, this typically works well.Best regards,
MikeHi,
Thank you for your patience, our hosting writes back that the ip 193.202.110.34 we can’t unblock because from it there are constant attacks on many of our servers.
Try installing the demo on a localhost and then use the plugin Duplicator to move to your live site, this works typically well.Best regards,
MikeHey Martin Riemer,
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.
Best regards,
MikeApril 20, 2025 at 6:31 pm in reply to: Themeforest.net refused to connect to update a website #1481679Hey myadminsuper,
It sounds like your theme is using the old API key.
Evenon (Theme Forest) changed the key to”
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.
Best regards,
MikeHey christian.wien,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main a:where(:not(.wp-element-button,.avia-button)) { text-decoration: underline; }
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,
MikeHey nis59,
unfortunately, OVH blocks our IP so you will not be able to download the demos.
I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works well for hosts that blocks our IP.Best regards,
MikeHi,
Thank you for your patience, we have asked the Dev Team to review your IP address, only a few has access to this.
As this is a holiday weekend, it may take some time.
I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works will for hosts that blocks our IP.Best regards,
MikeHey Sandra,
Sorry I’m not sure which logo that you mean, perhaps a screenshot would help.
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:div .logo { left: 37%; } div.av-burger-overlay-bg { background-color: rgba(0, 0, 0, .7); }
After applying the css, please clear your browser cache 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,
Try using this code to the end of your child theme functions.php file instead in Appearance ▸ Editor:function my_woocommerce_catalog_orderby( $orderby ) { unset($orderby["menu_order"]); unset($orderby["rating"]); unset($orderby["rand"]); unset($orderby["id"]); unset($orderby["category"]); unset($orderby["title"]); unset($orderby["price"]); unset($orderby["popularity"]); unset($orderby["relevance"]); unset($orderby["default"]); return $orderby; } add_filter( "avf_wc_product_order_dropdown_frontend", "my_woocommerce_catalog_orderby", 20 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Without the code, my test site shows this:
with the code my test site shows only the date and it works correctly:
Best regards,
MikeHey fafa84,
I can not reproduce this on my install, please disable all of your plugins
and include a admin login in the Private Content area so we can examine.
a link to the page that you find this issue on would help.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,
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 Gianluca,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 391px) { .responsive .avia_ajax_form .form_element { margin-right: -90px; } } @media only screen and (max-width: 320px) { .av-recaptcha-area * { max-width: 252px !important; } } @media only screen and (min-width: 392x) and (max-width: 479px) { .responsive .avia_ajax_form .form_element { margin-right: -15px; } }
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,
I checked your mobile view of your site:
but I don’t think that I understand what the issue is, perhaps a screenshot would help.
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
Sorry, your “April 3” post script looks like you are trying to change the pagination, this will cause a conflict with the WordPress pagination.
If I misunderstand, please explain further.Best regards,
MikeHi,
Sorry, it is confusing when a thread has multiple issues, typically it is best to have a single issue per thread.
Nonetheless, please explain further so we can try to help with your second issue.Best regards,
MikeHi,
The login is now working, but it is not admin, so we can not see any of the theme settings, etc. Please update to admin so we can examine.
Please update your screenshot of the error so we can see, your screenshot url is pointing to your local computer so we can not see it.
To add a screenshot, please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
Please give this a try, if it doesn’t help let us know what page that you see the error on so we can examine.Best regards,
MikeApril 18, 2025 at 10:48 pm in reply to: Advanced Layer Builder for Enfold is no longer visible. #1481617Hi,
@benjamin423 we will need an admin login to examine your site, but posting your admin login here will not be private, so it is best that you open a new thread and add the admin into the Private Content area.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 Debbie,
Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit.Best regards,
MikeHey Loveronika,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .avia-menu-text { color: #00632e; } .header_color .main_menu ul:first-child > li a:focus, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item.current-menu-item > a { color: #00632e; }
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,
MikeHey Akhurst,
I don’t know what css you are using, but the first “home” is linked to your main domain, the second “home” is linked to your “shop.domain”
So do you really what to remove the second “home” or have it say “Shop”?
Please include a admin login in the Private Content area so we can examine based on your answer.Best regards,
Mike -
AuthorPosts