Forum Replies Created
-
AuthorPosts
-
Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.ls-hide-on-tablet.ls-hide-on-desktop .ls-wrapper.ls-in-out.ls-inner-wrapper { top: 100px !important; }
Best regards,
YigitHey,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options :)
Best regards,
YigitSeptember 29, 2022 at 2:14 pm in reply to: Enfold Theme – How do I change the color of the font on the mobile burger menu? #1366902Hi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)Best regards,
YigitHey Diana,
Thanks for contacting us!
I edited your Timeline element on /home-v3/ page and gave it a custom ID “mid-timeline” in Advanced > Developer Settings tab and then added following code to bottom of Quick CSS field
/* Center timeline element */ #mid-timeline .avia-timeline-vertical.av-milestone-placement-left .av-milestone-content-wrap { width: 50%; }
Please review your website :)
Best regards,
YigitHi Jas,
Thanks for contacting us!
Could you please share your login link in private content field as well? Can we temporarily de-activate active plugins for testing purposes?
Best regards,
YigitSeptember 29, 2022 at 2:05 pm in reply to: Description & title in masonry element move to the left #1366895Hi Eva,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av-fixed-size #av-masonry-1-item-33326.av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos { text-align: left; }
Best regards,
YigitSeptember 29, 2022 at 1:28 pm in reply to: Enfold Theme – How do I change the color of the font on the mobile burger menu? #1366887Hi,
Please go to Enfold theme options > Advanced Styling, edit “Menu Links in overlay/slide out” and change font color as needed :)
Regards,
YigitHi,
You are welcome, Eva. Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
It seems like you have successfully installed Enfold 5.1.2 :)
Do you need further assistance on this thread?
Best regards,
YigitHi,
Which version are you using? If not the latest 5.1.2, please firstly update the theme – https://kriesi.at/documentation/enfold/theme-update/
Best regards,
YigitHi,
My bad. Please use following code instead of the one I posted earlier
#top #main a { text-decoration: underline; }
Best regards,
YigitHi,
I still can see predefined font-weight on your website. Have you uploaded the font after applying the changes? Also, please disable CSS file merging and compression temporarily and clear cache.
Regards,
YigitHey Samuel,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top #wrap_all a { text-decoration: underline; }
Best regards,
YigitHey Samuel,
Thanks for contacting us!
To edit your Custom Elements, please go to Custom Elements tab and click “Edit Custom Elements” button.
To delete them, hover on the element you would like to delete and click on “X”
To rename them, edit the custom element, go to Customize tab and click “Edit Name And Tooltip” button.
You can find screenshots here – https://imgur.com/a/Htxbh6q :)
Best regards,
YigitHi,
You can replace it with following to comment it out so it is easier to undo the changes :)
/* $css .= ” font-weight: {$info[‘weight’]};\r\n”; */
Cheers!
Yigit-
This reply was modified 2 years, 9 months ago by
Yigit.
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,
Yigit -
This reply was modified 2 years, 9 months ago by
-
AuthorPosts