Forum Replies Created
-
AuthorPosts
-
May 7, 2024 at 4:05 pm in reply to: Translate “Search” text in dropdown field in main header #1442572
Hey,
Did you try translating the Search string using the WPML String Translation ( https://wpml.org/documentation/getting-started-guide/string-translation/ )?
Cheers!
YigitHi,
I checked with our development team to see if it’d be possible to disable this using a filter or some other customization but unfortunately, there is no way to avoid this at the moment.
My only recommendation at this point would be to use a third-party content management plugin instead. I’m sorry about that.
Best regards,
YigitHi,
I’m sorry for the delayed response.
We’ve investigated the errors on your site. The first issue is coming from the Autoptimize plugin. The second and third issues seem to be related to Enfold’s cookie bar.
Please go to the Enfold theme options > Privacy and Cookies > Cookie Handling > Enable cookie consent messages, disable it, and check if that resolves the error.
Best regards,
YigitHi,
You can add a widget area to your header ( https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area ), add this image to your header widget area, and then position it as needed using custom CSS in the Enfold theme options > General Styling > Quick CSS field.
Regards,
YigitHey Ivan,
Please go to https://kriesi.at/support/forum/enfold#new-post and revalidate your Purchase Code and check if you can start new threads after that.
Cheers!
YigitApril 25, 2024 at 12:52 pm in reply to: Content Collaboration: Can You Feature Our WooCommerce Plugin In Your Article? #1440818Hi,
Could you please try replying to the thread ( https://kriesi.at/support/topic/content-collaboration-can-you-feature-our-woocommerce-plugin-in-your-article/ ) once again? You can do that by following the link from your inbox. You can reply here as well.
Unfortunately, it’s not possible to register to our support forums without a valid Enfold Purchase Code.
Best regards,
YigitApril 25, 2024 at 12:50 pm in reply to: Content Collaboration: Can You Feature Our WooCommerce Plugin In Your Article? #1440817Hi Tjaard,
You are welcome!
Let us know if you have any other questions.
Regards,
YigitHi Jonathan,
My condolences.
Unfortunately, it’s not possible to transfer licenses between Envato/ThemeForest accounts. You can read more about this at https://help.market.envato.com/hc/en-us/articles/24455030832025-Can-I-transfer-a-license-to-other-Envato-account
You’d need to purchase Enfold ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ) again to update the theme.
Since Enfold 3.6.1 is a very old version, you’d need to manually update the theme. After that, you can generate a Personal Token ( https://kriesi.at/documentation/enfold/theme-registration/ ) and insert it in the Enfold theme options to receive auto-updates in the WordPress dashboard.
I hope this helps. Let us know if you have any other questions.
Regards,
YigitHi,
It looks like you entered your Purchase Code. You’d need to insert your Personal Token instead.
You can find out how to generate a Personal Token in this article: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
I hope this helps!
Regards,
YigitApril 25, 2024 at 12:09 pm in reply to: Content Collaboration: Can You Feature Our WooCommerce Plugin In Your Article? #1440806Hi Priya,
We reopened the thread and replied to it. If you’d like to follow up, please do so on that thread.
Best regards,
YigitApril 25, 2024 at 12:08 pm in reply to: Content Collaboration: Can You Feature Our WooCommerce Plugin In Your Article? #1440805Hi Dharchini,
Is your WooCommerce Products Add-On plugin compatible with Enfold? If it is, we can include it in the Recommended Plugins list ( https://kriesi.at/support/topic/recommended-plugins/ ). Your WooCommerce Bookings And Appointments plugin is already included in this list.
Please let us know if you’d like to test Enfold with your plugin.
Best regards,
YigitApril 24, 2024 at 4:39 pm in reply to: Events Calendar Plugin – German Version H1 Typo is back #1440696Hi,
We’re going to fix this issue in the upcoming version of Enfold.
For now, you can use the Loco Translate ( https://wordpress.org/plugins/loco-translate/ ) plugin to update this string in German language files included in Enfold.
Best regards,
YigitHi,
We removed your old thread.
Please register to our support forum using your Purchase Code at https://kriesi.at/support/register/. After logging in, you can start new threads at https://kriesi.at/support/forum/enfold#new-post.
You’ll need a valid support period to start threads on our support forum. If your support period is expired, you can renew it at https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990.
Let us know if you have any other questions.
Regards,
YigitHey,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
.page-id-24 .avia-testimonial-markup-entry-content p:first-child { display: inline-block; }
Best regards,
YigitHey Sonia,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab:
.avia_mobile .avia-slider-testimonials { pointer-events: unset; }
Best regards,
YigitHi,
Favicon is displayed when you click the tabs icon. I can see the favicon on your website on both mobile and desktop Safari. I attached a screenshot in the private content field.
If you can’t see the favicon in the tabs view, please send us a screenshot so we can better advise.
Regards,
YigitHey Stefan,
Enfold is fully compatible with WooCommerce so Enfold would be a good choice!
You can select one of the Enfold demos ( https://kriesi.at/themes/enfold-overview/ ) and start working on the site.
I hope this helps. Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHi @ezwebdesign,
Thank you for your contribution, Roger! Dutch language files will be updated in the upcoming version.
Regards,
YigitApril 4, 2024 at 5:37 pm in reply to: NO Sound on Videos on Mobile Phone and iPad using Chrome #1439225April 4, 2024 at 4:28 pm in reply to: NO Sound on Videos on Mobile Phone and iPad using Chrome #1439215Hey,
Enfold 5.7 is now available: https://kriesi.at/documentation/enfold/changelog/.
Best regards,
YigitApril 4, 2024 at 11:31 am in reply to: NO Sound on Videos on Mobile Phone and iPad using Chrome #1439187Hey Scott,
You can do this on a child theme ( https://kriesi.at/documentation/enfold/child-theme/ ).
Please create a folder inside your child theme called “js”, create a file called avia.js inside the js folder, and place this code https://pastebin.com/PqAWvVSg into the file. Then, create a file called avia.min.js, and place this code https://pastebin.com/BEqb50uK into that file.
Then, add the following code to the functions.php file of your child theme
add_action( 'wp_print_scripts', 'ava_change_wp_enqueue_scripts_mod', 100 ); function ava_change_wp_enqueue_scripts_mod() { $vn = avia_get_theme_version(); $options = avia_get_option(); $min_js = avia_minify_extension( 'js' ); wp_deregister_script( 'avia-default' ); wp_enqueue_script( 'avia-child-default-js', get_stylesheet_directory_uri() . "/js/avia{$min_js}.js", array('jquery')); }
Please note that this may not work as expected or cause issues with the Video element’s functionality. Please test it on a staging site to make sure there are no issues before using it on your live site.
Best regards,
YigitHi Jelka,
We’ll release an Enfold update with the updated version of LayerSlider as soon as possible.
Best regards,
YigitApril 3, 2024 at 7:07 pm in reply to: NO Sound on Videos on Mobile Phone and iPad using Chrome #1439116Hey Scott,
Apparently, I misunderstood you. I thought you wanted a button to unmute the video on mobile. Our developers might add a button to unmute the video on mobile but it is not possible to autoplay an unmuted video as Ismael mentioned.
It’s a bad user experience to auto-play a video with sound. That’s why browsers are disabling it.
If you really need that, please hire a freelance developer to implement it.
Regards,
YigitApril 2, 2024 at 8:01 pm in reply to: NO Sound on Videos on Mobile Phone and iPad using Chrome #1439024Hi Scott,
I’m very sorry for the confusion.
I could reproduce the issue and reported it to our developers. The unmute icon is removed from the source code when loading the site on mobile so unfortunately I don’t have a workaround at this time. If our developers provide a workaround, we’ll share it with you here.
Best regards,
Yigit -
AuthorPosts