Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit
Hi Alan,
Thanks for contacting us!
Please go to Enfold theme options > General Styling > Socket > Primary Color and change it as needed :)
Cheers!
Yigit
Hi Ismael,
To see the issue, you have to be logged into the website. The issue does not appear to those who are not logged in.
I confirmed that when logged into our website, the issue persists.
I confirmed with our website, that Enfold’s file compression is disabled. We have not enabled it. This is its normal state for our website. Clearing the cache did not correct the issue.
Your continued support is greatly appreciated.
Thank you!
All the Best,
Nathan
Hi Enfold
How do I change the colour of the linked text in the socket, I´d like it to go black and not purple
Alan ;)
Hey,
I saved your Works page as a template and then loaded it on a newly created page and everything worked fine there. So, I deleted your existing page and added the newly created Works page to your menu. I see that you are using Yoast Duplicate Post plugin. In the past similar issues were happening on duplicated pages so I believe that is the culprit. Instead of using a plugin like that, you can save pages as templates and load them on another pages – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates :)
That being said, please review your website :)
Regards,
Yigit
Hi,
Thanks for contacting us!
Please edit your Text Block element and give it a custom CSS class (“your-custom-class” in example below) in Advanced > Developer Settings tab and then add following code to Enfold theme options > General Styling > Quick CSS
.your-custom-class {
overflow-y: scroll;
height: 100px;
}
Best regards,
Yigit
Hey fkm!
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide, #top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide {
color: black;
opacity: 1;
}
.next-slide {
right: 20px !important;
}
.av-timeline-nav {
padding-top: 0px;
}
.av-timeline-nav a::before {
background: transparent;
}
Best regards,
Yigit
Isn’t there an easier way?
No.
the headline-rotator.js file is in : enfold/config-templatebuilder/avia-shortcodes/headline_rotator/ folder.
for the newest Enfold (5.1.2) i placed that file in my pastebin.
See: https://pastebin.com/2asu1gtk
Download: https://pastebin.com/dl/2asu1gtk
so just download it from there and upload that file to your child-theme/shortcodes folder.
Or do you only work with the parent theme? Then you can overwrite that file in the parent theme original folder – but on every update this is lost.
So my recommendation is to use always a child-theme.
If you got that child-theme you can go over your dashboard – Appearance – Theme file editor : klick on “Theme Functions” – and if you have used the premade child-theme of enfold : Link this is at the beginning nearly empty.
preserve the starting line ( <?php ) and insert that snippet after that first line :
function load_child_theme_headline_rotator_script() {
wp_deregister_script( 'avia-module-rotator' );
wp_enqueue_script( 'avia-child-module-rotator', get_stylesheet_directory_uri().'/shortcodes/headline_rotator.js', array( 'avia-shortcodes' ), false, true );
}
add_action( 'wp_enqueue_scripts', 'load_child_theme_headline_rotator_script', 100 );
if you look to that snippet you see that the first instruction unloads the parent script – and the next line will load the child script instead.
This will not be lost on enfold updates – only if there are big changings to that element – we had to redo the procedure.
Hey,
Please refer to the posts Nikko and I posted and update the theme.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Best regards,
Yigit
Hi,
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,
Mike
Hi,
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,
Mike
Hey Michawl,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update the theme manually. After updating the theme, please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options to receive auto updates in WP dashboard :)
Regards,
Yigit
Hi! I have a problem and can’t find the solution. I have updated theme and wordpress, php version 7.4.
The Contacf form enfold works desktop but not mobile. I have made many attempts, set up smtp, tried to use contact form 7 (and on mobile it works). When I fill it out from mobile, it makes me redirect and tells me that the sending has been correct, but I am not receiving mail.
Can you help me?
Michawl SanmannGuest
Hi, I am a customer sice years. No I saw that our site have a very old version of Enfold. What do I need to do to update into the last version? Thanks Michael
New image in shop catalog has changed to 450×450 from normal you could see that on https://bokalind.is/baekur/handbaekur/ or https://bokalind.is/baekur/fraedibaekur/
I have noticed it in Responsive Images thumbnails overview, images aspect ratio
• 36*36 – Widget (added by theme)
• 80*80 – thumbnail (WP default size)
• 100*100 (cropped) – woocommerce_gallery_thumbnail (added by a plugin)
• 120*120 (cropped) – shop_thumbnail (added by a plugin)
• 180*180 – Square (added by theme)
• 450*450 (cropped) – shop_catalog (added by a plugin)
• 705*705 – Masonry (added by theme)
How can I changed it back to normal? It looks like Enfold plugin as don it
Hi Enfold team,
I´m using the timeline and I already made some coszumizations via quick CSS.
Unfortunately, I can’t manage to customize the navigation of the timeline (even I found some CSS codes for it that unfortunatelly didin´t work in my case).
So please help and please see screenshots.
Thank you very much for your reply in advance.
Best regards,
fkm
Hallo zusammen,
wir haben variable Produkte und für jede Variation ein eigenes Produktbild hinterlegt. Leider wird das Produktbild bei Auswahl einer Variante im Shop nicht gewechselt. Plugins etc. haben wir testweise bereits deaktiviert auch haben wir die Galerie umgestellt auf WooCommerce 3.0. Hilft leider alles nicht…
Wechseln wir jedoch das Theme auf Storefront funktioniert alles wie es soll (auch mit aktivierten Plugins).
WP-Version: 6.02
Woo-Version: 6.8.2
Enfold: 5.1.1
Enfold Child: 5.1.1.1660131113
Hat jemand vielleicht dafür eine Lösung?
Hey Matin,
Thanks for contacting us!
Can you try to update via FTP: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Let us know if this helps.
Best regards,
Nikko
Matin Guest
Can’t opdater enfold more ind wordpress
Hi Schmidtgrafisk,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Samuel,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hey Samuel,
Thank you for the inquiry.
You can use this css code to apply round corners to the testimonial boxes.
.avia-testimonial-wrapper .avia-testimonial-row .avia-testimonial {
border-radius: 5px;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi,
Thank you for the info.
We can’t really reproduce the issue on our end. Please temporarily disable the Enfold > Performance > File Compression settings while editing the site so that you can see any style changes immediately.
Would you mind providing a screenshot of the heading on desktop, tablet, and mobile view? You can use imgur, savvyify or dropbox for the screenshot. We will check the site again once the screenshots are available. Thanks.
Best regards,
Ismael
Hey envapk2,
Thank you for the inquiry.
This is possible but you have to directly modify the enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js > _prepareSlides function and adjust the condition located around line 215.
if( this.isMobile )
To check a tablet device, you can use the snippets provided in the following links.
// https://stackoverflow.com/questions/50195475/detect-if-device-is-tablet
// https://css-tricks.com/working-with-javascript-media-queries/
Best regards,
Ismael
Hi Ismael,
I put the ftp credentials in the private section.
Here is the log:
[12-Sep-2022 18:21:36 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 135168 bytes) in …/httpdocs/wp/wp-includes/wp-db.php on line 2135
[13-Sep-2022 03:28:21 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 12288 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:21 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:21 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 12288 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:21 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:24 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:24 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:25 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:25 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:25 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:25 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:26 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:26 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:26 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:26 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:28 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:28 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:28 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:28 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:29 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:29 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:30 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:30 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 03:28:31 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40960 bytes) in …/httpdocs/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-modal-elements.php on line 2683
[13-Sep-2022 03:28:31 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32768 bytes) in /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/vendor/wp-cli/php-cli-tools/lib/cli/Colors.php on line 1
[13-Sep-2022 05:12:42 UTC] PHP Notice: Undefined index: path in …/httpdocs/wp/wp-includes/l10n.php on line 1049
[13-Sep-2022 05:12:42 UTC] PHP Notice: Undefined index: path in …/httpdocs/wp/wp-includes/l10n.php on line 1066
[13-Sep-2022 05:12:42 UTC] PHP Notice: Undefined index: path in …/httpdocs/wp/wp-includes/l10n.php on line 1084
[13-Sep-2022 05:12:42 UTC] PHP Notice: Undefined index: path in …/httpdocs/wp/wp-includes/l10n.php on line 1049
[13-Sep-2022 05:12:42 UTC] PHP Notice: Undefined index: path in …/httpdocs/wp/wp-includes/l10n.php on line 1066
[13-Sep-2022 05:12:42 UTC] PHP Notice: Undefined index: path in …/httpdocs/wp/wp-includes/l10n.php on line 1084
I got an error when uploading images as well but after refreshing the upload works and I can use the image.
Best regards
Bernhard
Hi,
Thank you for the screenshot.
It is the logo for the transparent header. Please check the Enfold > Header > Transparency Options > Transparency Logo and make sure that the selected image actually exists.
Best regards,
Ismael
Hey StrategyDriven,
Thank you for the inquiry.
The icons are displaying correctly when we checked the site. We provided a screenshot below. Did you find the issue? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvxA8DOkP_jz0CSJ_M?e=TRdKCP
Best regards,
Ismael
Hi,
Thank you for the update.
To add some space or margins between the first and second item, please try to add this css code.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_column:first-child {
margin: 0;
margin-bottom: 20px;
}
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hello, my team updated our website to the latest version of Enfold specifically so that we can take advantage of the newest accessibility updates but after the update, we are still not seeing a role=”menu” in our main navigation when we view the source code. It looks like role=”menuitem” has been successfully added to the links with our main menu, but the <nav> is still missing the role=”menu” (it currently reads as role=”navigation”).
We are getting this error when running accessibility scans of our site:
An element with role=menuitem must be contained in, or owned by, an element with role=menu or role=menubar
HTML5
WCAG 2.0 A 4.1.1
Section 508 (2017) A 4.1.1
Is there a reason why the role=”menu” is not showing up for us? Do I need to add something to the header myself?
Thanks!