Discussion on Enfold - Responsive Multi-Purpose Theme

Discussion on Enfold - Responsive Multi-Purpose Theme

By
Cart 270,272 sales
Recently Updated
Well Documented

Kriesi supports this item

Supported

13775 comments found.

Hello, it looks like we cant get updates – “Theme Updates No Updates available. You are running the latest version! (4.7.6.4).” Whereas the latest is way pass this. Whats the best way to go through this please?

Yeet Author Team

Hi,

Thanks for contacting us!

Could you please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and make sure that you have enabled all required tokens? If you are, please try using this plugin and check if that helps – https://www.envato.com/lp/market-plugin/ :)

Regards, Yigit

thx the envato plugin worked, cheers

I show the thread of conversation again and I am awaiting your response

Hi

How could I tag the page titles in “h1”

The site is: https://cursos-tpc.es/. Example: https://cursos-tpc.es/cursos-tpc-20-y-6-horas/tpc-albanileria/

I am awaiting your response

Thanks in advance

Regards

Hi,

Thanks for contacting us!

Sidebar navigation shows up on nested pages automatically. Please make sure “Page Sidebar navigation” option is enabled in Enfold theme options > Sidebar Settings :)

Regards, Yigit

Thanks! But…

I am sorry but I don’t see the relationship :(

We would like all the pages of the site to have their titles in h1. In the example page it would be: “h1” TPC-ALBANILERIA ”/h1*” and so should be displayed by the source code of the URL.

I am awaiting your response

Thanks in advance

Regards

P.D. I notice that it did not show the h1 tags

Could you answer me?, please

Yeet Author Team

Hi,

Would you like to change Li tag into H1 tag in side navigation menu? If so, you would need to write a custom walker class for “avia_sidebar_menu” function located in functions-enfold.php file.

If you would like to display current page title in H1, you can simply go to Enfold theme options > Header and choose to display title in “Header Title and Breadcrumbs” field.

I hope I understood correctly this time :)

Regards, Yigit

Thanks Yigit

The second option, ssolves the indicated problem.

Regards

Hi, Why I follow all steps in your documentation to import a Shop demo, but it does not look like on the live site??? I am not saying about the product images!!! When I try with an older version of Enfold (4.7) with old WooCommerce (3.6.3) and old Wordpress(5.2.2), the Demo import works perfectly 100%! But Demo import does not work correctly with the latest Enfold(4.8.8) on Wordpress 5.8.2 & WooCommerce 5.1.2

Hello? Can I get your support???!!!

Hi, why do you not answer??? Is it the way you support the customers that purchased your theme?!!! No reply for 24 hours!!! Cannot understand!

Yeet Author Team

Hi,

It is difficult to tell without seeing the issue and we only provide support through our support forum that is why I kindly asked for you to start a thread on our support forum :)

Please make sure PHP ZipArchive Extension is enabled and server requirements are met – https://kriesi.at/documentation/enfold/hosting-requirement/.

Alternatively, you can try importing demos manually by referring to this post – https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

Regards, Yigit

Hi, I use function av_breadcrumbs_shortcode( $atts ) { return avia_breadcrumbs(array(‘separator’ => ’/’, ‘richsnippet’ => true)); } add_shortcode( ‘av_breadcrumbs’, ‘av_breadcrumbs_shortcode’ ); for av-breadcrumbs short code. after i update to 4.8.8 my theme is broke until i remove this code above. i need this code for breadcrumbs

Yeet Author Team

Hi,

Thanks for contacting us!

Please change your code to following one

function av_breadcrumbs_shortcode( $atts ) {
    return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );
}
add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );

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

Regards, Yigit

The latest update of the theme makes some of my websites crash: critical error. PHP-version etc are fine (7.4 or higher).

It is updated, including the language files. But still a critical error and empty pages.

Yeet Author Team

Hi,

Could you please enable WP debug mode – https://wordpress.org/support/article/debugging-in-wordpress/ and share the error?

Regards, Yigit

Fatal error: Uncaught Error: Call to undefined function avia_breadcrumbs() in /var/www/vhosts/domain.com/httpdocs/wp-content/themes/enfold-child/functions.php:55 Stack trace: #0 /var/www/vhosts/domain.com/httpdocs/wp-includes/shortcodes.php(356): av_breadcrumbs_shortcode() #1 [internal function]: do_shortcode_tag() #2 /var/www/vhosts/domain.com/httpdocs/wp-includes/shortcodes.php(228): preg_replace_callback() #3 /var/www/vhosts/domain.com/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(548): do_shortcode() #4 /var/www/vhosts/domain.com/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/textblock/textblock.php(355): ShortcodeHelper::avia_apply_autop() #5 /var/www/vhosts/domain.com/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1274): avia_sc_text->shortcode_handler() #6 /var/www/vhosts/domain.com/httpdocs/wp-includ in /var/www/vhosts/domain.com/httpdocs/wp-content/themes/enfold-child/functions.php on line 55

Hi, suddenly the magazine element shows the author and the category in the meta data although it’s deactivated in the element settings and the theme options!!! Why? What happened and how to fix that issue?

Yeet Author Team

Hi,

Thanks for contacting us!

Please go to Appearance > Editor and edit enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.php file and replace its content with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_8/alb/magazine.php.

If you would like us to update the file for you, please start a thread on our support forum – https://kriesi.at/support and attach temporary admin logins in private content field :)

Regards, Yigit

Hello, just installed a fresh copy of wordpress and I install the theme, however I got the error “Download of files for dem Medical demo didnt work! You might want to try reloading the page and then try again.” I have tried to install the Medical demo and gym demo all giving the same error. I have reloaded the page multiple times with no result. Please what can be the cause.

Also, can the theme be installed on multiple domains using the same license?

Yeet Author Team

Hi,

Thanks for contacting us!

1- Please contact your hosting provider and make sure PHP ZipArchive Extension is enabled on your server.

2- No it cannot. Each domain requires a separate license.

Regards, Yigit

Thank you very much. Enabling PHP ZipArchive Extension on my server made the demo import work seamlessly.

Yeet Author Team

Hi,

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

Regards, Yigit

Hi

How could I tag the page titles in

? Currently in

The site is: https://cursos-tpc.es/. Example: https://cursos-tpc.es/cursos-tpc-20-y-6-horas/tpc-albanileria/

I am awaiting your response

Thanks in advance

Regards

Yeet Author Team

Hi,

Thanks for contacting us!

Sidebar navigation shows up on nested pages automatically. Please make sure “Page Sidebar navigation” option is enabled in Enfold theme options > Sidebar Settings :)

Regards, Yigit

Hi Yigit,

Thanks! But…

I am sorry but I don’t see the relationship :(

We would like all the pages of the site to have their titles in h1. In the example page it would be: “h1” TPC-ALBANILERIA ”/h1*” and so should be displayed by the source code of the URL.

I am awaiting your response

Thanks in advance

Regards

P.D. I notice that it does not show the h1 tags

Could you answer me?, please

Hi, latest version messed up the ‘magazine’ media container. I have date, author and categories off but it still is showing. Latest WP as well. see it at pleinairbc.com

Yeet Author Team

Hi,

Thanks for contacting us!

Sorry for the inconvenience! Please go to Appearance > Editor and replace the content of /enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.php file with this one – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_8/alb/magazine.php

If you would like us to update the file for you, please start a thread on our support forum – https://kriesi.at/support and attach temporary admin logins in private content field :)

Regards, Yigit

That did the trick. Thank you very much!

I posted this in a recent thread, but haven’t received a response, so I’m going to ask it again. I hope to get a reply soon.

Hello,

Even though I set the Grid Row to “No Border”, the border is still displayed. How can I remove the border?

I think this is related to the problem I had the other day, so I’ll ask here.

Thank you.

Addendum:

The current Quick CSS looks like the following.

after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6, #after_grid_row_1, #after_grid_row_2, #after_grid_row_3, #after_grid_row_4, #after_grid_row_5 {

border: none; }

Oh, the CSS isn’t reflecting correctly!

The current settings are the Quick CSS that you taught me yesterday.

I’m waiting for your reply, but I can’t get any more support?

Is enfold php 8.1 compatible at this time? Please advise. Thank you.

Yeet Author Team

Hi,

Thanks for contacting us!

Enfold is compatible with PHP 8 so there should not be any issues however we have not tested it on 8.1 yet.

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

Regards, Yigit

Hi, do the templates come with the demo content…photos etc? Looking at buying the Enfold construction template.

Yeet Author Team

Hi,

Thanks for contacting us!

Yes, all demos except for the default one ( https://kriesi.at/themes/enfold/ ) come with demo content including photos :)

Regards, Yigit

Hello! Question about contact forms. Are messages left on these forms saved in the database? And how do you set it up? It is difficult to search the technical support forum, but I could not find how to ask my question there. Your technical support is strange. That is why I am asking here. Thanks for the future reply.

Yeet Author Team

Hi,

Thanks for contacting us!

No they are not. Would you like to store the messages sent from the contact form? If so, we would recommend – https://wordpress.org/plugins/flamingo/ plugin as an extension to – https://wordpress.org/plugins/contact-form-7/ plugin :)

Regards, Yigit

I got message saving didnt work when I save the token, and I can’t import the themes demo

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

When I set the background image in the color section, it has a thin line at the bottom of the background image. How can I remove this thin line?

Yeet Author Team

Hi,

Could you please try adding following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
    border: none;
}

Regards, Yigit

Hello,

The problem has been resolved. Thank you very much for your kind support.

Best Regards.

Hello,

Even though I set the Grid Row to “No Border”, the border is still displayed. How can I remove the border?

I think this is related to the problem I had the other day, so I’ll ask here.

Thank you.

Hi I just wanted to know which one is the best or recommended events plugin i can use with Enfold?

Yeet Author Team

Hi,

Thanks for contacting us!

Enfold is fully compatible with The Events Calendar and Events Calendar Pro plugins :)

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

Regards, Yigit

Hi, I am trying to use Alternate Menu for Mobile but it is not displaying. I have created a menu (simple version of main menu) which I would like to use for mobile users. But after clicking on burger menu, screen is blank. When I dissable the option of alternate menu, burger menu (with main menu) is showing. Am I overlooking any settings? Thank you

Yeet Author Team

Hi,

Thanks for contacting us!

Which version of Enfold are you using? If not the latest 4.8.7.1, please firstly update the theme to the latest version – https://kriesi.at/documentation/enfold/theme-update/

Regards, Yigit

Hi Enfold, I have a question regarding a iicense. Does it allow us to redesign the website Enfold is active on? I would like to create a staging copy so I can work on it while the current site remains online. So I would need to have two installations with Enfold on temporarily until i push the staging copy live. Many thanks for your reply.

Yeet Author Team

Hi,

Thanks for contacting us!

You can use the same license on your staging and live site :)

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

Regards, Yigit

Thanks, glad to hear that.

Hi Enfold! I love your theme, it’s one of the best, but some visual effects updates would be nice! :) :)

Yeet Author Team

Hi,

Thanks for your kind words!

We recently updated almost every element in Advanced Layout Builder and extended styling options and added SVG dividers to column elements so it is now possible to uniquely style the elements without using custom CSS. If you meant something more specific, please share examples so I can forward it to our devs for discussion :)

Regards, Yigit

Hi, the template is great! Are you planning to release some new Demos soon in the next versions?

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