Forum Replies Created
-
AuthorPosts
-
Hi Gregor,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day! :)Best regards,
YigitHey,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitHey,
I checked your website and it works as expected on my end. Please flush browser cache and refresh your page a few times :)
Cheers!
YigitAugust 12, 2021 at 12:23 pm in reply to: Issue with background colors -> Background Gradient #1316417Hey,
Enfold main menu was not selected in Appearance > Menus. I selected it and then saved the menu and then helped. We would need to update the theme as well however it is not working via WP dashboard. Could you please post FTP logins here privately as well? :)
Regards,
YigitHi @Eleina_Shinn,
I am going to report the issue to our devs and it should be fixed in upcoming version.
If you would like to apply a fix, please add following code to bottom of Quick CSS field
body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap { padding-bottom: 5px; }Best regards,
YigitHi,
Sorry for the confusion, I meant temporary admin logins to your WordPress dashboard so we can login to your site and inspect the issue :)
Best regards,
YigitHi,
Would you like to display 7 products in 2 column layout? If so, you would need to change the code in functions.php file to following one
/** * Change number of upsells output */ add_filter( 'woocommerce_upsell_display_args', 'wc_change_number_related_products', 20 ); function wc_change_number_related_products( $args ) { $args['posts_per_page'] = 7; $args['columns'] = 2; //change number of upsells here return $args; }If that too does not help, can you post a screenshot and show the changes you would like to make so we can make sure that we are on the same page? :)
Best regards,
YigitHi,
You would need to change the code to following one to display 7 columns
/** * Change number of upsells output */ add_filter( 'woocommerce_upsell_display_args', 'wc_change_number_related_products', 20 ); function wc_change_number_related_products( $args ) { $args['posts_per_page'] = 7; $args['columns'] = 7; //change number of upsells here return $args; }and use following CSS code instead
#top .product_column_4 .upsells .products .product { width: 13.4%; } #top .upsells.products h2 { text-align: center; }Result should be as following – https://imgur.com/a/TRDKsrV
Best regards,
YigitHi @ppi37,
You are welcome and thanks for your feedback! 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,
YigitHi Guido,
Glad Ismael could help! :)
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 logging in!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi @enoversum,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
YigitAugust 11, 2021 at 9:00 am in reply to: lightbox stopped working after updating the theme to 4.8.6 #1316219Hi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day! :)Best regards,
YigitHi,
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,
YigitAugust 10, 2021 at 9:06 pm in reply to: Strange Code on backend, editor is not visible anymore +++ important+++ #1316141Hi Rixi,
Glad it works!
Let us know if you have any other questions and enjoy the rest of your day! :)Best regards,
YigitAugust 10, 2021 at 6:24 pm in reply to: How to activate Appearance Theme Editor functionality? #1316125Hi,
You are welcome, Galina! :)
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,
YigitAugust 10, 2021 at 5:28 pm in reply to: How to activate Appearance Theme Editor functionality? #1316115Hi Galina,
Thanks for contacting us!
You would need to edit wp-config.php file to enable it. Please see – https://www.ionos.com/digitalguide/hosting/blogs/activate-wordpress-theme-and-plug-in-editor/
Best regards,
YigitAugust 10, 2021 at 5:25 pm in reply to: Strange Code on backend, editor is not visible anymore +++ important+++ #1316114Hi,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitHi David,
Thanks for contacting us!
Disabling “Disable adding unique timestamps” option in Enfold theme options > Performance would help. Please see – https://kriesi.at/documentation/enfold/optimization/#troubleshoot :)
Regards,
YigitAugust 10, 2021 at 5:19 pm in reply to: Help me, please.Enfold Theme:There has been a critical error on this website. #1316112Hi Alan,
It seems like PHP ZIP Archieve extension is still disabled though. I attached a link in private content field where you can see that it is disabled. A server restart might be necessary :)
Regards,
YigitHi,
Thanks for contacting us and sorry for the inconvenience!
Our devs fixed the issue and it will be included in upcoming version.
If you would like to apply the fix, please replace /enfold/config-events-calendar/views/v2/default-template.php file with https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_6_1/the-events-calendar/v2/default-template.php in Appearance > Editor.
If you would like us to update the file for you, please create temporary admin logins and post them here privately :)
Best regards,
YigitAugust 10, 2021 at 5:02 pm in reply to: lightbox stopped working after updating the theme to 4.8.6 #1316108Hi,
I temporarily switched to Enfold parent theme and lightbox worked correctly. Issue seems to be related to modified files on your child theme. Could you please update header.php and footer.php files on your child theme and check if that helps?
Best regards,
YigitAugust 10, 2021 at 4:46 pm in reply to: Help me, please.Enfold Theme:There has been a critical error on this website. #1316103Hi Alan,
I have replaced /enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php file with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_6_1/class-shortcode-template.php in Appearance > Editor.
Our devs have fixed the issue and it will be included in upcoming version.
Best regards,
YigitAugust 10, 2021 at 2:21 pm in reply to: lightbox stopped working after updating the theme to 4.8.6 #1316076Hi,
You can use (Email address hidden if logged out) but please post login credentials here privately so any available moderator can look into it :)
Best regards,
YigitHi,
Glad you figured it out!
Let us know if you have any other questions and enjoy the rest of your day!Best regards,
YigitHey Heleen,
Thanks for contacting us!
We only provide support to our registered users. Could you please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new thread under Enfold sub forum so we can look into it? :)
Best regards,
YigitAugust 10, 2021 at 1:59 pm in reply to: Headings and bodytext not shown in correct font-family on mobile devices #1316067Hey,
Thanks for contacting us!
I just checked your website on my iphone and it loads fine on my end. I attached a screenshot in private content field below.
Have you figured it out already? :)
Best regards,
YigitHey,
Thanks for contacting us!
Could you please check if you have a server side cache? If you do, please try clearing it and check if that helps :)
Best regards,
YigitHey,
Thanks for contacting us!
You can add new portfolio items and then add Portfolio Grid element to your page to display them in 4 columns. You can find more information here – https://kriesi.at/documentation/enfold/portfolio-grid/ :)
Best regards,
YigitHey Alwin,
Thanks for contacting us!
Yes, that would be possible. Please see – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages :)
Best regards,
Yigit -
AuthorPosts
