Forum Replies Created
-
AuthorPosts
-
Hi,
Great! Glad we could help :) Let us know if you have any other questions or issues!
Best regards,
YigitHey,
Thanks for contacting us!
Instagram has restrictions on shared servers.
We are going to implement Smash Balloon Social Photo Feed plugin in upcoming version as an alternative for users whose websites are on shared servers and for users who would like to have more options displaying their feed. So, please consider using this plugin Smash Balloon Social Photo Feed plugin :)Cheers!
YigitHi Oriano,
No worries at all, we are here to help :)
Glad it is back to normal!
You have enabled file merging and compression in Enfold theme options > Performance. However it seems that your server is caching WP database options and returning that cache instead of the last updated values.
As we save the generated filenames in WP database options Enfold gets the wrong info that the merged files do not exist and therefore creates new ones on every pageload.
By adding the code, you are replacing timestamp with “my_stamp” which stops creation of new merged files on page load.You can either keep the code in functions.php file of your child theme or disable file merging and compression in Enfold theme options > Performance and use a plugin such as Autoptimize instead.
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 :)
Best regards,
YigitHi,
I noticed syntax error and fixed my code. Could you please try updated code?
Best regards,
YigitHi,
I am not sure if this is going to work with your shortcode but could you please try adding following code to bottom of Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { $logo = do_shortcode( '[bodymovin anim_id="18" loop="true" width="300px" height="300px" align="center"]' ); return $logo; }Best regards,
Yigit-
This reply was modified 6 years ago by
Yigit.
Hi,
After flushing cache you can enable it once again and it should work fine :)
You are welcome! Let us know if you have any other questions or issues!
Best regards,
YigitHey Oriano,
Thanks for contacting us :)
This seems to be the issue on your server as well – https://kriesi.at/support/topic/dynamic_avia-making-way-too-many-calls/#post-1182734. Could you please try adding following code to bottom of Functions.php file of your child theme in Appearance > Editor
function my_custom_merged_files_unique_id( $uniqid, $file_type, $data, $enqueued, $file_group_name, $conditions ) { return 'my_stamp'; } add_filter( 'avf_merged_files_unique_id', 'my_custom_merged_files_unique_id', 10, 6 );After adding the code, please go to Enfold theme options > Performance and check “Delete old CSS and JS files” at the very bottom and save changes. After applying the changes, please check with your hosting provider to confirm :)
Cheers!
YigitHi,
Thanks for contacting us!
1- Enfold demos are not optimized. We have optimized Enfold 2017 demo while creating this post – https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow. You can find optimized demo here – http://test.kriesi.at/pagespeed-100/ and test it. Please read the post as well :)
2- Yes, you can simply go to Enfold theme options > Demo Import and import any demo you like – https://kriesi.at/themes/enfold-overview/ with a single click within a few minutes.
3- Enfold is fully compatible with WPML. Some of our users are using other multilingual plugins like Polylang as well.
4- There is already a Google Analytics field in Enfold theme options > Google Services tab. For other scripts you can refer to this post – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section.
5- Yes, Enfold is GDPR ready. You read more here – https://kriesi.at/documentation/enfold/privacy-cookies/
6- It is however we would recommend you to use a SEO plugin such as Yoast SEO.
7- Yes, Enfold has a blog section and you can display them in various styles.
I hope that helps. Let us know if you have any other questions :)
Best regards,
YigitHi,
Sorry for the late reply!
This is the only post I could find – https://wordpress.org/support/topic/scroll-effects-conflicts-with-elementor-scrolling/#post-10602349. It requires changes on Elementor files. I am not aware if there are any alternatives though.
Best regards,
YigitHey!
Glad you figured it out!
Let us know if you have any other questions or issues :)
Best regards,
YigitHey Oliver,
Thanks for contacting us!
Could you please go to Autoptimize settings, disable minify feature, flush cache and check if that helps?
Cheers!
YigitHey,
Deleting } before /* Poenotenje slik */ breaks CSS so I added it. Now icons are showing up fine and I cannot see prices in your catalog.
Could you please review your website and elaborate on the issue if it is not fixed?
Regards,
YigitHey,
Thanks for contacting us!
I searched your email in our database however it was not found. Could you please post your purchase code here privately so we can reset your forum account?
In case you have not registered to our support forum using your purchase code, you can do so here – https://kriesi.at/support/register/ and after logging in, you can start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)
Best regards,
YigitHi,
Then it must be one of the plugins causing the issue. Could you please try de-activate them all and activate one by one to find the culprit?
Best regards,
YigitHi,
I edited your code in Functions.php file and changed it to following
// Register new icon as a theme icon add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['whatsapp_icon'] = array( 'font' =>'whatsapp-font-icon', 'icon' => 'ue800'); return $icons; } //Adjust icons add_filter('avia_filter_social_icons', 'avia_filter_social_icons_mod', 10, 1); function avia_filter_social_icons_mod($icons) { $icons['Whatsapp'] = 'whatsapp_icon'; return $icons; }Please review your website :)
Best regards,
YigitHi,
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 :)
Best regards,
YigitHi Chris,
I went to Enfold theme options > Performance and disabled file merging and deleted old CSS and JS files. Could you please check again?
Best regards,
YigitHi,
I noted and I will share beta version when it is available :) Thanks!
Best regards,
YigitHi,
Could you please contact your hosting provider and ask them to increase “Max_input_time” to “60”? It currently seems to be set to “-1”. Images should import correctly after that :)
Best regards,
YigitHi,
It shows up fine on my end. Have you cleared cache on your mobile browser?
In second screenshot you can see the color issue I mention.
Best regards,
YigitMarch 10, 2020 at 10:05 pm in reply to: Easy Slider Caption Text not responsive in Tablet Landscape view #1192028Hi,
Glad it is right! It was probably because mobile sliders caption sizes were default.
If you run into that issue again, feel free to start a new thread and we will look into it :)Best regards,
YigitHi Nate,
Sorry for the late reply!
While we are inspecting the issue, could we reset your database and try to re-import the demo?
Best regards,
YigitHi,
Could you please post temporary admin logins here privately as well so we can check backend?
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHi,
@ckerr44 I replied to your thread – https://kriesi.at/support/topic/enfold-error-log-crashing-site/. Let us continue there.Best regards,
YigitHey,
Please try adding following code to bottom of Functions.php file in Appearance > Editor
function my_custom_merged_files_unique_id( $uniqid, $file_type, $data, $enqueued, $file_group_name, $conditions ) { return 'my_stamp'; } add_filter( 'avf_merged_files_unique_id', 'my_custom_merged_files_unique_id', 10, 6 );Best regards,
YigitHi,
Glad you figured it out!
Let us know if you have any other questions or issues :)
Best regards,
YigitHi Karl,
Could you please check if cookies are turned off in your browser settings? I checked your website once again and I am still able to toggle cookie options. Attached a screenshot in private content field.
Regards,
YigitHey,
Could you please post a link of your website?
Please make sure that you are using the latest version of WordPress and Enfold which is currently 4.7.3 – https://kriesi.at/documentation/enfold/theme-update/.
Cheers!
Yigit -
This reply was modified 6 years ago by
-
AuthorPosts
