Forum Replies Created
-
AuthorPosts
-
Hi,
Great! :)
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 B,
Thanks for contacting us!
Please add following code to the bottom of functions.php file of your child theme in Appearance > Editor
add_filter('avia_widget_time', 'change_avia_date_format', 10, 2); function change_avia_date_format($date, $function) { return get_option('date_format'); }Best regards,
YigitNovember 30, 2022 at 1:46 pm in reply to: Bausteine/ Elemente abspeichern für andere Seiten? #1374447Hi,
Please see my reply on this thread – https://kriesi.at/support/topic/einzelne-demo-elemente-herunterladen/#post-1374441 :)
Best regards,
YigitHey,
Thanks for contacting us!
1-Unfortunately, there is not a quick CSS snippet we can share to achieve this. Would adding 2 Magazine elements and displaying only 1 item in the bottom one and displaying it bigger would work?
2- Please edit your Magazine element and give it a custom ID (“right-mag” in example below) and add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#right-mag .av-magazine-thumbnail { float: right; margin-right: 0; margin-left: 15px; }Best regards,
YigitNovember 30, 2022 at 1:14 pm in reply to: Wie lange dauert die Support-Antwort? How long does the support response take? #1374442Hi,
We usually reply to threads within 24 hours however depending on how busy the forums are, sometimes it gets longer.
All of your threads received a reply. If you have further questions, please reply back :)
Regards,
YigitHey,
You can go to any page you would like to import – https://kriesi.at/themes/enfold-overview/ and then share the link with us so we can share shortcodes of the page with you. After that you can enable ALB debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and insert the shortcodes into debug field right below ALB :)
Regards,
YigitNovember 30, 2022 at 1:09 pm in reply to: functions.php ändern zur customization von elementen #1374440Hey,
No, it is no longer necessary. You can find custom CSS and ID options by editing elements and going to Advanced > Developer Settings tab. If you would like to hide the options, you can go to Enfold theme options > Layout Builder and enable “Hide Advanced Layout Builder Developer Options” :)
Best regards,
YigitNovember 30, 2022 at 1:07 pm in reply to: Bausteine/ Elemente abspeichern für andere Seiten? #1374439Hey,
Thanks for contacting us!
You can save your pages or elements as templates – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates and load them on other pages :)
Best regards,
YigitNovember 30, 2022 at 1:06 pm in reply to: Google fonts lokal einbinden | direkt beim Erstellen einer neuen Website #1374438Hey Nicoletta,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/support/topic/loading-google-fonts-locally-for-gdpr-compliance/ :)
Best regards,
YigitNovember 30, 2022 at 1:05 pm in reply to: Laden einer Demo-Version | stehn auch andere Funktionen / Tools zur Verfügung #1374437Hey,
Thanks for contacting us!
You can use all the images included in Enfold demos in your Enfold based projects :)
Best regards,
YigitNovember 30, 2022 at 1:03 pm in reply to: Remove sidebars to linked webcam images to stretch fullscreen #1374436Hey MdF,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.page-id-1156 .content, #top.page-id-1156 #main .container { padding: 0; }Best regards,
YigitHi Tracy,
Thanks for contacting us! We are sorry to hear about the previous developer.
Since you do not have purchase information or access to ThemeForest/Envato account that was used to purchase the license, I am afraid you would not be able to update the theme on the installations you manage.
You can find Enfold documentation here – https://kriesi.at/documentation/enfold/ and check out this tutorial on YouTube – https://www.youtube.com/watch?v=Gr4GV8NKMek&ab_channel=FerdyKorpershoek. Enfold is very user friendly so it should not take long time to get used to it. If you have any questions you can always contact us :)
Best regards,
YigitHi Thilo,
Thanks for contacting us!
Could you please firstly update Enfold to the latest version 5.2.1 – https://kriesi.at/documentation/enfold/theme-update/? :)
Cheers!
YigitHi,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token on your Envato account and insert it in Enfold theme options to receive auto updates :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Thanks for contacting us!
Could you please try switching to one of the default themes and check if you can reproduce the issue?
Regards,
YigitHey Nancy,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 { margin-left: 0; } .flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 { margin-left: 0; } .flex_column.av-1jcl3-74128e6af301545faed95d20b2a49b51, .flex_column.av-13krf-dba0bfb071ad0e000a6433bbf9d40892 { width: 26%; }Best regards,
YigitHey Nancy,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-image-overlay-wrap a.avia_image .image-overlay { -webkit-transform: none; -ms-transform: none; transform: none; }Best regards,
YigitHey Volgspot,
Thanks for contacting us!
Please see – https://kriesi.at/support/topic/wordpress-6-1-css-fixes/ :)
Best regards,
YigitHey Alfredo,
Thanks for contacting us!
Please add following code to functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/
add_action('ava_before_footer','footer_content_new'); function footer_content_new(){ echo "<div class='my-custom-title'>Contact Ons</div>"; }Then you can add following code to bottom of Quick CSS field to change the styling
.my-custom-title { color: red; font-size: 32px; }Regards,
Yigit-
This reply was modified 3 years, 3 months ago by
Yigit.
Hey Alfredo,
It seems like you have added it by adding following code to Quick CSS
#footer .container { border-bottom: 2px solid #00BEBE !important; }You can remove it and add following code to bottom of Quick CSS instead and adjust the width as needed
#footer .container::after { border: 2px #00BEBE solid; width: 50%; visibility: visible; margin: auto; }Best regards,
YigitHey Alfredo,
I copied HTML of arrow icon and pasted inside your Special Heading elements and give them a custom CSS class “red-arrow-title” in Advanced > Developer Settings and then added following code to bottom of Quick CSS field
/* Change read more arrows */ .more-link-arrow::after { content: "\E881"; color: red; font-size: 30px; } .red-arrow-title .av-icon-char { color: red; font-size: 20px; position: absolute; margin-left: 5px; }Please review your website :)
Best regards,
YigitHey Alfredo,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/support/topic/align-1-3-columns-in-center/#post-1373763 :)
Best regards,
YigitHi,
Glad Rikard could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
You have modified header.php file on your child theme. If you have modified it only to add Google tags, please refer to this post – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section and add them to functions.php file of your child theme instead and remove header.php file from your child theme. That should fix the issue.
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 :)
Best regards,
YigitHey,
Thanks for contacting us!
That is the default behaviour but it is not working on your installation. Have you made any modifications on your logo?
Best regards,
YigitNovember 29, 2022 at 6:00 pm in reply to: Can the Enfold partner logo element be changed to shifting “on by one”? #1374340Hi,
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitNovember 29, 2022 at 6:00 pm in reply to: Menu Links in overlay/slide out are not reacting to settings Advanced Styling #1374339Hi,
There was a CSS error in your Quick CSS field. I fixed it and following code was overriding it
/*Enfold footer menu*/ span.avia-menu-text{ color: white; font-weight: bold; font-size: 13px; }so I changed it to following
/*Enfold footer menu*/ #avia3-menu span.avia-menu-text{ color: white; font-weight: bold; font-size: 13px; }Please review your website :)
Best regards,
YigitHi,
Thanks for contacting us!
Please edit your Icon List element and go to Styling > Font Sizes > Title Font Sizes and set them to 24px :)
Best regards,
YigitHey,
Thanks for contacting us!
You can try using this workaround – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#using-special-characters :)
Best regards,
Yigit -
This reply was modified 3 years, 3 months ago by
-
AuthorPosts
