Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for contacting us!
Could you please make sure that you are only uploading installable theme files only? You can find instructions here – https://kriesi.at/documentation/enfold/install-enfold-theme/
If you would like us to install the theme for you, please create temporary admin logins and post them here privately :)
Regards,
YigitHi Marko,
Thanks for contacting us!
You are currently using an old version of Enfold. Updating the theme should fix the issue.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.1.2 :)
Regards,
YigitHey!
@optiion Could you please check out this post – https://kriesi.at/support/topic/host-web-font-yourself-some-info/#post-1366564? Please apply the changes and then upload the new variable font.Best regards,
YigitHi,
It seems to be related to predefined font-weights. When I comment out following line in /framework/php/font-management/class-avia-type-fonts.php file on line 1085, variable fonts work on my end
$css .= " font-weight: {$info['weight']};\r\n";Though, I did not do any testing and I am not sure if that breaks anything :)
Best regards,
YigitHey Alwin,
Enfold’s font uploader does not support variable fonts at the moment. Our devs said that they will look into it. We will post the updates here :)
In the meantime, if you would like to use a work around, following works for me:
– Download variable font from Google
– Upload it on your server
– Add following code to Enfold theme options > General Styling > Quick CSS@font-face { font-family: 'Mulish'; src: url('/uploads/avia_fonts/type_fonts/mullish/Mulish-VariableFont_wght.ttf') format('truetype'); }– Set font family using CSS
Regards,
YigitHi,
Could you please clear your mobile browser cache as well? I cannot reproduce the issue any longer on my iphone. I attached a screenshot in private content field below :)
Best regards,
YigitHi,
1- As soon as we hear back from our devs.
2- Please add following codes to Quick CSS
/* Reverse blur on hover */ #top .av-hover-overlay-bluronhover .av-masonry-entry .av-masonry-image-container { -webkit-filter: blur(10px); filter: blur(10px); } #top .av-hover-overlay-bluronhover .av-masonry-entry:hover .av-masonry-image-container { -webkit-filter: blur(0px); filter: blur(0px); } /* Reverse grayscale on hover */ #top .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container { -webkit-filter: grayscale(0); filter: grayscale(0); } #top .av-hover-overlay-grayscale .av-masonry-entry:hover .av-masonry-image-container { -webkit-filter: grayscale(1); filter: grayscale(1); } /* Reverse fade out on hover*/ #top .av-hover-overlay-fade_out .av-masonry-entry .av-masonry-image-container { opacity: 0.2; } #top .av-hover-overlay-fade_out .av-masonry-entry:hover .av-masonry-image-container { opacity: 1.0; }Best regards,
YigitHi Rob,
I’m glad to hear that the site is working fine!
You can enable debugging mode in WP by editing your wp-config.php file – https://wordpress.org/support/article/debugging-in-wordpress/ then check out which line in which file is causing the error. That is exactly what I did :)
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,
I deleted the only broken image I found on the page though I can still reproduce the issue on my iphone. Could you please clear the cache on your server and check if that helped? :)
Cheers!
YigitHi,
Please add following code to bottom of functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/
add_filter("avf_alb_lightbox_image_size", function($size, $context) { $size = "full"; return $size; }, 10, 2);Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Button gets highlighted on reload or when you navigate to other pages and then back to theme options page, not only when you make changes :)
Regards,
YigitHi Eva,
We have forwarded your request to our devs and shared this thread as reference. We will update you here :)
Best regards,
YigitSeptember 26, 2022 at 3:17 pm in reply to: Title + Description of masonry element alignment #1366383Hi Eva,
We are glad that Ismael could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Thanks for contacting us!
Dynamic CSS file is updated whenever you press the button. If you would not like to update anything on the theme options, you can simply ignore that it is highlighted :)
Best regards,
YigitHi Richard,
Thanks for contacting us!
Do they have a screencast or a screenshot where we can see the issue?
I will ask my teammates to check the website on Windows :)
Best regards,
YigitHi
Could you please create temporary admin logins and post them here privately so we can look into it? Please post FTP logins as well in case theme editor is hidden on WP dashboard :)
Best regards,
YigitHey,
Thanks for contacting us!
Adding an author box was on our list however it was too complex so it was removed. I will forward your request to our devs for reconsideration and send internal linking as a separate request.
We will update you regarding your requests here :)
Edit: Could you please elaborate a bit on internal linking? https://imgur.com/a/VMpP6dP
Best regards,
Yigit-
This reply was modified 3 years, 1 month ago by
Yigit.
Hey Eva,
From what I understood, Notification element would work in your case. Please edit your element and go to Advanced > Developer Settings and give your element a custom CSS class (“custom-not-a-button” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling and adjust the width as needed.
.custom-not-a-button { max-width: 160px; }The reason why we are adding the features we are adding is because they are requested by Enfold users.
Please check out Notification element and let us know if it does not work for you or if you have any improvement suggestions for it and we will forward it to our devs :)
Regards,
YigitHey,
Thanks for contacting us!
Which version of Enfold are you using? I have just tested on my local installation using Enfold 5.1.2 and it worked – https://imgur.com/a/bfgkWxpEdit: I could reproduce the issue and reported it to our devs. We will update you here :)
Best regards,
Yigit-
This reply was modified 3 years, 1 month ago by
Yigit.
Hi,
@Guenni007 I could only reproduce the issue on IOS, on desktop it does not show for me either :)Best regards,
YigitSeptember 26, 2022 at 11:27 am in reply to: LayerSlider – issue on Android with Layer-width #1366325Hi,
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 sharing.
I did not see any change after commenting out the line but looking at the link, I think changing that line to following should also work
echo implode(get_field('page_layout'));Best regards,
YigitSeptember 23, 2022 at 5:15 pm in reply to: Trying to find a Enfold template & want to know which builder I will be using #1366160Hi,
You are welcome, Rob!
Sure, we will keep the thread open and it will be on hold. You can simply reply to this thread to re-open it :)
Best regards,
YigitHey,
Sorry, I should have mentioned that we do not actually have access to (Email address hidden if logged out) . Could you please post login credentials here privately? :)
Regards,
YigitHi Oliver,
LayerSlider devs have informed me that they have found the issue and will include the fix in one of the upcoming versions (LayerSlider 7.5.1 or 7.5.2 in my opinion). As always we are going to make sure Enfold has the latest version of LayerSlider but for now, unfortunately there seems to be no quick solution :(
Best regards,
Yigit -
This reply was modified 3 years, 1 month ago by
-
AuthorPosts
