Forum Replies Created
-
AuthorPosts
-
Hi,
You can register to our support forum here – https://kriesi.at/support/register/ and start new thread under Enfold sub forum https://kriesi.at/support/forum/enfold#new-post and share the links of the pages you would like to duplicate and we can tell you the elements.
For homepage:
1- Fullwidth Easy slider element with background image
2- Text Block element, separator and video element inside 2/3 column element on the left. Two text block elements inside 1/3 column element on the right. You can use Image element and link it YouTube video as well
3- Separator element and below that Special Heading element
4- Image element inside 1/3 column element, Special Heading element with subheading and button element inside 3/2 column element
5- Special heading element
6- Image element inside 1/3 column element, Special heading with subheading and Button Row element inside 1/3 column element and another Image element element inside 1/3 column element.Once you start creating pages, I am sure you will be able to identify elements easier :)
Best regards,
YigitHi,
You are welcome! :)
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 Asterios,
Thanks!
I have uploaded the files and enabled updated views. Could you please review your website? :)Best regards,
YigitHi,
Thanks for contacting us!
I added following code to functions.php file of your parent theme
// Register new icon as a theme icon function avia_add_custom_tiktok_icon($icons) { $icons['tiktok'] = array( 'font' =>'tiktok', 'icon' => 'ue801'); return $icons; } add_filter('avf_default_icons','avia_add_custom_tiktok_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_tiktok_social_icon($icons) { $icons['TikTok'] = 'tiktok'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_tiktok_social_icon', 10, 1);Please review your website.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitHi!
You can simply go to – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and purchase a license and then install it on your WordPress site. If you would like us to install the theme for you, we would simply ask you to register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post and attach WordPress admin and FTP logins in private content field and then we would install the theme for you.
Then you could refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options to receive auto updates and whenever you have a question or an issue, you could start a new thread and we would gladly help :)
Regards,
YigitHi Claudia,
No, they would not have access to other website. Updates are connected to Personal Tokens that are created on your Envato account. If you have 3 Personal Tokens, you could give them to any client and it would work. If you have 3 licenses but personal tokens are being used on 4 sites, then you would be risking your Envato account.
We could also delete your account so you could register with the other code however your past post and threads would be deleted as well.
Regards,
YigitHey Ger van de Lindt,
Thanks for contacting us!
We have discontinued all of our older themes to focus on Enfold. Enfold is way more flexible and user-friendly comparing to Eunoia and compatible with WP up to 5.7.1 and PHP 8. We would definitely recommend Enfold :)
You may need to re-create your pages however Enfold uses drag and drop page builder called Advanced Layout Builder with preview feature so creating more modern looking pages would take less time with Enfold.I hope that helps! Let us know if you have any other questions!
Regards,
YigitHey,
Could you please check FTP logins again? They work however path seems to be wrong. We are going to need to upload V2 template files :)
Regards,
YigitHi,
Could you please post FTP logins here privately as well? We are going to need to upload V2 templates :)
Cheers!
YigitApril 14, 2021 at 2:55 pm in reply to: How can I upload https://fonts.googleapis.com/css locally? #1294403Hi,
Custom Font Manager is located in Enfold theme options > Import/Export tab. You would basically install Google fonts you would like to use on your server and basically serve them from your server instead of https://fonts.googleapis.com
Best regards,
YigitHi Lisa,
Thanks for contacting us!
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.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.1.
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitApril 14, 2021 at 2:48 pm in reply to: How can I upload https://fonts.googleapis.com/css locally? #1294399Hi,
Thanks for contacting us!
Please see – https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts :)
Best regards,
YigitHey,
I am trying to re-install WordPress again however keep on having server connectivity issues. Your website was probably infected with some malware. Please contact your hosting providers and ask them for a malware clean up.
Regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day! :)Best regards,
YigitHi,
No, it is related to excerpt. 4th item has a longer excerpt so it takes 2 lines when collapsed. I thought about a CSS trick but could not come up with anything yet. Could you shorten the excerpt? :)
Best regards,
YigitHi,
Please try using the code as following
#top .aviaccordion-excerpt { display: inline-block; padding: 10px; }Best regards,
YigitHi,
Thanks @guenni007 – https://kriesi.at/documentation/enfold/typography/#list-of-available-google-fonts :)
Best regards,
YigitApril 14, 2021 at 10:50 am in reply to: Meanwhile lets just say that we are proud %s contributed a whooping %s entries #1294329Hey Joe,
Thanks for contacting us!
That is placeholder text when author has not written their bio and it is possible to replace it by adding following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/
add_filter('avf_author_description_loop_about','new_avf_author_description_loop_about'); function new_avf_author_description_loop_about(){ $author_id = get_the_author_meta( 'ID' ); $description = get_the_author_meta( 'description', $author_id ); $name = get_the_author_meta( 'display_name', $author_id ); if( empty( $description ) ) { $description = __( 'This author has yet to write their bio.', 'avia_framework' ); $description .= '<br />' . sprintf( __( '%s has contributed %s entries so far.', 'avia_framework' ), $name, count_user_posts( $author_id ) ); if( current_user_can( 'edit_users' ) || get_current_user_id() == $author_id ) { $description .= "<br /><a href='" . admin_url( 'profile.php?user_id=' . $author_id ) . "'>" . __( 'Edit the profile description here.', 'avia_framework' ) . '</a>'; } } return $description; }Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions or issues and enjoy the rest of your day :)
Best regards,
YigitHi,
No, those changes are safe and will not be overwritten during update.
By modifying theme files I mean editing files such as header.php, footer.php, functions.php files etc. so if you have not modified those, you can go ahead and update the theme :)
Best regards,
YigitHi,
I attached a screenshot in private content field. How does it look on your end?
Best regards,
YigitApril 13, 2021 at 5:17 pm in reply to: Multilanguage second DSGVO checkbox-text for contactform #1294191Hi,
Glad Ismael 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,
YigitHey,
Please add following code to Quick CSS as well
#top .aviaccordion-excerpt { display: ruby; padding: 10px; }Cheers!
YigitHi Hanna,
Could you please try changing following code
#header_main .widget.widget_text { position: absolute; right: 20%; top: -5px; z-index: 999; }to following one
#header_main .widget.widget_text { position: absolute; right: 20%; top: -5px; z-index: 2; }Your security plugin locked me out :)
Best regards,
YigitHi Hanna,
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey,
Thanks for contacting us!
Please go to Enfold theme options > Performance and disable CSS file merging and compression, save theme options and flush cache and check if that helps.
If it does not, please create temporary admin logins and post them here privately so we can look into it :)Best regards,
YigitHey Odi,
Please go to LayerSlider WP > Sliders > Click on your slider > Slider Settings > Layout and adjust it as needed.
Best regards,
YigitHi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .aviaccordion-title { display: inherit; padding: 10px; }Best regards,
YigitApril 13, 2021 at 4:36 pm in reply to: How to add a product carousel on the single product page #1294167 -
AuthorPosts
