Forum Replies Created
-
AuthorPosts
-
Hi,
You are welcome, Antonio. Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi Bianca,
Thanks for your patience!
I have added following code to bottom of Quick CSS field and that helped
.avia-safari .ls-wrapper.ls-z { transform: translateZ(0px) !important; }Please review your website :)
Best regards,
YigitHi Antonio,
Could you please try adding following code to bottom of Quick CSS field in Enfold theme options > General Styling tab?
html { background-color: white; }Best regards,
YigitAugust 4, 2022 at 1:54 pm in reply to: Menu with "Button style (bordered)" with transparent header: #1360625Hi A,
There were many errors in your custom CSS related to the way you add comments in CSS. I have corrected them. Following is the correct way of adding comments in CSS
/* Comment goes here */And you had following custom CSS in Quick CSS field which was overriding default styling
#top .av-menu-button > a .avia-menu-text { font-size: 16px !important; font-family: 'Lato' !important; background: #9cae30 !important; border-collapse: separate !important; border-width: 0px !important; border-color: white !important; border-radius: 5px !important; color: white !important; opacity: 1 !important; padding: 10px !important; box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5) !important; -webkit-transition: 0.3s !important; -moz-transition: 0.3s !important; -ms-transition: 0.3s !important; -o-transition: 0.3s !important; transition: 0.3s !important; }I changed it to following
#top .av-menu-button > a .avia-menu-text { font-size: 16px!important; font-family: 'Lato'!important; /* background: #9cae30!important; CAMBIO ANDREA */ border-collapse: separate!important; border-width: 0px!important; /* CAMBIO ANDREA 30/6/2022, prima c'era 1px */ border-color: white!important; border-radius: 5px!important; color: white!important; opacity:1!important; padding:10px!important; /* box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5)!important; */ -webkit-transition: 0.3s!important; -moz-transition: 0.3s!important; -ms-transition: 0.3s!important; -o-transition: 0.3s!important; transition: 0.3s!important; border: solid !important; }You can now change border color in Enfold theme options > Advanced Styling > Menu Item Button with Border :)
Best regards,
YigitHey Antonio,
Please go to Enfold theme options > Footer > Footer Behaviour and enable curtain effect :)
Best regards,
YigitHi,
You are welcome, Antonio :)
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,
You are welcome, Michael!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Antonio,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed :)
.header_color ::placeholder { color: red; }Best regards,
YigitAugust 3, 2022 at 7:11 pm in reply to: Enfold theme purchased through Envato/Code Canyon, how do I update #1360530Hey Myrna,
Thanks for contacting us!
You can login on ThemeForest using the account you purchased Enfold with and go to Downloads page to download the latest version of the theme.
To receive auto updates in WordPress dashboard, please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert your Personal Token in Enfold theme options :)
Best regards,
YigitHey Michael,
Thanks for contacting us!
You can edit your page and enable title and breadcrumbs in Title bar under Layout section.
If you would like to add title to all pages using blank template, please try adding following code to bottom of Functions.php file of your child theme
add_action('ava_after_main_title','new_ava_after_main_title'); function new_ava_after_main_title(){ global $avia_config; if ( $avia_config['template'] == "avia-blank" ) { $page_title = "<h1 class='page-title'>". get_the_title() ."</h1>"; echo $page_title; } }Best regards,
YigitHey,
Thanks for contacting us!
Please go to Enfold theme options > Header > Header Layout > Header Style and choose “Minimal” option :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitAugust 3, 2022 at 2:01 pm in reply to: Fatal error after theme update – allowed memory size….. #1360496Hey Bernhard,
I have got the same permission error Rikard has got and when I try to load your website I am getting “The page isn’t redirecting properly” error.
We would recommend you to increase memory limit to 256M and PHP version to 8.0.x
Regards,
YigitHey,
Thanks for contacting us!
Please edit your page and in Layout section > Header visibility and transparency, choose “Transparent Header” option. It seems like you are currently using Transparent Header with Border option :)
Best regards,
YigitHi Tia,
We are happy that Nikko could help you out!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Thomas,
Thanks for reaching out to us!
Please see private content field below :)
Best regards,
YigitHi @bigbatt,
Thanks for your contribution as always :) Updated language files will be available in upcoming version of Enfold.
Regards,
YigitHi F,
Thanks for contacting us!
You can edit your Image, Button or Column elements and go to Advanced > Animation for Parallax options – https://imgur.com/a/z7UqEZ8 :)
Best regards,
YigitHi,
We are happy that Rikard could help you out! :)
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 Cafer, merhabalar :)
Thanks for reaching out to us!
You can use the same license on your live, local and testing installations.
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 @dbtpath,
Yes, it is to fix the issue caused by Content Slider. Please update Enfold to the latest version 5.1.1 – https://kriesi.at/documentation/enfold/theme-update/ :)
Best regards,
YigitHey Mehran,
Thanks for contacting us!
Please edit your Tab Section element and go to General > Tab Buttons Out Of Screen Behaviour and choose to display arrows.
If you do not have that option, you might be using an older version of the theme. If that is the case, please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.1.
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 Veronika,
Thanks for contacting us!
I added following code to bottom of Custom CSS field
/* Remove comment count */ .side-container-comment-inner { display: none; }Please review your website :)
Best regards,
YigitHi Paul,
Thanks for contacting us!
I am not one of the German speaking moderators so I hope you do not mind me replying in English :)
Are you using default editor to create your posts or Advanced Layout Builder? Also, have you tried adding excerpt manually into the excerpt field – https://imgur.com/a/neA8aed? :)
Best regards,
YigitHey Rainer,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
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,
YigitHi,
The first thing I checked was always loading WP-Mediaelement Scripts in Enfold theme options Performance tab but as I see, you have already chose that option. I tried updating Enfold to the upcoming 5.1 version too but that did not make any difference either.
Could you please contact plugin authors and ask if they have any insight on what could be causing the issue? :)
Best regards,
YigitHey,
Thanks for contacting us!
You can go to Enfold theme options > Advanced Styling and edit H3 tagged elements and choose to apply it only on H3 elements in footer – https://imgur.com/a/ceh1244 :)
Best regards,
YigitHey,
Thanks for reaching out to us!
Could you please elaborate on the issue and write down the steps to reproduce it? :)
Best regards,
Yigit -
AuthorPosts
