Forum Replies Created
-
AuthorPosts
-
Hi,
Please contact your hosting provider and ask them to increase the PHP memory limit to 256M. That should fix the issue.
Best regards,
YigitMarch 14, 2023 at 12:54 pm in reply to: Google reCAPTCHA – Error on connecting to Google reCAPTCHA #1401135Hey,
I checked your website and the Google Maps element is working correctly on your Contact page. I don’t see an error in the theme options either.
Has the issue fixed itself again? :)
Best regards,
YigitHi,
Please have a backup and refer to this post: https://kriesi.at/support/topic/disable-creation-of-multiple-file-resoltuions-on-media-upload/#post-1172543
If you aren’t using a child theme, you can download a pre-built child theme here https://kriesi.at/documentation/enfold/child-theme/.
Regards,
YigitHey,
Please refer to this post: https://kriesi.at/documentation/enfold/optimization/#troubleshoot
Best regards,
YigitHi Philipp,
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,
YigitHi,
You are welcome, Josephine! Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi Philipp,
Tooltips are hidden by the following custom CSS code
/* Hide tooltip */ .avia-tooltip { display: none !important; }
I commented it out and that helped.
Please review your website.
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,
YigitHi T,
I understand your frustration but this is not related to Enfold. This is because we exclusively sell on ThemeForest/Envato and they offer a Purchase Code and Personel Tokens for better management.
Purchase codes are mostly used as proof of purchase (e.g. to register to our support forums) and Personal Tokens are used to update the themes and plugins.
If you’d like to request a simpler process, please feel free to contact the Envato support team.
Best regards,
YigitHey,
You are using Advanced Layout Builder to create your blog posts. When using ALB to create posts, each element needs to be added manually.
You can add a Blog Posts element to the bottom of your posts, edit it, go to Content > Filter > Page Element Filter, and select the “Skip page content entry” option: https://i.imgur.com/e5I6ZFh.png
Best regards,
YigitHey,
Please edit your slide, go to Styling > Font Sizes, click on the mobile portrait icon and decrease the font size: https://i.imgur.com/oTH3Gah.png :)
Cheers!
YigitHey Iain,
You can modify the /enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file on your child theme (https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb), find the following line in the file and add your secondary title
$output .= "<{$heading} class='slide-entry-title entry-title {$css}' {$markup_title}><a href='{$link}' title='" . esc_attr( strip_tags( $title ) ) . "'>{$title}</a></{$heading}>";
Best regards,
YigitHi,
I added the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling
/* Transparent Header For Mobile */ @media only screen and (max-width: 990px) { .responsive.html_mobile_menu_tablet #top #wrap_all #header { position: absolute; } .html_mobile_menu_tablet #top #wrap_all .av_header_transparency { background: transparent; } }
This snippet is from our documentation: https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile
Then, I went to Enfold theme options > Main Menu > Burger/Mobile Menu Styling > Menu Icon Color and set it to white.
Please review your website.
Regards,
YigitHey Josephine,
You defined large default padding for Grid Row Cells but didn’t define any for smaller screens. You can simply edit your Grid Row Cells, go to Styling > Padding, click the mobile portrait icon (https://i.imgur.com/OwGUP1w.png), and define smaller padding values.
If this doesn’t help, please point out the page and the section where you’re having issues and I’ll be happy to help.
Regards,
YigitHey Andreas,
If you follow the instructions here https://kriesi.at/support/topic/masonry-not-displaying/#post-1401005, modifications will not be overwritten during updates :)
Cheers!
YigitHi,
You can contact your hosting provider and ask their support team how to manage the server-side cache.
Best regards,
YigitHi Josephine,
Do you have a cache on the server side? If you have, could you please temporarily disable it and check if that helps? I noticed that hard-refreshing the browser fixes the issue.
Glad you fixed the Google maps issue!
Best regards,
YigitHey Fabio,
Is there the possibility of buying the theme in volume
As far as I know, it’s not possible to add multiple licenses to the cart at once. You’d need to add licenses one by one I’m afraid.
or at a reduced price for buying a pack?
Unfortunately, we aren’t able to create discount coupons on ThemeForest/Envato, so we cannot offer you a discount. However, we might make a general discount next month on Enfold’s anniversary :)
Please feel free to subscribe to our newsletter (https://kriesi.at/newsletter) to know when there’s a discount.
Best regards,
YigitHey,
We recently made changes but they should only affect the sites that are using the Event Tickets Plus plugin.
Please create temporary admin logins and FTP logins for your staging site and post them here privately so we can look into it. Please also post a screenshot or an example showing how the layout should look :)
Best regards,
YigitHey Andreas,
Please post a link to your page where we can see the issue in the private content field. Content shared in the private content field is only visible to you and to moderators.
You can also check the “Set as private reply” option: https://i.imgur.com/9mCrS72.png
Best regards,
YigitHey Andreas,
Please read Ismael’s reply here for the explanation of the issue you are experiencing: https://kriesi.at/support/topic/massonry-gallery-not-loading-properly/#post-1301261
If you’d like to modify the shortcodes.js file on your child theme, please copy it to your child theme into the /js/folder, apply the changes mentioned in Ismael’s post, and add the following code to the bottom of the functions.php file of your child theme
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-shortcodes-js' ); wp_enqueue_script( 'avia-child-shortcodes-js', get_stylesheet_directory_uri() . "/js/shortcodes{$min_js}.js", array('jquery')); } add_action( 'wp_enqueue_scripts', 'ava_change_wp_enqueue_scripts_mod', 100 );
Best regards,
YigitMarch 13, 2023 at 11:09 am in reply to: Theme / Demo und Template: Begriffe und Möglichkeiten #1401004Hi Jan,
I’m glad that Rikard could help!
Let us know if you have any other questions and enjoy the rest of your day.
Best regards,
YigitHi Josephine,
Thanks for the update.
I checked your website however I cannot reproduce the issue. Your homepage was briefly broken but I enabled ALB debugging mode (https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode) and updated your page and that fixed the issue. Editing the page doesn’t break it.
Could you please check if you are able to reproduce the issue? If you can, please let us know the steps and point out the page you’re working on.
Best regards,
YigitHi,
If you experience the issue again, please try deactivating all active plugins and check if that helps. When another user had this issue, it turned out to be a plugin conflict. If it doesn’t, please feel free to start a new thread.
You are welcome. Let us know if you have any other questions and enjoy your weekend!
Best regards,
YigitHi,
Thanks for the update.
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
Our forums are pretty busy at the moment so our response time is longer than the usual. We are working to reduce the response times.
I tried to fix the issues on a private testing page. I attached the link in private content field.
Updating the page after enabling the Auto Repair function in shortcode parser fixed most of the issues but it didn’t fix the separators. I deleted the broken separators and confirmed that adding elements from Advanced Layout Builder works correctly now and doesn’t break the layout on the test page.
Please review the test page I created and if everything is fine on it, copy its shortcode and replace it on your main page.
If something is still not right, please reproduce the issue on it and let us know. Revisions are enabled on your installation, so we can revert back to working version and compare the shortcodes to find out the issue.
Also, I noticed a closing curly bracket in your inline CSS (attached a screenshot in private content field). I’m not sure if they broke your layout but please make sure they aren’t in your inline CSS.
Best regards,
YigitMarch 10, 2023 at 4:21 pm in reply to: PayPal Smart Buttons and Burger Menu (Mobile) Not Working #1400728Hey,
I’m sorry for the delayed response.
1. I tested your website on Safari, Chrome, Opera, and Firefox on Mac and Safari on iPhone but the PayPal buttons show up fine on my end. I attached a screenshot in the private content field.
2. I checked your mobile menu on my iPhone and it shows up and works fine for me. I attached a screenshot of it in the private content field as well.
Have you figured out the issues already?
Best regards,
YigitHi,
Great! Thanks for the update!
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
Yigit -
AuthorPosts