Forum Replies Created
-
AuthorPosts
-
Hi,
Custom fonts are not added to the font selector in TinyMCE.
As a side note, the font selector isn’t included in the default TinyMCE. A third-party plugin must be adding this.
Best regards,
YigitHi Francesco,
You can set your custom font as the body or heading font in the Enfold theme options > General Styling > Fonts.
If that’s not what you’d like to do, please send us a screenshot and show the changes you’d like to make.
Regards,
YigitHey Francesco,
You can upload your custom fonts in the Enfold theme options > Import & Export > Custom Font Manager. You can read more about uploading your custom fonts on our documentation at https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts.
Best regards,
YigitHey Lynnette,
Yes, currently the latest version of Enfold is 5.6.9. Please refer to this post and update Enfold to the latest version: https://kriesi.at/documentation/enfold/theme-update/.
To receive auto updates in Enfold, you can generate a Personal Token ( https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token ) and insert it in the Enfold theme option > Theme Update.
Regards,
YigitHi,
Please refer to this post: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token.
Regards,
YigitHi,
Please refer to @Guenni007’s post.
You can add the
[year]
shortcode in the Enfold theme options > Footer > Copyright field.
@Guenni007 Thanks for your help!Best regards,
YigitHi,
I’m sorry for the confusion, this feature has been added in Enfold 5.6.9. If this button isn’t available on your site, you’re probably using an older version of the theme. Updating the theme should add the option: https://kriesi.at/documentation/enfold/theme-update/.
Regards,
YigitHey NicomIT,
You have the following custom CSS code:
.solutions-header { padding: 10%; margin-bottom: 0; }
Please change it to the following and clear caches:
#top .solutions-header { padding: 10%; margin-bottom: 0; }
Best regards,
YigitJanuary 12, 2024 at 4:34 pm in reply to: Container with breadcrumbs is not centered correctly in mobile version #1429921Hi Dimitar,
1- Please add the following code to the bottom of Functions.php file of your child theme, or install the Code Snippets plugin and add it as a new snippet:
add_filter('avia_breadcrumbs_args', function($args) { $args['truncate'] = 9999; return $args; }, 10, 1);
2- The first Blog is the page and second Blog is the category of your post.
Best regards,
YigitHey J,
We’re making sure that Enfold is backwards compatible so you shouldn’t experience any issues at all.
However, it’s always better to be safe. So please create a staging copy of the site, update the theme, and check if there are any issues. If you don’t notice any issues, you can go ahead and update the theme on your live site.
Best regards,
YigitHi Francesco,
I replied to your questions on your other thread at https://kriesi.at/support/topic/info-enfold-theme/.
3- Our forums are open 24/7 however response time is slower on the weekends.
Best regards,
YigitHey Francesco,
1- Key features are listed on Enfold’s ThemeForest page ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ). You can find the list of recommended plugins at https://kriesi.at/support/topic/recommended-plugins/.
Enfold is a responsive theme out of the box. You may want to adjust the options to fine-tune the layout but all elements are responsive.
2- We usually respond to support threads within 24 hours however depending on how busy the forums are, it may take longer.
3- Our company is based in Vienna, Austria. However, we have moderators from all over the world so we can keep our forums active.
I hope this helps. Let us know if you have any other questions.
Regards,
YigitHi,
It looks like the issue was in the Church demo. We updated the demo so please remove the code I provided earlier, reset your installation by using a plugin such as the WP Reset ( https://wordpress.org/plugins/wp-reset/ ), and reimport the Church demo :)
If you already started working on your site, you can also add a Color Section element to your page, move the content from the existing Color Section into the new Color Section element and update the page.
Regards,
YigitHi,
Thanks for reporting the issue. We’ll forward it to our developers for investigation.
For now, please add the following code to the bottom of Quick CSS field in the Enfold theme options > General Styling:
.avia_mobile.avia-safari .av-parallax-section { overflow: visible; }
Best regards,
Yigit- This reply was modified 8 months, 4 weeks ago by Yigit.
Hey Thomas,
You can use the “ava_after_main_container” hook instead of the “woocommerce_before_shop_loop” for that.
If you created your Blog page using ALB, the simpler way would be adding the Widget Area element to the top of your page and choosing your widget.
Best regards,
YigitHi,
Thank you, this one worked.
Please add the following code to the functions.php file of your child theme in the Appearance > Theme File Editor:
add_filter('avf_ignore_duplicate_post_types', 'enfold_disable_duplicate_link'); function enfold_disable_duplicate_link($args){ $post_types = ['shop_order']; return $post_types; }
Best regards,
YigitHey Harald,
Thanks for the update! I’ll pass the information over to our developers.
Enfold content including the header and footer is wrapped inside the div with the “wrap_all” ID. There won’t be any galleries outside of this div. We’re just using it to make the selector stronger.
Regards,
YigitHey Monique,
Login credentials didn’t work for me. Please check them once again.
Regards,
YigitHey Harald,
Please try adding the following code to the bottom of the Quick CSS field in the Enfold theme options > General Styling tab
#top #wrap_all .avia-gallery .avia-gallery-thumb a { display: inline-block; vertical-align: top; float: none; }
I could see the issue on my local installation on both Firefox and Safari and this code fixed it. Please let us know if it fixes the issue for you too. We’ll add a similar fix in an upcoming update.
Regards,
YigitHello Dave,
As it’s noted on our forums, we’re taking a small break. It may take a bit longer for you to receive replies during holidays.
Regards,
YigitHey Dave,
You can find this custom code you added in the Appearance > Customize > Additional CSS at line 7 ( https://i.imgur.com/k0kQJeY.png ):
li.dropdown_ul_available:not(#menu-item-5472)::after { content: "▼"; color: #210e23; position: absolute; top: 31px; left: -3px; font-weight: bold; }
After removing it, make sure to clear any server-side, plugin-based, and browser caches.
Regards,
YigitHey,
Please try using the following code instead:
#top .avia-logo-element-container .slide-image { background: transparent; }
Cheers!
YigitHi,
Each domain requires a separate license so you would need to purchase a new license. You can read more about licensing at https://themeforest.net/licenses/standard.
Let us know if you have any other questions.
Regards,
YigitHi,
Please share your server’s error logs with us using the https://pastebin.com/. You can contact your hosting provider and they can help you check the error logs.
Regards,
YigitHello,
These arrows aren’t coming from Enfold. You can remove them by adding the following code to the bottom of Quick CSS field in the Enfold theme options > General Styling
li.dropdown_ul_available:not(#menu-item-5472)::after { display: none; }
Regards,
YigitHi,
I cannot see the “Duplicate” link on Orders on my local installation. Please send us temporary admin login credentials to your staging site so we can look into it.
Regards,
YigitMerhabalar HuQQa,
Evet, Envato kurallarina gore her websitesi icin yeni lisans gerekiyor ( https://themeforest.net/licenses/standard ).
Yeni Token olusturmaniz ( https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token ) tokenleri duzenlemeniz veya silmeniz acisindan faydali olucaktir. Eger buna ihtiyaciniz olmayacaksa ayni tokeni kullanabilirsiniz.
Mutlu yillar!
Best regards,
YigitHi,
Does enabling the “Delete Old CSS And JS Files?” option in the Enfold theme options > Performance make any difference?
Please see my message in the private content field.
Regards,
YigitHi,
You can disable Enfold’s cookie consent message in the Enfold theme options > Privacy and Cookies > Cookie Handling > Enable Cookie Consent Messages ( https://i.imgur.com/j7bsUfL.png ).
You can find the cookies from Enfold here: https://kriesi.at/documentation/enfold/privacy-cookies/#developer-info.
Merry Christmas and Happy New Year!
Regards,
Yigit -
AuthorPosts