Forum Replies Created
-
AuthorPosts
-
Hi 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, 8 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,
YigitHey,
Are you using plugin such as Mailchimp for WooCommerce? If so, please edit plugin settings and disable newsletter on checkout page :)
Regards,
YigitHi,
Thanks for contacting us!
Please install Loco Translate plugin and go to Loco Translate > Plugins > WooCommerce, edit German language file and translate the string. String should be translated in WooCommerce :)
Best regards,
YigitHi,
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey,
Thanks for contacting us!
Please insert [nolink] to Copyright field in Enfold theme options > Footer – https://kriesi.at/documentation/enfold/footer/#copyrights-info :)
Cheers!
YigitNovember 9, 2022 at 5:21 pm in reply to: new drawing to replace the separator in the footer #1371949Hi,
It seems like you are using a page as footer. Please edit that page and then edit separator elements and replace scale icon as needed :)
Cheers!
YigitNovember 9, 2022 at 3:24 pm in reply to: Custom fonts and slider fonts aren't changing in front end #1371932Hi,
Thanks for the update!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for the update!
I believe the issue was related to your cache plugin because I have not done anything on your website but glad it is working fine now! :)
Best regards,
YigitHey Schmidt,
In that case, please refer to this post – https://kriesi.at/documentation/enfold/import-demos/#export-demos :)
Regards,
YigitHey,
Thanks for contacting us!
I added following code to Functions.php file near line 46th
// Register TikTok icon as a theme icon function avia_add_custom_icon($icons) { $icons['tiktokicon'] = array( 'font' =>'tiktok', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add TikTok icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['TikTok'] = 'tiktokicon'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
And added following code to bottom of Quick CSS field in Enfold theme options > General Styling
#top #wrap_all .av-social-link-tiktokicon a, #top #wrap_all .av-social-link-tiktokicon a { color: #fff; background-color: #FE2C55; }
Instructions on our docs – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
You are currently not using a child theme, so the modification in Functions.php file will be overwritten when you update the theme. To make the changes update proof, please switch to a child theme – https://kriesi.at/documentation/enfold/child-theme/.
Please review your website :)
Best regards,
YigitNovember 9, 2022 at 3:06 pm in reply to: Layer Slider text is lying upon each other after updating to 5.2.1 #1371921Hi Roman,
Glad Mike could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitNovember 9, 2022 at 3:04 pm in reply to: Some capital font diacritics are shown in different colour #1371918Hi,
Great! Glad you figured it out and thanks for the update :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitNovember 9, 2022 at 3:03 pm in reply to: new drawing to replace the separator in the footer #1371917Hi,
Thanks for contacting us!
Could you please post a screenshot showing the changes you would like to make so we can help you more accurately? :)
Regards,
YigitHi Claudia,
Thanks for the update! Glad you figured it out :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
Yigit -
This reply was modified 2 years, 8 months ago by
-
AuthorPosts