Forum Replies Created
-
AuthorPosts
-
Hi,
Glad Guenni007 could help, thank you Guenni007, 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 feedback, the image srcset options are 36px, 80px, & 180px
so to use the 80px size image add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_news_thumb_size() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('.newsbox .news-thumb img.size-widget').attr('width', '80px'); $('.newsbox .news-thumb img.size-widget').attr('height', '80px'); $('.newsbox .news-thumb img.size-widget').attr('sizes', '(max-width: 80px) 100vw, 80px'); $('.newsbox .news-thumb').css({'height': '80px','width': '80px'}); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_news_thumb_size');and then change your css to this:
.news-thumb { padding: 0; height: 80px; width: 80px; border: 0; } .news-thumb img { width: 80px; height: 80px; }If you want to use the 180px size, just adjust the code to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
When I test the images on my demo install they are transparent, see my text page below.
Try removing your plugin and see if that corrects.
If not try creating a test install on a new WP install with no plugins and see if it works like on my install, don’t make a clone of your site because you don’t want to carry the error over.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,
MikeHi,
The error that I see is: Please make sure that your fields are filled in correctly
this is from MailChimp and relates to the logic of your required fields, so please check your fields in MailChimp.
If you have trouble try removing the required from all fields, or create a new one with only the email address and test it, then add fields one at a time testing them until you get the message again, and then check the MailChimp documentation about that field or ask the MailChimp support about the logic.
I tested my MailChimp API and it worked correctly.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 troupdim,
Thanks for your question, it will show if you disable your browser AD blocker.Best regards,
MikeNovember 23, 2022 at 1:55 pm in reply to: Home page image does not render on android possibly after the WP 6.1.1 update #1373641Hey John,
Thanks for the login, each image that you upload should create a few different thumbnail sizes to use, for you image most are missing, see the list below.
I also notice that most of the images in your media library are missing, notice the blank images:

I’m not sure why this occurred but those images have been deleted, I recommend disabling all of your plugins then delete your “blank” images from the media library, and then try uploading that image again with a different file name and see if it then works correctly. If not leave all of your plugins deactivated and let us know so we can check.Best regards,
MikeNovember 23, 2022 at 1:15 pm in reply to: Preselected Category Filter (Sort Options) – Masonry Element #1373636Hi,
Glad Ismael 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,
MikeHi,
Ok, I added this code:add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1); function avia_change_pre_text_breadcrumb($args){ $args['before'] = '<span class="breadcrumb-title">' . __( 'Βρίσκεστε εδώ:', 'avia_framework' ) . '</span>'; return $args; }Please clear your browser cache and check.
Best regards,
MikeHi,
I have removed the filter for you, please include FTP access so we can apply it again.
What did you want the You are here text to say?Best regards,
MikeHi,
This image is a proper PNG ▸ t-and-r-logo-white-1.png
your preloader is not ▸ trustedblue.png
If you don’t have a backup of it then try recreating it.
If you do and it still doesn’t work then upload a copy to DropBox or such so I can check that it is properly working.Best regards,
MikeHi,
Sorry, I’m not recommending the app, I’m recommending that you try converting it to ensure it is correct, in my experience Safari typically plays mp4 so the error must be pointing to an error in the video.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 Hurricane,
Thank you for the link to your site, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function hide_title_attribute_on_hover() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('a').hover(function(e){ $(this).attr('data-title', $(this).attr('title')); $(this).removeAttr('title'); }, function(e){ $(this).attr('title', $(this).attr('data-title')); }); $('img').hover(function(e){ $(this).attr('data-title', $(this).attr('title')); $(this).removeAttr('title'); }, function(e){ $(this).attr('title', $(this).attr('data-title')); }); $('a.av-masonry-entry').hover(function(e){ $(this).attr('data-title', $(this).attr('title')); $(this).removeAttr('title'); }, function(e){ $(this).attr('title', $(this).attr('data-title')); }); $('.av-masonry-image-container').hover(function(e){ $(this).attr('data-title', $(this).attr('title')); $(this).removeAttr('title'); }, function(e){ $(this).attr('title', $(this).attr('data-title')); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'hide_title_attribute_on_hover');This code it based on some shared by Guenni007 thanks 🙂.
Best regards,
MikeHi,
Glad Ismael could help, Please toggle the Enfold > Performance > File Compression settings after adding the css.
means to turn it off and then back on if you had it on, but since the css is working for you, you won’t need to do this.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
I see, unfortunately, I don’t have access to Safari today as I’m on Windows, please review the “unsupported file type” error that you got from Safari and change to a file type that is supported by Safari.
When I check the video on Windows it looks like it is a mp4, according to this article the video could be in a malformed codec and you should try converting it to a proper mp4.
In my experience Safari typically plays mp4Best regards,
MikeHi,
Thanks for the login, I reviewed your preloader image, and while it has the PNG extension if you paste the url into a new tab and try to save it, it saves as a WEBP image:

so I believe that the image was converted by one of your plugins when you uploaded it and broke the transparency
Try uploading your preloader image again in the PNG format with a different name and see if works while all of your plugins are disabled.
If not please link to your transparent preloader below, but not the one in your media library as it is no longer transparent.Best regards,
MikeNovember 22, 2022 at 7:22 pm in reply to: Footer with 5 columns shows Archiv instead of Widget specified #1373554Hey troupdim,
Thanks for the link to your site, I assume you want to change the You are here text
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('.breadcrumb-title').text(function(index, text) { return text.replace('You are here', 'Your New Text'); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_script');and adjust the Your New Text to suit.
Best regards,
MikeHey xela,
Thank you for the link to your site please try this code in the General Styling ▸ Quick CSS field@media only screen and (max-width: 989px) { .html_mobile_menu_tablet #top #wrap_all .av_header_transparency { background-color: transparent; color: #000000; border-color: transparent; } .responsive #top #main, .responsive.html_mobile_menu_tablet.html_header_top #top #main { margin-top: -99px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeNovember 22, 2022 at 2:28 pm in reply to: Icon list – missing responsiveness icons shall move on top of the text #1373507Hey willbaer,
Thanks for the screenshot, to make the text wider on mobile we could reduce the left and right padding, what would you like 10px of padding? Are you looking to center the icon and title above the text?
Please link to your page so we can examine the elements and write some CSS for your specific situation that will meet your expectations.Best regards,
MikeHey navindesigns,
Thanks for the login and the test page, I cloned your element and made one only visible on desktop and the second only visible on mobile, for that one I changed the number of columns form 4 to 2 so one mobile only 2 show at a time, please clear your browser cache and check.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, 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 22, 2022 at 1:37 pm in reply to: Issues Background image does not show on mobile devices whewirh background image #1373496Hey willbaer,
Thanks for your question can you create a text page with the image that doesn’t show on mobile so we can investigate the difference between the two pages.
An easy way to clone the page is to Enable the Avia Layout Builder Debugger
This will add a box under the Advanced Layout Builder that shows the page shortcode, you can copy this and create a new ALB page and paste the code in the debugger box and then save.Best regards,
Mike -
AuthorPosts



