Forum Replies Created
- 
		AuthorPosts
 - 
		
			
				
Hi,
Glad Mike could help! Let us know if you have any other questions.
Merry Christmas and Happy New Year! 🎅🎆
Regards,
YigitHey!
Could you please add following code to Quick CSS in Enfold theme options > General Styling
.avia-chrome-108 .avia-image-container.av-img-box-shadow.av-styling-circle .avia_image { overflow: hidden; }Regards,
YigitHi Gianluca,
I am afraid we are still not clear on the changes you would like to make. Could you please show us examples?
In Settings > Permalinks, you can change Portfolio base permalink but it seems like you have already figured that out :)
Best regards,
YigitHey Lene,
That is displayed on the page you are so when your visitor clicks on the active menu item, they scroll to the top of the page :)
Regards,
YigitDecember 23, 2022 at 4:41 pm in reply to: Logo for transparency for secific page ( header_replacement_logo ) #1377246Hey Guenni,
Thanks for contacting us!
Could you please try using following code
function replace_transparent_logo_on_some_pages($sub){ if( is_page( 59 ) ){ $sub = 'content of the SVG file here'; } return $sub; } add_filter('avf_logo_subtext','replace_transparent_logo_on_some_pages');This does work on my local installation with SVG :)
Best regards,
YigitHi,
I added your image using HTML in Special Heading element as following
<img class="heading-img" src="https://your-domain.com/wp-content/uploads/2022/12/italien.png">Then added following code to bottom of Quick CSS field to adjust the size of the image
/* Flag image size in Special Heading element */ .heading-img { max-width: 20px; }Please review your website :)
Regards,
YigitHey Nic,
I went to Enfold theme options > Advanced Styling and edited H4 tagged elements and changed the font family – https://imgur.com/a/ONtKNRa.
Please review your website :)
Best regards,
YigitHi Raimund,
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 :)
Merry Christmas and Happy New Year! 🎅🎆
Best regards,
YigitDecember 23, 2022 at 4:11 pm in reply to: Die farbig hinterlegten Headlines sehen in der mobilen Ansicht schlecht aus #1377241Hi,
I deleted the code Nikko shared and added following instead
@media only screen and (max-width: 993px) { .av-special-heading.turquoise-background h1.av-special-heading-tag strong { padding-left: 20px; } .av-special-heading.turquoise-background h1.av-special-heading-tag { margin-left: 0; } } @media only screen and (max-width: 480px) { .av-special-heading.turquoise-background h1.av-special-heading-tag, .av-special-heading.turquoise-background h1.av-special-heading-tag strong { padding: 0; } }Please review your website.
Best regards,
YigitHey,
You can use following code to add scripts after opening Body tag
add_action('ava_after_body_opening_tag','new_ava_after_body_opening_tag'); function new_ava_after_body_opening_tag(){ ?> <script> // Your script here </script> <?php }Regards,
YigitDecember 23, 2022 at 3:48 pm in reply to: Kontaktformular | Der Anzeige bei gesendeter Nachricht funktioniert leider nicht #1377235Hi,
Is it possible that the message i appears in white letters on a white field and is therefore not visible?
Yes, that is the case.
I changed the code to following one
#top h3.avia-form-success { background-color: transparent; }Please review your website :)
Best regards,
YigitHi tremblayly,
Please refer to @guenni007’s post :)
@guenni007 thanks as always :)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 :)
Merry Christmas and happy new year! 🎅
Best regards,
YigitHey Eve,
Thanks for contacting us!
Could you please try adding following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
.avia-chrome .avia-image-container.av-img-box-shadow.av-styling-circle .avia_image { overflow: hidden; }Best regards,
YigitHi Raimund,
Each domain requires a separate license, so yes, you would need another license for the new website. You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a new token :)
Best regards,
YigitHey,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { #top #av_section_9 .flex_column { background: none; } }Regards,
YigitHi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av_textblock_section.av-lc08m9gc-85216e5d4399c2a1609de667666be74c .avia_textblock { background-color: #e8e8e8; padding: 20px; }If that is not what you meant, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com and post the links here.
Regards,
YigitHey Vera,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { a.lightbox { pointer-events: none; } }Cheers!
YigitHey,
Thanks for contacting us!
Could you please edit your Contact Form element and go to Content > Backend > Your email address and make sure that it is the same as the administration email?
Best regards,
YigitHey,
Thanks for contacting us!
You can refer to this post – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section and add your code to functions.php file of your child theme :)
Best regards,
YigitHey,
Thanks for contacting us!
You are currently using an older version of the theme. Updating Enfold should fix the issue.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.3.1.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 :)
Best regards,
YigitHi Bernd,
We are happy that 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 :)
Happy Holidays!
Best regards,
YigitHey Peter,
Thanks for contacting us!
You can go to Enfold theme options > General Styling > Typography > Default Content Font Size or you can go to Enfold theme options > Advanced Styling and edit Body to adjust font size :)
Best regards,
YigitHey,
Replied to your thread here – https://kriesi.at/support/topic/license-expired-3/. Let us continue there :)
Best regards,
YigitHey,
Thanks for contacting us!
Your support period has expired. You do not need to purchase a new license as you get lifetime updates but if you would like to use our support forums, you would need to renew support on ThemeForest.
If you already have renewed your support period, you can login to our forums, go to https://kriesi.at/support/forum/enfold#new-post and re-validate your purchase code to start posting on our forums again :)
Best regards,
YigitHi Lene,
You are welcome! Let us know if you have any other questions and enjoy the holidays :)
Best regards,
YigitHi,
@BrendaSarg Could you please start a new thread under Enfold sub forum so we can share it with you privately as well? Private content field is only visible to moderators and creators of the thread so we are unable to share it with you here :)Best regards,
Yigit - 
		AuthorPosts
 
