Forum Replies Created
-
AuthorPosts
-
Labdien,
It will fix the issue and should not cause any issues but to be on the safe side, please have a backup or create a staging site and update there firstly :)
Regards,
YigitHi,
Thanks for contacting us!
You are currently using a very old version of the theme which is not compatible with your PHP and WP versions. Updating the theme to the latest version would fix the issue.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.8.1.
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
Regards,
YigitHi,
Thanks for the report!
I have also noticed the same issue, there were some notices in WooCommerce files however updating the product solve the issue for me. If you are still using the same version, could you please check if that helps?
Regards,
YigitHey Barbara,
Thanks for the feedback! The fix will be included in upcoming version :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey,
Thanks for contacting us!
1- Please go to /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/ folder and copy tab_section.js file
2- Create a folder named “js” on your child theme and paste tab_section.js file inside it
3- Open tab_section.js file and replace its content with this one – https://pastebin.com/aHKUCdjv
4- Open functions.php file on your child theme and add following code to bottom of the filefunction wp_tab_section_js() { wp_dequeue_script( 'avia-module-tabsection-js', AviaBuilder::$path['pluginUrlRoot'] . 'avia-shortcodes/tab_section/tab_section.js', array( 'avia-shortcodes' ), false, true ); wp_enqueue_script( 'avia-module-tabsection-child-js', get_stylesheet_directory_uri().'/js/tab_section.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_tab_section_js', 100 );For future reference, disabled function is called “swipe_to_next_prev” :)
Best regards,
YigitJanuary 17, 2022 at 3:48 pm in reply to: Ein Fehler vom Typ E_ERROR wurde in der Zeile 1447 #1335890Hi,
You are welcome, Claudia! :)
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,
YigitHi,
Thanks for the information!
There was a broken menu item in your menu, I deleted it in Appearance > Menus but that did not help.
It seems like a plugin conflict. Clicking LayerSlider button throws JS error and there is a slight delay before Services page gets highlighted when you are on Appointments page. Could you please try de-activating all active plugins and check if that helps?
Best regards,
YigitHi,
We are happy that Mike could help you out! :)
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,
YigitJanuary 17, 2022 at 2:55 pm in reply to: Ein Fehler vom Typ E_ERROR wurde in der Zeile 1447 #1335881Hi Claudia,
I moved your custom meta tags from header.php file to functions.php file of your child theme and removed header.php file from your server. In case you will need it, you can find it in private content field below.
Please review your website :)
Best regards,
YigitHi,
Thanks for the information!
We have reset your forum password, logged into your account and went to https://kriesi.at/support/forum/enfold#new-post and re-validated your purchase code. You can now start new threads under Enfold sub forum :)
Best regards,
YigitJanuary 17, 2022 at 1:59 pm in reply to: Ein Fehler vom Typ E_ERROR wurde in der Zeile 1447 #1335874Hi,
That is related to header.php file on your child theme. Updating header.php file on your child theme would help – https://kriesi.at/support/topic/missing-footer-after-updating-to-enfold-4-8-6-3-please-read-this-first/
It seems like you added some meta tags in header.php file. If that is why you have modified the file, you can use this code in functions.php file of your child theme instead – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section and remove header.php file from your child theme.
If you would like us to help you with that, please post FTP logins here privately as well :)
Best regards,
YigitJanuary 17, 2022 at 1:42 pm in reply to: Ein Fehler vom Typ E_ERROR wurde in der Zeile 1447 #1335864Hi Claudia,
Thanks for the information!
We have fixed the issue on your page. The fix will be included in upcoming version.
Please review your website :)
Best regards,
YigitJanuary 14, 2022 at 5:54 pm in reply to: Strange Border around Form using Popup Maker for all websites using your theme #1335625Hi,
No worries at all, Justin!
Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitHey Oliver,
Thanks for contacting us!
That seems to be the only version we have. We will check with our designer and share the larger version if there is one :)
Edit: Unfortunately, that is the only size created for that banner. Here is an alternative one – https://imgur.com/a/iJI7Sm8. You can download it here – https://www.mediafire.com/file/y922vygxwnh827n/large_banner.png/file
Best regards,
Yigit-
This reply was modified 4 years, 1 month ago by
Yigit.
January 14, 2022 at 5:41 pm in reply to: Strange Border around Form using Popup Maker for all websites using your theme #1335619Hey Justin,
Thanks for contacting us!
That seems to be related to the plugin – https://wordpress.org/support/topic/norder-on-pop-ups/.
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.pum-content.popmake-content:focus-visible, .pum-content *:focus, .pum-overlay .pum-content { outline: none !important; }Regards,
YigitHi Justin,
Thanks for contacting us!
I reset your password, logged into your account, re-validated your existing purchase code in – https://kriesi.at/support/forum/enfold#new-post and that worked.
Please reset your password – https://kriesi.at/support/register/?action=lost_pw and login. You should be able to start new threads under Enfold sub forum :)
Best regards,
YigitJanuary 14, 2022 at 4:52 pm in reply to: WooCommerce Thumbnails not shown on mobile devices in cart #1335610Hi Karin,
Could you please try copying the code from here – https://pastebin.com/JkarSiAb and check if that helps?
Regards,
YigitHey Sabine,
Thanks for contacting us!
Please use Yoast plugin and set featured image for Facebook – https://yoast.com/social-media-optimization-with-yoast-seo/
Best regards,
YigitHey John,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitJanuary 14, 2022 at 1:46 pm in reply to: Remove "- Enfold WordPress Theme by Kriesi" from footer #1335587Hi,
Great!
Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi,
You are welcome! We have reported the issue to our devs. It should be fixed in upcoming version :)
Let us know if you have any other questions and enjoy your weekend!
Best regards,
YigitJanuary 14, 2022 at 12:58 pm in reply to: Bug?: Background-Color of Socket appears in margins of sections #1335572Hi Vera,
You are welcome! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitJanuary 13, 2022 at 7:54 pm in reply to: Bug?: Background-Color of Socket appears in margins of sections #1335486Hi Vera,
Please go to Appearance > Editor and replace enfold/css/dynamic-css.php file with this one – https://pastebin.com/Vyg7UFQE. Please save theme options after updating the file :)
Best regards,
YigitHi odp,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.responsive #top .logo { margin: auto; }Best regards,
YigitHi,
Thanks for the information!
I enabled debugging mode and removed Logo/Partner element and that helped. I could reproduce the issue on my local installation after copying your page. We will look into it and will update you here. Until then, please try not to use Logo/Partner element :)
Best regards,
YigitHi,
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
I think the issue is related to one of your plugins. Could you please try de-activating them all and check if that helps? You can then enable them one by one to find the culprit.
Regards,
YigitHey,
Thanks for contacting us!
Yes, you can. Please see – https://kriesi.at/documentation/enfold/menu/#one-page-menu :)
Regards,
YigitHi,
No, I only cleared cache for the second website (I attached the link in private content field to avoid confusion) and did not touch the other site.
Best regards,
YigitHey Kevin,
Which element are you using? The code you posted uses jQuery. I think using filters would be better option.
If you are using Magazine element, please use following code
add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1); function avf_magazine_excerpt_new_lenght($excerpt) { $excerpt = 100; return $excerpt; }If you are using Masonry element, please use following one
add_filter( 'avf_masonry_excerpt_length', 'masonry_excerpt_length'); function masonry_excerpt_length() { $excerpt = 200; return $excerpt; }And if you are using Accordion element, please use following
add_filter( 'avf_aviaccordion_excerpt_length', 'slider_excerpt_length'); function slider_excerpt_length() { $excerpt = 200; return $excerpt; }Regards,
Yigit -
This reply was modified 4 years, 1 month ago by
-
AuthorPosts
