Forum Replies Created
-
AuthorPosts
-
Hey schwabino,
Please see our documentation for Adding your own Fontello icon
You can choose Fontello.com icon fonts or upload your own svg icons to Fontello.com to create the custom icon font and then add it to your site at Enfold Theme Options ▸ Import/Export ▸ Iconfont ManagerBest regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 30, 2022 at 9:37 pm in reply to: Icon list – missing responsiveness icons shall move on top of the text #1374521Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 30, 2022 at 8:24 pm in reply to: Headline rotator is moving my content up and down on the page #1374514Hi,
Thanks for the link to your site, it seems that this only occurs on screens larger than 1500px, probably due to the change in the font size for larger screens, we not have a way to disable it when it is out of view, but we can increace the height of the column that it is in to stop the movement.
Try this css in your Quick CSS:@media only screen and (min-width: 1500px) { #top.home .flex_column.avia-builder-el-2 { min-height: 350px; height: 350px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeNovember 30, 2022 at 8:04 pm in reply to: Follow up of the ticket "Move author and date at the beginning of the article" #1374511Hey profumopuntoit,
Try this function instead:function move_postmeta(){ ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $( ".single.single-post .post-meta-infos" ).insertBefore('.entry-content' ); })(jQuery); }); </script> <?php } add_action('wp_footer', 'move_postmeta');Best regards,
MikeHi,
Thanks for your patience, please check the wp-config.php file via FTP to see if you find the DISABLE_WP_CRON set to true, look for this:
define('DISABLE_WP_CRON', true);
If you do find this please change to false and then test your contact form again.
If you don’t find this then perhaps your Wordfence Security has disabled the cron, I’m not sure if this an option, if you can find the option try disabling the Wordfence Security plugin and test your contact form again.Best regards,
MikeNovember 30, 2022 at 1:47 pm in reply to: Update to Enfold 5.2.1 breaks footer and other child elements #1374449Hi,
Thanks for the login to your staging site, I have tried deactivating your plugins,
When I remove your child theme header.php & footer.php your footer shows correctly, please check.
I didn’t find what was going on with your styling though.Best regards,
MikeNovember 30, 2022 at 3:39 am in reply to: Update to Enfold 5.2.1 breaks footer and other child elements #1374396Hi,
I tried to review this thread to catch up, and as I understand you have a backup for 4.5.7 where everything works correctly, but when you update to 5.2.1 the demo footer shows and you lose the homepage styling?
Do you lose any other styling?
The WP login doesn’t work, but the FTP did work. It looks like you have a custom loop-index.php, related-posts.php, single.php, header.php, footer.php
I wonder if any of these are conflicting with the latest version, quite a lot has changed since 4.5.7Do you know what the customizations in each of these are? If these are minor customizations I would imagine that you could remove these files to see if your footer and homepage styling returns, and then add the files back one at a time to see where the error occurs.
Best regards,
MikeHi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function av_woo_tabs_below_product_image() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action( 'woocommerce_product_thumbnails', 'woocommerce_output_product_data_tabs', 10 ); } add_action( 'init', 'av_woo_tabs_below_product_image');Best regards,
MikeNovember 30, 2022 at 2:18 am in reply to: Making top nav and secondary menu sticky on Mobile #1374392Hi,
Please try this code in the General Styling ▸ Quick CSS field@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeNovember 30, 2022 at 2:13 am in reply to: Fullscreen Slider Link Buttons Spinning After Click #1374389Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey qhsedirectory,
It looks like the ending bit of code is missing from the script, but I can’t tell for sure without logging in, and I think your caching plugin is delaying the loading of jQuery so the script won’t work. Please disable any javascript cache settings and include a admin login so I can check the script.Best regards,
MikeHey HolgerRaddatz,
Thanks for the link to your site, you can use this css to brake the words so they stay in the cells, please note that not all browsers will show the hyphens, Chrome on Windows doesn’t but the words are still broken.#top .avia-table.avia-pricing-table-container li { -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }Another option is to reduce the font size for the tablet screen, but your long words still need to be broken, but this might look better:
@media only screen and (min-width: 768px) and (max-width: 1415px) { #top .avia-table.avia-pricing-table-container li { font-size: 12px; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }So try different font sizes to find a balance that you like.
Best regards,
MikeNovember 29, 2022 at 1:23 pm in reply to: Using and editing avia-builder.css in a child theme #1374273Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
I checked the Andover page from your screenshot on Windows in Chrome, Firefox, & Edge and it was large on all.
If your on a Mac iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeHi,
Thanks for the feedback, here is a link to our menu subtext documentation that shows the css needed to show the subtext for menu items when using the top header. When using the sidebar header there is more room so the theme shows the subtext by default.
But unfortunately, the subtext is disabled for submenu items.
I have asked the rest of the team if there is a way to enable this and will reply when I hear back, Thank you for your patience.Best regards,
MikeHi,
Thanks for the link, the website is using the Revolution Slider, so you could use that plugin, or you can try the layerslider plugin to see if it will also play on mobile.
But please be aware that there is no guarantee that they will always work.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey AuroraArcus,
This is because of the theme option Enfold Theme Options ▸ Theme Options ▸ Where Do You Want To Display The Blog
was set to your page Blog so the theme added the auto generated blog, I disabled this for you so you can create a custom blog page with the Advanced Layout Builder and the elements you choose.
Please check.Best regards,
MikeHi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function move_mailchimp_privacy_check_to_end() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $( '.avia-mailchimp-form' ).each(function() { $( this ).find( '.av_mailchimp_privacy_check' ).insertAfter( $(this).find('.av-last-visible-form-element').removeClass('first_form') ); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'move_mailchimp_privacy_check_to_end');Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
this is the expected results:

Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try using the plugin Simple Image Sizes, it will let you change the image sizes and let you set the crop to false.
After you make the changes you will need to use the plugin Regenerate Thumbnails to change all of the thumbnails.
I believe the size you want to change is featured_large as it is the 1500×630 image.Best regards,
MikeHi,
Very good then, I hope you have a great day. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the login, the new button was using the same custom class widget-book as the other button so the custom css was changing the text color.
I changed the custom class for the button to widget-blog and added it’s own custom css in your Quick CSS.#footer .widget-blog a { color:#fff; font-weight: 700; text-transform:uppercase; font-family: "comfortaa" !important; }please clear your browser cache and check.
Best regards,
MikeHey Timothy,
Thanks for your screenshots, but when I test by setting the images in the gallery and saving, and go to the front end and then re-edit the gallery is in the same order
original placement:

re-edit placement:

Have you tried disabling any theme customizations and plugins and trying again?Best regards,
MikeHey jb84,
Background videos will not play on mobile devices, this is a limitation set by the browsers, this is why for mobile you should pick a fallback image.
There may be plugins that use hacks to bypass this limitation, but with each browser update, the browsers are blocking more and more of these.
We do not use hacks and follow the browser rules, and recommend you do too or you will always be struggling with the browsers over this looking for new hacks.Best regards,
MikeHi,
Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts


