Discussion on Enfold - Responsive Multi-Purpose Theme

Discussion on Enfold - Responsive Multi-Purpose Theme

By
Cart 271,341 sales
Recently Updated
Well Documented

Kriesi supports this item

Supported

13818 comments found.

Hi there, I’ve recently updated the theme at: http://www.tonicbd.com and I can’t see the Twitter icon in the header now. LinkedIn is still there though.

Can you take a look please?

Yeet Author Team

Hi,

Thanks for contacting us!

Please replace the content of enfold\framework\php\function-set-avia-frontend.php with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/framework/function-set-avia-frontend.php in Appearance > Editor.

Please do not forget to make a backup of the original file for fallback and clear server and browser cache.

If you would like us to update the file for you or if you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Fix will be included in upcoming update :)

Regards, Yigit

Many thanks Yigit! :)

Will get this updated.

Do you have an idea when the next theme update will be?

Yeet Author Team

Hi,

We decided to release new version after holidays however 4.6.4 Beta version is available. If you would like to receive it, please start a thread on our support forum – https://kriesi.at/support/ and request it so we can send it to you :)

Regards, Yigit

When I add a new page the Layout > Header visibility and transparency is set to No transparency. Where’s the header theme options?

Yeet Author Team

Hi,

Thanks for contacting us!

1- They are in Enfold theme options > Header

2- Please go to Enfold theme options > Blog Layout and disable “blog dates” under “Blog meta elements”

3- Could you please elaborate? I can see title on your post at the moment.

4- Could you please post a link to exact demo page?

If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

Please see specific questions.

1. I see Header Style with three options, but I dont see in Enfold theme options > Header where the six different choices are. ‘No transparency’, ‘Transparent header’, ‘Transparent Header with border’ etc

2. Yes, blog dates is removed form the single posts, but my question pertians to the link I sent to the Blog index. Should I just use CSS? https://www.bigsurcannabotanicals.com/blog/

3. Got it — Header Title and Breadcrumbs

4. I just need a recommendation for featured image sizes. I want to make them all the same size. https://kriesi.at/themes/enfold-2017/2014/08/24/a-nice-entry/

Yeet Author Team

Hi,

1- You can edit your pages and find the option under Layout section – https://imgur.com/a/lLDR12h. If you would like to set certain header type as default, please refer to this post – https://kriesi.at/documentation/enfold/header/#set-transparent-header-as-default-header-style

2- Yes, please add following code to Quick CSS in Enfold theme options > General Styling tab
span.av-masonry-date {
    display: none;
}

3- Glad you figured this one out!

4- Default size for featured images with sidebar are 845×321px and 1210×423px for featured images without sidebar.

I hope these help! If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

I encountered an error when the social network icon is not displayed. See photo: https://i.imgur.com/XKQAYLC.png

Yeet Author Team

Hi,

Thanks for contacting us!

Please replace the content of enfold\framework\php\function-set-avia-frontend.php with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/framework/function-set-avia-frontend.php in Appearance > Editor.

Please do not forget to make a backup of the original file for fallback and clear server and browser cache.

If you would like us to update the file for you or if you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Fix will be included in upcoming update :)

Regards, Yigit

Thanks, I fixed this error according to your instructions

Hey Yigit

Being af long time customer of Enfold with several licenses just a little encouragement to always comment on bad Reviews and always keep answers to Comments updated.

Potential buyers and customers (who are not programmers or WP-experts) pay mainly for convenience and to feel SAFE with a theme.

To feel safe (and not worry about the funcionality or whether or not a theme is being discontinued) you as a customer need to see not only Comments but also really bad Reviews adressed, handled, commented out - so that potential customers see, that a bad review maybe is more about the “reviewer” than about the theme.

All the best

Yeet Author Team

Hi,

Thank you!

I try to reply each comment in a timely manner but sometimes i get carried away working on the forum. I will surely pay more attention.

Most bad reviews we receive are sadly related to issues arise from server configurations. I try to reply and correct the misunderstanding because i understand how frustrating it could get for users. I am trying to redirect all Enfold users to our support forum too, as most bad reviews are from users who have never started thread on our support forum :)

Thanks for the encouragement! I appreciate it :)

Regards, Yigit

Hi friends,

I’m using Enfold with a multilingual website (translation plugin is Polylang). In the Enfold settings, it asks me “Where do you want to display the blog”, and I created a “Blog” page just for that.

However, when I go in this section, both my French and English versions of all posts appear there. https://gopyrate.com/blog

I’d rather have /fr/blog and /en/blog, and have each pages display only this language, but I haven’t found how.

Can anyone help?

Yeet Author Team

Hi,

Thanks for contacting us!

You could try following work around:

- Please go to Enfold theme options > Blog Layout > Blog Layout and choose to use Advanced Layout Builder to create your blog page

- Edit your posts and add them in new categories such as “Fr” and “En”

- Edit your blog page and insert Blog Posts element and choose to display only certain categories, only “Fr” category in French version and only “En” in English version. I hope that helps! :)

If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

Thanks a bunch, I’ll give it a try today!

Hi, I have a question – how to make a font larger than 120 px in a full-screen slider? In Caption Title Font Size I can only set 120 px ;/

Yeet Author Team

Hi,

Thanks for contacting us!

Please go to Enfold theme options > Layout Builder and enable developer options – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements and then edit your Slider and give it a custom ID (“custom-font-size” in my example) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling
#custom-font-size h2.avia-caption-title {
    font-size: 140px!important;
}

If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

Same as mrkingid… social icons aren’t showing in menu (or anywhere else for that matter) with the exception of RSS. Even custom ones are failing

Yeet Author Team

Hi,

Thanks for contacting us!

Please update enfold\framework\php\function-set-avia-frontend.php with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/framework/function-set-avia-frontend.php in Appearance > Editor.

Please do not forget to make a backup of the original file for fallback and clear server and browser cache. If you would like us to update the file for you, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

Can verify that this works perfectly!

Odd. Just noticed that social icons not showing in menu using 4.6.3.1

Yeet Author Team

Hi,

Thanks for contacting us!

Please update enfold\framework\php\function-set-avia-frontend.php with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/framework/function-set-avia-frontend.php in Appearance > Editor.

Please do not forget to make a backup of the original file for fallback and clear server and browser cache. If you would like us to update the file for you, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

Is your Enfold 4.6.3.1 theme compatible with woocommerce 3.8.x?

Yeet Author Team

Hi,

Thanks for contacting us!

No, currently it is not fully compatible. Please kindly wait for Enfold 4.6.4 to update WooCommerce to version 3.8.

If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

I just upgraded the enfold to (4.6.3.1) and the videos in my portfolio page turn black. Kindly asking to redirect me to fix it. Where did i make wrong. My support expired by the way. Thanks

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please start a thread on our support forum – https://kriesi.at/support/ and attach temporary admin logins in private content field so we can look into it? :)

Regards, Yigit

Hello! I’m using the theme for a protfolio site. I have a portfolio grid with lightbox and I would like viewers to open one photo and scroll only the photos in the category they’ve chosen, and not every photo of every category in the portfolio. Is it possibile? Thank you in advance. Silvia

Yeet Author Team

Hi,

Could you please start a thread on our support forum – https://kriesi.at/support/ and elaborate on the changes you would like to make? :)

Regards, Yigit

Hello Yeet,

First you told here on the comments that the update date was changed for black Friday in Envato, then 7 days ago you said that there would be an update in a week or so, 2 day ago you said again in a week or so.

What is a week or so means for you? When is the real date to expect this update an fixes who are realy needed?

Thanks.

LevtCreative

Yeet Author Team

Hi,

Thanks for contacting us!

We are almost ready for next release however some fixes/improvements take longer time than expected therefore we are not able to give an exact date. Week or so was my guesstimate after checking with our devs. I will check with Kriesi and inform you :)

In the meantime, if you need to apply a fix, please start a thread on our support forum – https://kriesi.at/support/ and elaborate on the issue so we can provide you the fix/updated files :)

Regards, Yigit

is it possible to have the “go to next or prev item arrows” in a portfolio page that have Fullwidth Easy Slider header ??

Yeet Author Team

Hi,

Thanks for contacting us!

Please add following code to Functions.php file 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;
}
Post nav is disabled on portfolio items that has fullwidth elements by default.

If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

What a start…. i hope it doesnt continue like that.

1: Cant register in your forum – no password/confirming mail

2: The information here is 100% wrong: ” If it still does not, feel free to send us your verification key via this contact form and we will register you manually.”

But there is no contact form you could do that

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please start a pre-sale question thread here – https://kriesi.at/support/pre-sale-question/ and attach your purchase code in private content field so we can reset your forum account? :)

Regards, Yigit

Huge thanks Enfold and Kriesi team! I see new update Dec. 8th could you please update changelog. Thx

Yeet Author Team

Hi,

Thanks for contacting us!

We are planning to release the latest version of Enfold within a week or so. This update was only to reflect Black Friday and Cyber Monday deal and theme files were not updated therefore no changes to add in change log :)

If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

Why isn’t Api automatic updates isn’t working any more. I have several enfold licenses and they no longer connect with Envato.

Yeet Author Team

Hi,

Thanks for contacting us!

Are you using Enfold version older than 4.5? If so, please refer to this post – https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/ and update the theme via FTP manually. Envato has updated their API and we have implemented those changes in Enfold 4.5 therefore auto update does not work on older versions.

If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

Your support site isn’t working. Please fix it.

Yeet Author Team

Hi,

It is working fine on my end and other users are able to start new threads and reply. Please try once again :)

Regards, Yigit

Hi! I have a problem aligning Massonry Gallery. How do I align it to the center of the screen?

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please start a thread on our support forum – https://kriesi.at/support/ and attach a link to your page and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and attach the links in your thread :)

Regards, Yigit

Hello dear authors, I would like to install the new updates. which license do I need? I already have an expired license of enfold.

Yeet Author Team

Hi,

Thanks for contacting us!

You do not need to purchase a new license for updates, updates are already included in your purchase :) You can refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update the theme to the latest version.

If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support/ :)

Regards, Yigit

Enfold Theme Options->General Layout->Content | Sidebar Ratio this can not work… please help me to resovle it

i use WordPress 5.0.7

.Portfolio 3 Column Ajax can not be used? please help me/

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please start a thread on our support forum – https://kriesi.at/support/ so we can look into it? :)

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