Forum Replies Created
-
AuthorPosts
-
Hi Erin,
I attached Medical icons in the private content field below. As a workaround, please upload it in Enfold theme options > Import/Export and edit your pages and select the icons.
Regards,
YigitFebruary 7, 2023 at 3:54 pm in reply to: Get rid off the page padding – .responsive #top #wrap_all .flex_cell.av #1396992Hi,
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,
YigitFebruary 7, 2023 at 11:02 am in reply to: Avia Layout Builder backend not loading on page with lots of content #1396967Hi,
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 Franz,
Please refer to this post: https://kriesi.at/support/topic/loading-google-fonts-locally-for-gdpr-compliance/
Best regards,
YigitFebruary 7, 2023 at 11:01 am in reply to: Avia editor don’t appear anymore after upadting PHP (7.4 to 8.1) #1396965Hey Michel,
Please create temporary WP admin and FTP logins and post them here privately.
If you are currently using PHP 7.4, please create a staging copy of your site and upgrade PHP to 8.x so we can inspect the issue.
Best regards,
YigitHey Stefano,
Thanks for contacting us!
Yes, Enfold is compatible with WordPress 6.1.1. Last time we checked, WordPress 6.1.1 was not listed on ThemeForest, so we could not add it to the compatible software versions list but we will check again :)
Let us know if you have any other questions.
Best regards,
YigitHi Erwin,
Thanks for contacting us!
1- We cannot offer you a discount since Envato/ThemeForest does not provide a license for agencies. We discount on Black Friday and usually, agency owners purchase licenses in bulk then.
2- All demos are included in Enfold: https://kriesi.at/themes/enfold-overview/. You can simply go to Enfold theme options > Demo Import to import any demo you like in a few minutes.Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHey,
WP debug mode was enabled in the wp-config.php file. I disabled it. You can safely ignore the notice.
I will inform our devs about the deprecated notice.
Please review your website.
Best regards,
YigitFebruary 7, 2023 at 10:36 am in reply to: Get rid off the page padding – .responsive #top #wrap_all .flex_cell.av #1396957Hey,
Please edit your Grid Cell, go to Styling > Padding, select Smartphone Portrait option and set padding value to “0px”: https://i.imgur.com/VfeUy0S.png
Best regards,
YigitFebruary 7, 2023 at 10:31 am in reply to: Updating to WordPress 6 = white screen and menu disappears #1396956Hi,
Please post FTP logins to your test installation so we can inspect the issue.
Best regards,
YigitHi Eve,
The issue is related to WordPress 6.1. You can update Enfold to the latest version to fix the issue or add the following code to the bottom of Quick CSS field in Enfold theme options > General Styling
/* To fix underlined links */ a:where(:not(.wp-element-button)) { text-decoration: none; } /* To fix increased margin in Masonry */ figure { margin: 0; }
Cheers!
YigitFebruary 6, 2023 at 4:01 pm in reply to: avia builder element names and controls not displaying #1396854Hey,
Please elaborate on the issue you are experiencing and post screenshots. You can upload your screenshots on imgur.com and post the links here.
Best regards,
YigitHey,
1-
- Please add icons to any page separately, update and inspect elements on front-end
- Click “Edit HTML” and copy the HTML code of the icon – https://imgur.com/a/W34G00G
- Paste HTML code in the “Navigation label” field in Appearance > Menus
- Repeat for each icon
2- Please refer to this post: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Best regards,
Yigit- This reply was modified 1 year, 9 months ago by Yigit.
Hey,
Thanks for contacting us!
You can display the single product page on your homepage using the following WooCommerce shortcode:
[product_page id="99"]
Please contact the WooCommerce team and ask your availability form related questions to them.
Best regards,
YigitHi,
now the header on mobile is sticky, is there a way to make is stay at the top of the screen instead of showing the gap
Please add the following code to the bottom of the Quick CSS field
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { top: 0; } }
Here is the screenshot showing the difference between mobile/tablet and desktop where the link highlighted in black on desktop view is not showing on mobile/tablet view
That is because of the following CSS code you have in the Style.css file of your child theme on line 788
@media only screen and (min-width: 320px) and (max-width: 1024px){ #footer-page .footer-mid .container .content .entry-content-wrapper .links { display: none; } }
and here is a screenshot of the weird spaces on the sponsorship logo section that we cannot seem to fix:
Please add following code to bottom of Quick CSS field
@media only screen and (max-width: 479px) { .flex_column.av-68c1a-f57ab0462383c8166f971642bc679437, .flex_column.av-2awr6-825dd88a428addaf3113f5c371dcb877 { right: 0; left: 0; } }
and remove the following code from the style.css file of your child theme
@media only screen and (min-width: 320px) and (max-width: 767px) { #footer-page .footer-top .container .content { padding: 50px 0 0 0; padding-left: 0px; }}
Best regards,
YigitFebruary 6, 2023 at 3:35 pm in reply to: Cannot activated enfold and Code Block doesn’t work #1396848Hi,
Do I have to use the Market Plugin instead of the Enfold Theme?
Enfold’s theme updater does not work for some users, but the Envato Market plugin always works, so I recommend using it.
And yes, the Code Block seams to work but I have no output (see attached). Can you please tell me why?
I saved your page as a template, loaded it on a new page and it worked there. So I deleted your old homepage and replaced it with the one I created. Please review your website.
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,
We replied to your thread. I am closing this one. Let us continue there.
Best regards,
YigitHey Tobias,
You are currently using Enfold 4.5, which is not compatible with PHP 8.x. Updating the theme to the latest version 5.4 would fix the issue.
There might be deprecated code inside your child theme. Please create a staging copy of your site and update Enfold there. If you run into any issues, please post temporary WP admin and FTP logins privately so we can look into it.
Best regards,
YigitFebruary 3, 2023 at 6:23 pm in reply to: Error Curl 28 – URGENT PLEASE – Can you install the demo Spa urgently #1396574Hi,
You are welcome! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHey,
Please try using the Envato Market plugin: https://www.envato.com/lp/market-plugin/. You can install the plugin, insert your Personal Token in the plugin settings, and check the Themes tab for the update.
Best regards,
YigitHi,
Glad Ismael could help!
Let us know if you have any other questions and enjoy the rest of your weekend :)
Best regards,
YigitFebruary 3, 2023 at 4:20 pm in reply to: No space in Masonry block between tiles after updating Enfold #1396561Hi,
You are welcome, Rogier! :)
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,
Please install the Envato Market plugin: https://www.envato.com/lp/market-plugin/, insert your Personal Token in the plugin settings, and check the “Themes” tab for the update.
Envato has updated its API and we implemented those changes in Enfold 4.5 so if you cannot update the theme with the Envato Market plugin, you may need to update it manually.
Best regards,
YigitHey Erin,
I can see that you are currently using Enfold 5.4 and I cannot see any errors on your site.
Has updating the theme to the latest version fixed the issue?
Cheers!
YigitHi Christophe,
If you would like us to inspect the issue, please:
- Create a staging copy of your site
- Start a new thread under Enfold subforum: https://kriesi.at/support/forum/enfold
- Attach temporary WP admin and FTP logins in the private content field
Best regards,
Yigit -
AuthorPosts