Forum Replies Created
-
AuthorPosts
-
Hey,
I switched CSS file merging and compression to minified only in Enfold theme options > Performance tab and that helped. That should have not been necessary but I am guessing there is a conflict with one of your performance plugins when file merging is enabled.
Could you please review your website? :)
Regards,
YigitHey,
Yes, please update the theme manually – https://kriesi.at/documentation/enfold/theme-update/.
I forgot to mention that Envato has updated their API and we have implemented those changes in Enfold 4.5 so any version older than that requires a manual update first :)
You can have Functions.php file in your child theme but the content of it looks weird.
Best regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
a:where(:not(.wp-element-button)) { text-decoration: none; }Lines were added in WP 6.1 and will be removed in upcoming Enfold update :)
Best regards,
YigitHi,
I see. Could you please try going to – https://kriesi.at/support/forum/enfold#new-post and try to validate your new purchase code?
Regards,
YigitHey,
Thanks for contacting us!
It looks like something is breaking the footer. Is that on a specific page?
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHey Nancy,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.row a { display: block; }Best regards,
YigitHey,
You can find the shortcodes of the page here – https://pastebin.com/jQRWLdNt. Please enable debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and paste the shortcode into debug field right below ALB :)
Cheers!
YigitHi xavier,
Thanks for contacting us!
It seems like you have not registered to our support forums. You can register using your purchase code here – https://kriesi.at/support/register/. After logging in, you can start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post.
You are currently using Enfold 4.3 which is pretty old and is not compatible with your WP version. Updating the theme should fix the issue.
I also noticed that you have modified footer.php file on your child theme. It needs to be updated as well. I checked your functions.php file too and it looks weird. I would recommend running a security check on your server and certainly updating functions.php file :)
Regards,
YigitHi,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi,
Great! I am marking this thread as closed.
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Our devs have fixed the issue and it will be included in upcoming version of Enfold :)
Regards,
YigitHi,
Which version of PHP are you currently using? If not 8.x, please upgrade your PHP version as well :)
Best regards,
YigitHey Thomas,
Thanks for contacting us!
I have forwarded your request to our devs and shared this thread as reference. As always, we will update you here with any news regarding your request :)
Best regards,
YigitHey Xheni,
Thanks for contacting us!
You can register – https://kriesi.at/support/register/ to our support forums using your purchase code and after logging in, you can start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)
I took a quick look at your website. You are currently using an older version of the theme which is not compatible with your WordPress version. Warning displayed above your site should disappear if you update Enfold to the latest version 5.2.1 – https://kriesi.at/documentation/enfold/theme-update/. Great photos by the way!
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHi Asterios,
Glad Mike could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Iasmina,
Thanks for contacting us!
Yes, it will work. We are going to update compatible versions when they are available on ThemeForest :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
Yigit-
This reply was modified 2 years, 11 months ago by
Yigit.
November 11, 2022 at 4:41 pm in reply to: how can I display the date underneath the title on blog listing / grid layout #1372240Hey Nancy,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and add /enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file to your child theme. Edit the file on your child theme and find
$output .= "<{$heading} class='slide-entry-title entry-title {$css}' {$markup_title}><a href='{$link}' title='" . esc_attr( strip_tags( $title ) ) . "'>{$title}</a></{$heading}>";and add following line right below it
$output .= "<time class='slide-meta-time updated' {$markup_time}>" . get_the_time( get_option( 'date_format' ), $the_id ) . '</time>';Best regards,
YigitNovember 11, 2022 at 4:31 pm in reply to: does Enfold remove "media-views" scripts? If so, is there a work-around to allow #1372235Hi,
Glad Nikko could help! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi Brynell,
Thanks for contacting us!
Could you please update Enfold to the latest version 5.2.1 – https://kriesi.at/documentation/enfold/theme-update/?
In the meantime, you can hide the warning by setting WP_Debug to false in wp-config.php file – https://wordpress.org/support/article/debugging-in-wordpress/
Best regards,
YigitHi Marcus,
Will the php function be lost if a theme update is done?
Yes
is the code better added in the child theme?
Yes, definitely. Please refer to this post – https://kriesi.at/documentation/enfold/child-theme/ and switch to child theme and add the code in functions.php file of your child theme :)
Best regards,
YigitHi Tilman,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
/* No capitals */ .avia-toc-style-elegant a { text-transform: none; } /* Font size for level 1 */ .avia-toc-style-elegant .avia-toc-level-1 { font-size: 20px; } /* Font size for level 2 */ .avia-toc-style-elegant .avia-toc-level-2 { font-size: 18px; } /* Style toggle button */ .toc-toggle { background: transparent; border: none; font-size: 20px; }Then add following code to bottom of functions.php file of your child theme to add toggle button to TOC
add_action('wp_head', 'toggle_toc'); function toggle_toc(){ ?> <script> jQuery(window).load(function(){ var $input = jQuery('<input class="toc-toggle" type="button" value="≡" />'); $input.prependTo(jQuery(".avia_auto_toc")); jQuery( ".toc-toggle" ).click(function() { jQuery( ".avia-toc-container" ).toggle(); }); }); </script> <?php }Best regards,
YigitHey,
Thanks for your patience!
Our devs have reviewed your thread and informed us that the mentioned changes would mean rewriting contact form logic from scratch which requires a lot of work and considered risky therefore our recommendation is disabling the cache on the page containing contact form element. We are going to add a notice in upcoming version to inform our users.
Best regards,
YigitNovember 11, 2022 at 3:31 pm in reply to: Site has a critical error – whole site down (all of a sudden) #1372222Hi,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.2.1. You are currently using a very old version of the theme which is not compatible with your PHP and WP versions. Updating the theme would fix the issue :)
If you would like us to update the theme for you, please have a backup and post FTP logins here privately as well.
Regards,
YigitHi Justine,
I edited your Grid Cell and chose to display it on mobile and then added following code to Quick CSS field in Enfold theme options > General Styling
@media only screen and (max-width: 480px) { .responsive #top #wrap_all #meetauthor .flex_cell.av-2mnmjo-0ec6c4178e0f2865e63fa7934786ff60 { padding: 0 !important; } }Best regards,
YigitHi Dave,
Thanks for contacting us!
Your website looks great :)
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; }}For future readers: Please refer to this post – https://kriesi.at/documentation/enfold/footer/#display-scroll-to-top-button-mobile
Regards,
YigitHey Manel,
Thanks for contacting us!
Yes, that is possible however you are currently using a very old version of Enfold which does not support automatic updates. You would firstly need to update the theme to latest version 5.2.1 manually – https://kriesi.at/documentation/enfold/theme-update/ and then you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert your Personal Token in theme options to receive auto updates :)
Best regards,
YigitHi Nicky,
Thanks for contacting us!
We are the team behind premium WordPress theme Enfold – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990. You can use Enfold to create your own website :)
Here are Enfold demos that you can import with a single click within a few minutes – https://kriesi.at/themes/enfold-overview/. Enfold is also fully compatible with WooCommerce Bookings plugin – https://woocommerce.com/products/woocommerce-bookings/ so your clients could easily book in to your classes. If you need less advanced booking solution, you can simply use a Contact Form.
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitNovember 9, 2022 at 5:46 pm in reply to: new drawing to replace the separator in the footer #1371963Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons- and import your own icons :)
Cheers!
YigitHi,
Please go to Woocommerce > Settings > Shipping > Shipping Options and choose “Force shipping to the customer billing address”
Best regards,
Yigit -
This reply was modified 2 years, 11 months ago by
-
AuthorPosts
