Forum Replies Created
-
AuthorPosts
-
Merhabalar,
Gec cevabim icin uzgunum. Sonraki sorulariniza daha hizli donus yapabilmem icin lutfen actiginiz konu basliklarina ismimi (Yigit) ekleyin :)
HTML kullanarak extra info alanina gorsel ekleyebilirsiniz – https://www.w3schools.com/tags/tag_img.asp
Eklediginiz gorselin boyutuna gore header meta alaninin yuksekligide degisecektir onuda assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyerek kontrol edebilirsiniz#header_meta img { max-height: 50px; }Best regards,
YigitHey,
Thanks for contacting us!
Unfortunately, that is not possible out of the box. If it is really important for you, please consider to hire a freelance developer for the task :)
Best regards,
YigitHi,
That would not be easily possible due to structure of the element however you can easily create it using Iconbox element :)
Best regards,
YigitHey Brian,
Thanks for contacting us!
I checked your website and I can confirm that your changes are working. I also attached a screenshot in private content field :)
Best regards,
YigitHi Didac,
Glad Rikard 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,
Thanks for contacting us!
Please go to Enfold theme options > Advanced Styling and edit “strong” tagged elements to change their color :)
Regards,
YigitHi,
Thanks for contacting us and we are sorry for the late reply!
We have recently released Enfold 4.8 and follow up 4.8.1 which also brings WP 5.6.x compatibility. I tested the code on my local installation and it worked fine. So I believe it is not working on your installation due to WP 5.6.x incompatibility.
Please update Enfold to the latest version 4.8.1 and the code should work as expected :)
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,
YigitHey,
You had an error in your CSS. I fixed it and flushed cache. Could you please review your website and if issue remains, point out the page where we can see the changes you would like to make?
Cheers!
YigitHi,
I installed and activated Enfold theme child theme – https://kriesi.at/documentation/enfold/child-theme/, then added following code to functions.php file of your child theme
// Register Telegram icon as a theme icon function avia_add_custom_icon($icons) { $icons['telegram'] = array( 'font' =>'fontello', 'icon' => 'uf2c6'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Telegram'] = 'telegram'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);You now set Telegram icon in Enfold theme options > Social Profiles.
Please review your website :)
Best regards,
YigitMarch 10, 2021 at 3:55 pm in reply to: After updating the ENFOLD theme a strange "white padding" appears in sections #1287163Hi,
Thanks so much for your input @thomasjarvisdesign. We have released 4.8.1 as soon as we can but sadly it still affected many users.
Cheers!
YigitHey,
Thanks for contacting us and sorry for the late reply!
Please edit your Accordion items that you would like to disable and give them custom ID (“disabled-acc” in example below – https://imgur.com/a/LyyGhIh
Then add following code to Quick CSS field in Enfold theme options > General Styling tab.toggler[data-fake-id="#disabled-acc"] { pointer-events: none !important; }Best regards,
YigitMarch 10, 2021 at 3:46 pm in reply to: After updating the ENFOLD theme a strange "white padding" appears in sections #1287157Hey @johnoros,
Please make sure you are using Enfold 4.8.1. Then updating the page will remove all br tags on the page and they will not re-appear when you edit the page again. I am afraid the solution is to update the pages. Sorry for the inconvenience!
Cheers!
YigitMarch 10, 2021 at 3:42 pm in reply to: WP 5.7 – Enfold 4.8.1 / Alternate Mobile Menu Missing #1287154Hey Chris,
Thanks for the update. Glad it is working fine :)
Let us know if you have any other questions or issues and enjoy the rest of your day!
Regards,
YigitHi,
I tried to login however password seems to be wrong. Could you please check the logins once again?
Regards,
YigitMarch 10, 2021 at 3:30 pm in reply to: WP 5.7 – Enfold 4.8.1 / Alternate Mobile Menu Missing #1287147Hey Chris,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? I could not reproduce the issue on my testing installation.
Best regards,
YigitHey,
Thanks for contacting us and sorry for the late reply. We have been pretty busy after recent updates.
Are the issues currently present on your staging site? If they are, could you please post FTP and WP admin logins so we can inspect it? It is difficult for us to point out the issues without seeing them so that would be helpful. Also, theme options should work fine as long as theme name is not changed in style.css file. If that is the case, simply renaming it to old name would fix it.
Regards,
YigitHi Francesco,
Sure! Please create temporary admin logins and post them here privately :)
Cheers!
YigitHi,
Glad Rikard 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,
You are welcome, George! :)
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!
Cheers!
YigitHey,
Thanks for contacting us!
You are currently using an older version of the theme.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.1.
I believe the issue is JS related and updating the theme would bring up WP 5.6.x compatibility and should fix the issue :)Best regards,
YigitHi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap:hover { z-index: 2; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item { -webkit-transform: none; -ms-transform: none; transform: none; }Best regards,
YigitHey,
Could you please add this code – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 to Quick CSS in Enfold theme options > General Styling? That would simply activate mobile menu on screens below 1224px, but you can change that value to 1024px :)
Best regards,
YigitMarch 10, 2021 at 1:06 pm in reply to: Overlay above the content while the cookies not accepted #1287085Hi,
Thanks for contacting us and sorry for the late reply.
Are you having the issue on the same site? If so, could you please create temporary admin logins and post them here privately so we can look into it? I was not able to view your website without logins and old logins did not work.
Best regards,
YigitMarch 10, 2021 at 1:03 pm in reply to: SVG Logo misaligning and covering menu on mobile and tablet #1287082Hi Tina,
Thanks for contacting us!
Please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { .logo img { max-width: 200px; }}If that does not help or if you need further assistance, please start a new thread under Enfold sub forum and we will gladly look into it :)
Best regards,
YigitHey Imran,
Thanks for contacting us and for your kind words!
How can we help? :) If you would not like to share your message publicly, you can write it down in private content field.
Regards,
YigitHey Pavel,
Thanks for contacting us and sorry for the late reply!
You can add Column element to your page, edit it and in Styling > Box Shadow tab, you can add box shadow add some padding and in Advanced > Column Link section you can link it. Zoom on hover is not possible out of the box however when you create your page, please post a link to it and we will gladly try to help you with that customization :)
Best regards,
YigitHi Ditte,
Thanks for contacting us!
Please go to Enfold theme options > General Layout > Dimensions and increase container width as needed :)
Cheers!
Yigit -
AuthorPosts
