Forum Replies Created
-
AuthorPosts
-
Hi,
I removed your code from Appearance > Customize > Additional CSS. Please review your website :)
Best regards,
YigitHey,
I added the code in Enfold theme options > General Styling > Quick CSS field and cleared cache in your cache plugin and it worked.
Please clear cache on your mobile device and review your website :)
Regards,
YigitHi,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#header { border-bottom: 5px solid #48AEE0; }
Best regards,
YigitHey,
Thanks for contacting us!
I checked your page however I am not sure if I can see the issue. You are currently using glassy transparent option. If you would like header to be fully transparent, please edit your page and choose to display transparent header instead.
If that is not what you meant, could you please post a screenshot and show the issue? You can upload your screenshots on imgur.com and post the links here :)
Best regards,
YigitHey,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile :)
Best regards,
YigitHi,
It seems to be related to “hide-if-js” class but I have no idea where it comes from. I hope you can find out by de-activating plugins.
We will keep the thread open and wait to hear from you :)
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 :)
Enjoy the rest of your day!
Best regards,
YigitHey Charles,
Thanks for contacting us!
Yes, when you purchase a license via ThemeForest ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ), you will receive life time updates and 6 months of support. Renewing support is optional. You will receive theme updates for free nevertheless.
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitJanuary 26, 2022 at 1:05 pm in reply to: German translation bug (ReCAPTCHA, Terms of Service) > 404 errors #1337267Hi,
I could see the issue in Formal German. Thanks a lot for reporting. It will be fixed in upcoming version :)
Best regards,
YigitHi,
It is hidden by inline CSS on your account. I think there is a plugin conflict but I did not try de-activating all active plugins. I attached a screenshot in private content field.
Please try de-activating all active plugins and activate them one by one to find the culprit. You can add following code to bottom of Functions.php file as a temporary solution
add_action('admin_head', 'ava_custom_admin_css_admin'); function ava_custom_admin_css_admin() { echo '<style> #avia_builder.hide-if-js { display: block !important; } </style>'; }
Best regards,
YigitHi,
I manually imported the demo by referring to this post – https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Please review your website :)
Best regards,
YigitHi,
I tried installing Envato Market plugin – https://www.envato.com/lp/market-plugin/ once again and there it shows the update notification. I shared the link in private content field below :)
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,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitJanuary 25, 2022 at 8:06 pm in reply to: Zum kleiner Rand zu Textbox bei kleinem Display / responsive #1337163Hey Josephine,
Temporary login does not seem to be working. Token might be expired. Could you please check it once again?
Cheers!
YigitJanuary 25, 2022 at 8:05 pm in reply to: Bought all licenses still old version on WordPress. can't update #1337162Hey,
Thanks for contacting us!
Envato has updated their API and we have implemented those changes in Enfold 4.5. Any Enfold version older than 4.5 requires a manual update first for Personal Token – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token to work.
Please manually update the theme this time and then you should receive future auto updates in WordPress dashboard :)
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,
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,
YigitHi,
Thanks for contacting us!
I added following code to bottom of Quick CSS field
#sprd-main { max-width: 100%; }
Please review your website :)Best regards,
Yigit-
This reply was modified 3 years, 6 months ago by
Yigit.
Hey Kyle,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi Alex,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Sophie,
Thanks for contacting us!
Could you please post temporary FTP logins here privately as well? You would like to import Photography Portfolio demo, is that correct?
Best regards,
YigitJanuary 25, 2022 at 6:39 pm in reply to: Zum kleiner Rand zu Textbox bei kleinem Display / responsive #1337137Hey Josephine,
Thanks for contacting us!
It seems like your column element has 20px left padding but does not have any right padding. Could you please edit it and add 20px right padding?
Regards,
YigitHi Josephine,
Thanks for contacting us!
Please see – https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons- :)
Regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#menu-item-19902 .av-icon-char { font-size: 20px; position: relative; top: 2px; }
Best regards,
YigitGuten tag,
Thanks for contacting us! I am not one of the German speaking moderators so I hope you do not mind that I am answering in English :)
I see that you are currently using an old version of Enfold, the version 4.5.3. Could you please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.9?
We have made some Accessibility improvements in version 4.8.7 and 4.8.8 and added compatibility for One Click Accessibility – https://wordpress.org/plugins/pojo-accessibility/ and WP Accessibility – https://wordpress.org/plugins/wp-accessibility/ plugins. You can go to Enfold > Theme Extension > Accessibility for adjustments :)
Best regards,
YigitHi,
Please put that CSS selector to custom CSS code where you target the title.
If you were using a code similar to following to target the post title
h2 { opacity: 0.5; }
Please try using following instead
h2, #top .fullsize .template-blog h2.post-title { opacity: 0.5; }
I see that other changes are applied so I think selector for the title might be weak but the one I shared should make sure it is not
Best regards,
YigitHi,
Could you please try adding following code to Quick CSS field in Enfold theme options > General Styling tab and check if that helps?
.aoki-template_image-button .flex_cell { padding: 0; }
Best regards,
YigitHi Bastian,
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,
Yigit -
This reply was modified 3 years, 6 months ago by
-
AuthorPosts