Forum Replies Created
-
AuthorPosts
-
Hi,
The Modula plugin isn’t integrated in Enfold so it wouldn’t show up among Advanced Layout Builder elements.
I can see that you can use shortcodes to display your galleries. Please go to Modula > Galleries, copy the shortcode of your gallery, and insert them in your pages using the Code Block element (https://i.imgur.com/6a3SkyP.png).
Regards,
YigitHi Thomas,
No worries at all! Thank you for the update :)
We’ll keep the thread open. Please do let us know if you find that this is related to Enfold.
Regards,
YigitMay 2, 2023 at 5:21 pm in reply to: 5.6 vs 5.5 upgrade breaks site – functions.php avia_lang_setup(); #1406222Hi Jason,
Yes, please feel free to do so. I couldn’t reproduce the issue on my local and live installations.
Regards,
YigitHey Harsh,
It looks like the PHP ZipArchive Extension is disabled on your server. Please contact your hosting provider and ask them to enable it.
After that, importing demos should work. Let us know if it doesn’t.
Best regards,
YigitMay 2, 2023 at 5:12 pm in reply to: 5.6 vs 5.5 upgrade breaks site – functions.php avia_lang_setup(); #1406219Hi @liebherz55,
Please share FTP logins privately as well. If you do not know your FTP credentials, you can contact your hosting provider and they can assist you with that.
Regards,
YigitMay 2, 2023 at 5:02 pm in reply to: 5.6 vs 5.5 upgrade breaks site – functions.php avia_lang_setup(); #1406214Hi,
@liebherz55 Please check the error log and let us know the error you are getting. Please also see https://wordpress.org/documentation/article/debugging-in-wordpress/.If you’d like us to look into it, please post temporary WP admin and FTP logins here privately.
Regards,
Yigit-
This reply was modified 2 years, 5 months ago by
Yigit.
Hi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey,
Could you please create a staging copy of your site and send us a link to your login page and admin login credentials so we can update Enfold there and investigate the issues?
Best regards,
YigitHey,
Please share a screenshot showing the issue and send us a link to your website and admin login credentials so we can inspect the issue.
Best regards,
YigitHi,
I updated the code to the following one and it worked:
function avf_post_nav_settings_mod($settings) { $settings['is_fullwidth'] = false; $settings['skip_output'] = false; return $settings; } add_filter('avf_post_nav_settings','avf_post_nav_settings_mod', 999, 1);
Please review your website.
Regards,
YigitHey Thomas,
Do you have any modifications on this site? Did you try deactivating all active plugins except for WooCommerce and check if that makes a difference?
I tried to reproduce the issue but editing the product and selecting a new category or selecting a newly created category doesn’t change the breadcrumbs of the single product on my local installation.
Could you let us know the steps if we need to take specific ones to reproduce this issue?
Best regards,
YigitMay 2, 2023 at 3:51 pm in reply to: Bottom parts of submenus hidden/inaccessible in mobile burger menu’s overlay #1406197Hi Gary,
Thank you for the update.
It sounds like it was a caching issue because if anyone from the team worked on your site, we’d inform you.
I’m happy that issue was resolved. Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
I shared the download link in the private content field.
You can refer to this post https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo and manually import the demo.
Best regards,
YigitHi,
Post nav is disabled on portfolio items that has fullwidth elements by default.
To enable it, please add the following code to the Functions.php file of your child theme in Appearance > Editor:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }
Best regards,
YigitMay 2, 2023 at 3:35 pm in reply to: 5.6 vs 5.5 upgrade breaks site – functions.php avia_lang_setup(); #1406193Hey!
Thanks for the report.
I updated Enfold using the auto-update function in WP but I couldn’t reproduce this issue.
Which version of PHP and WP are you using? Are you using a child theme and if you are, was it the active theme when you updated Enfold?
Please share more details so we can try to reproduce the issue.
Best regards,
YigitHey Greg,
I can see the issue only when I’m not logged in so this looks like a plugin conflict. I attached a screenshot in private content field.
Please firstly update Enfold to the latest version 5.6 (https://kriesi.at/documentation/enfold/theme-update/) and check if that resolves the issue. If it doesn’t, please try deactivating all active plugins to see if it’s a plugin conflict. You can then activate them one by one to find the culprit.
Best regards,
YigitHi,
It looks like your website is down at the moment.
Which hosting provider are you using? Which demo are you trying to import? Did you try importing the demo manually (https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo)?
Regards,
YigitHi,
Enfold is sold exclusively on ThemeForest/Envato and currently, they do not offer such a license type. To install Enfold or any other theme from ThemeForest on 200+ sites, you’d need to purchase a separate regular license for each site.
If you decide to go with Enfold, we’d offer you a discount for your bulk purchase.
Regards,
YigitHey,
Please go to Enfold theme options > Performance and disable CSS and JS file merging and compression, save theme options, clear any server-side, plugin-based, and browser caches, and check if that helps.
If it doesn’t, please create temporary admin logins and post them here privately so we can look into it.
Best regards,
YigitHi T,
It must have been a cache issue. Glad it is working fine now.
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitApril 26, 2023 at 10:39 am in reply to: 20i Hosting IP Addresses blocked by your hosting which disables demo installs #1405681Hey,
Thanks for the update.
We’ve forwarded the message to Kriesi.
Best regards,
YigitHi,
Please add the following code to the Quick CSS field as well
#top #header #menu-item-search a::after { content: ' Search'; font-size: 20px; position: relative; top: -5px; }
Best regards,
YigitHi Jaap,
The Product Purchase Button element seem to be causing this issue. Removing it from the product resolves it. I couldn’t reproduce the issue on my local installation.
Could you share FTP logins here privately as well? We may need to pass this thread over to our developers.
Best regards,
YigitHi Tim,
Thanks for your feedback!
To be honest, I think the current behavior is better for user experience because if the links are disabled when the search window is open, then users would need to click twice to navigate away. The search icon can be used to close the search window.
That being said, I forwarded your request and shared a link to this thread as a reference. We’ll let you know when we have an update :)
Best regards,
YigitHi,
I created a #featuredpartners tab and #featuredworks tab on the home page of the site. But, once I go to the About Us page or the Contact page, the top tabs featured partners and featured works will not take you back to the home section where the featured partners are listed or the images for the featured works.
Please refer to this post and display a different menu on your home and inner pages: https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages. You can either use the plugin solution or the custom code solution posted on that page.
Also, the contact form is not working as far as sending the email.
Please refer to this post: https://kriesi.at/documentation/enfold/contact-form/#troubleshoot
I just purchased the enfold theme that comes with 6 months support but when I add the code to the enfold theme, it will not take it. Please help.
I also manage another website that uses a your envato activation code. Which was working and now says it is not. Why?It looks like your Personal Token is not verified in Enfold theme options > Theme Update. Purchase Code and Personal Token are not the same. You’d need to generate a Personal Token to register your theme.
Please refer to this post https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token, generate a new token and insert it in Enfold theme options.
You can use your Purchase Code to register to our support forum https://kriesi.at/support/register/ and after that you can start new threads under Enfold sub forum https://kriesi.at/support/forum/enfold#new-post.
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,
YigitHey,
I couldn’t reproduce this issue on initial load and after refreshing you page couple of times.
Are there any specific steps we need to take to reproduce the issue? Are you experiencing this issue on a page other than the Custom Web Application Development page?
Best regards,
YigitHi,
Did you try using the Image element to add your PNG icons to your page? If you did, what was the problem with this approach?
Best regards,
Yigit -
This reply was modified 2 years, 5 months ago by
-
AuthorPosts