Discussion on Enfold - Responsive Multi-Purpose Theme

Discussion on Enfold - Responsive Multi-Purpose Theme

By
Cart 269,950 sales
Recently Updated
Well Documented

Kriesi supports this item

Supported

13768 comments found.

Hi Yeet,

in verson 5.4 in mansory gallery “Large Gap” It does not work anymore.

Also, the background image set in the color section on tablets is still not resized correctly!

Yeet Author Team

Hi,

Please add the following code to Quick CSS in Enfold theme options > General Styling tab

#top .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{
    margin-right: 1px;
    margin-bottom: 1px;
}

#top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry{
    margin-right: 15px;
    margin-bottom: 15px;
}

Regards, Yigit

Perfect, it works. Thanks Yeet!

We have a problem on the site which probably depends on an incompatibility with the new php. Is there a theme update?

Yeet Author Team

Hi,

Thanks for contacting us!

We have released the new version 5.4 yesterday :) Which version are you using?

Regards, Yigit

Hi, will this theme run fine on MariaDB 10.6? Thanks.

Yeet Author Team

Hi,

Thanks for contacting us!

Yes, it would work fine. I see that you already have Enfold license. Please test it on a test installation to be on the safe side :)

Regards, Yigit

Do you have a version for News website ?

Yeet Author Team

Hi,

Thanks for contacting us!

No, we do not have a demo specifically for News websites however Enfold has elements such as Magazine element: https://kriesi.at/themes/enfold-2017/elements/magazine/ that you can use to create a news website :)

Regards, Yigit

Looks good, thanks

Greetings and thanks in advance, I have installed a Creative Estudio demo and I cannot modify the font of the paragraph or its transparency in the general styles. I would like to know if it is an error and how I can solve it. Thanks … It is an excellent theme, it has never given me problems, I recommend it without a doubt

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please go to Enfold theme options > Performance and temporarily disable “CSS file merging and compression” option if it is enabled, save theme options and check if that helps?

If you have added custom CSS, please also check it for errors using this website: http://csslint.net/ :)

Regards, Yigit

Thanks in advance I haven’t added custom css I did what you recommended and I can’t fix the problem. I can’t change the font and transparency that is installed with the Cretive studio demo. Could you tell me where the .css of that demo are so I can modify it manually, thanks

Yeet Author Team

Hi,

That should not be necessary. Could you please start a pre-sale question thread: https://kriesi.at/support/pre-sale-question/ and attach temporary admin login to your website in the private content field and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com and attach the links in your post :)

Regards, Yigit

A thought…. I noticed when using Woocommerce there is some integration. Now on the product pages the image gallery looks normal per say but does not perform the same way. You can’t mouseover the thumbnails and change what image shows in the main product image section like what you see on most sites. Adding one manually of course would work but in regards to woocommerce that would take alot of work. Would it be possible to get the product gallery to work that way instead of just opening a lightbox? Maybe do both…. mouseover effect and click to get lightbox.

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please go to Enfold theme options > Shop Options > Product gallery and change it to “WooCommerce 3.0 product gallery” option and check if it works for you? With that option, main image would change to the one you clicked in the gallery, instead of hover. Not exactly what you requested but a pretty close one :)

Regards, Yigit

Hello there – i can’t see light fonts icons when i import demo Enfold Creative Studio. Do you know why ? Can you send me the icons fonts zip ? Thxs

ok perfect – thxs

Hello, I am having troubles with removing calls to fonts.googleapis.com / fonts.gstatic.com despite having gone through various recommended procedures. Can you help? I renew support but was not aware I would not receive a license key and had to make a call here instead. Thank you.

Yeet Author Team

Hi,

Thanks for contacting us!

You can login on our support forum and then go to – https://kriesi.at/support/forum/enfold#new-post and re-validate your existing purchase code to re-activate your forum account.

Please do so and then start a new thread and post temporary admin logins in private content field so we can look into it :)

Regards, Yigit

Hi, there is an ilegal website that are selling your product without your consent and funny thing that they encoded functions file and limit it to one domain per buyer ! They are putting license on your work and selling it . They sold 200 copies by far. We are doing legal steps to take this ugly site down you may want to do something about it yourself if you care about your good work. These should be your clients not theirs!
https://www.rtl-theme.com
Regards

Yeet Author Team

Hi,

Thanks for letting us know! We will take necessary actions.

Regards, Yigit

Hi Yigit, my php error log reports recursively: PHP Warning: explode() expects parameter 2 to be string, array given in /.../config-wordpress-seo/config.php on line 230 PHP Warning: array_merge(): Expected parameter 1 to be an array, null given in /.../config-wordpress-seo/config.php on line 236 PHP Warning: Invalid argument supplied for foreach() in /.../config-wordpress-seo/config.php on line 291 WP: 6.1.1 PHP Ver. 7.4.33 Theme Ver. 5.3

Yeet Author Team

Hi,

Please make sure that you are using the latest version of Yoast SEO and upgrade PHP version to 8.0.x

Regards, Yigit

Unfortunately any php version since 8 causes fatal errors in wpml

I saw that in version 5.3.1.1 the problem should be fixed. Good.

Good Morning,

I was wondering if there is a way to display the site title/tagline. I looked through the documentation and searched around online but none of the potential solutions I saw worked. We are running the child theme, version 5.2.1 of the main theme also.

Thanks!

Hey; thank you! We want to display it next to our logo in the header. We have the text setup in the Customize area, but it’s currently only showing a logo. Is there a theme setting controlling this somewhere?

Yeet Author Team

Hi,

You can refer to this post – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and add a widget area to your header.

If you need assistance with it, please start a thread on our support forum and attach temporary admin logins in private content field :)

Regards, Yigit

Thank you!! I’ll give it a try and go from there. I appreciate it!

Hi Yeet, other thing: with reference to this post https://kriesi.at/support/topic/enfold-color-section-background-image-resizing-on-tablet/#post-1366112, I confirm that even with version 5.3 the problem persists. Now my site is online and maybe you can do some checks. If you want (tell me where) I can send you detailed screenshots. Lion

???

This problem has not been fixed in version 5.4

What do you need to verify this thing? Do you want to do a parallel installation with admin access for you?

Hi Yeet, I tried to remove tooltip on hover from mansory gallery grid in this way: function remove_title_tooltip_mansory_gallery(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_title_tooltip_mansory_gallery'); but this remove title from lightbox image also. Is there a way to remove title only in grid? Thanks in advance Lion

Yeet Author Team

Hi Lion,

Thanks for contacting us!

Please replace the code with following

function remove_title_tooltip_mansory_gallery(){
?>
<script>
jQuery(window).load(function(){
jQuery('.av_masonry a').removeAttr('title');
jQuery('.av_masonry img').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'remove_title_tooltip_mansory_gallery');

Regards, Yigit

This code doesn’t work for me. My code remove title tooltip on hover in grid and title at the bottom of the lightbox image, this not remove nothing. I need to remove only tooltip on mouse hover in grid…

My license code is not working. I can’t update the theme automatically, I always have to update it manually.

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please try using Envato Market plugin – https://www.envato.com/lp/market-plugin/ and check if it works with the plugin? Also, please make sure that all required permissions are enabled – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token :)

Regards, Yigit

Thanks Yigit, It has been updated without any problems.

I will create wl-carousel owl-services help me please

Yeet Author Team

Hi,

Thanks for contacting us!

Enfold already has responsive sliders and if you want to use Owl Carousel, you can try using this plugin – https://wordpress.org/plugins/lgx-owl-carousel/.

If that is not what you need, could you please start a thread on our support forum – https://kriesi.at/support and elaborate? :)

Regards, Yigit

I have a license and I have a login for the support forum. I don’t see anywhere to post a question. So, I’m asking here…
I need to make some minor adjustments to the woocommerce checkout page, but a little more than just turning fields on and off. Is there a recommended plugin or method that works well with Enfold?

Yeet Author Team

Hi,

Thanks for contacting us!

You can register to our support forums using your purchase code and after logging in, start new threads under Enfold sub forum :)

We have not tested such plugins with Enfold therefore I cannot really recommend a plugin but depending on what you need, we may be able to help you using hooks. Please start a thread on our support forum and post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com and attach the links :)

Regards, Yigit

Thank you. I just posted in the support forum.

Dear Developer After version 5.1.1, the template has problems with different versions of the Yoast SEO plugin and an error is received in the avia_Builder.js and avia_analytics_js files. Please fix this in the new update. best reguards

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please update Enfold to the latest version 5.2.1 and check if that helps? :)

Regards, Yigit

How can support be so slow? I asked for a refund, no one is answering. I bought 2 (two) licenses. I just wanted 1 (one) :) please respond!

Yeet Author Team

Hi,

Thanks for contacting us!

Refund requests are processed by Kriesi. We will notify him :)

Regards, Yigit

Still no word from you or Kriesi…

This is very bad support. Still no word from you or Kriesi…

Hi guys, hope you are well. My site crashed due to php issues. I downloaded the latest version of enfold and reinstalled it and it fixed the site. But now I have problems activating my plugins. I getting these errors:

Warning: require_once(/home/khandafi/public_html/flower.org.za/wp-content/plugins/easy-property-listings/lib/compatibility/wp-functions-compat.php): failed to open stream: No such file or directory in /home/khandafi/public_html/flower.org.za/wp-content/plugins/easy-property-listings/easy-property-listings.php on line 173

Fatal error: require_once(): Failed opening required ’/home/khandafi/public_html/flower.org.za/wp-content/plugins/easy-property-listings/lib/compatibility/wp-functions-compat.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) in /home/khandafi/public_html/flower.org.za/wp-content/plugins/easy-property-listings/easy-property-listings.php on line 173

Please help

Yeet Author Team

Hi,

Thanks for contacting us!

The issue seems to be related to easy-property-listings plugin. Plugin might not be compatible with your PHP version. If there is an update available for the plugin, please update it. If there is not, please contact plugin authors :)

Regards, Yigit

No, its all of the plugins?

Hello guys, hope you are well. I really need some urgent assitance. My site has gone down and I cant login to wordpress. When I debug I get this error:

Warning: require_once(config-wpml/config.php): failed to open stream: No such file or directory in /home/khandafi/public_html/flower.org.za/wp-content/themes/enfold/functions.php on line 29

Fatal error: require_once(): Failed opening required ‘config-wpml/config.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) in /home/khandafi/public_html/flower.org.za/wp-content/themes/enfold/functions.php on line 29

Any suggestions? Your assistance will be greatly appreciated.

pls ignor this request

Yeet Author Team

Hi,

Glad you figured it out!

Let us know if you have any other questions and enjoy the rest of your day :)

Regards, Yigit

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey