Forum Replies Created
-
AuthorPosts
-
May 22, 2024 at 10:53 pm in reply to: Adjust Margin Space Between Elements in the Same Footer Column #1445241
Hi,
Typically this would be true, but if it doesn’t help please provide a link to the page so we can check.Best regards,
MikeMay 22, 2024 at 10:50 pm in reply to: Google Maps error: Maps were disabled by the visitor on this site. Click to open #1445240Hi,
Odd, I have not seen this before. Please provive your user name and your user email in the Private Content area below, please don’t reply to this email notification but login to the forum. We wil check your account, but typically if you can reply to a thread you should also be able to open a new thread.Best regards,
MikeMay 22, 2024 at 5:13 pm in reply to: Google Maps error: Maps were disabled by the visitor on this site. Click to open #1445193Hi,
@totalweighing, Please open a new thread with this link with the url to the page in question and an admin login so we can be of more assistance, as this is not your thread posting your admin login here will not be private and you will not see our comments in the Private Content area.
It gets confusing when we are working on more than one site per thread. Thanks for understanding.Best regards,
MikeHi,
Glad Ismael could help, we will leave this open for now while you test, please let us know when we should close this thread.Best regards,
MikeMay 22, 2024 at 5:01 pm in reply to: custom fonts in different language sometimes not displayed #1445190Hi,
Glad to help, we will leave this open for now, please let us know when this is sorted out and we should close this thread.Best regards,
MikeMay 22, 2024 at 11:36 am in reply to: custom fonts in different language sometimes not displayed #1445141Hi,
I see a CORS error for your font on the EN site, which is on a different domain than your DE site.
I think that you are using the WPML settings to use two domains and the font is on the DE domain, so please ask your webhost to set the server to allow “Access-Control-Allow-Origin” for both domains so the font can be shared. This has to be done on the server and each server is different so they will know the best way for your server.
I posted the error below for their reference.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 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,
MikeMay 21, 2024 at 10:21 pm in reply to: Video fallback image causing enormous performance issues on mobile devices. #1445007Hi,
I’m not sure what you mean by preload it, please explain further what you would like to see.Best regards,
MikeHi,
The video at the top auto plays for me on Android, but I don’t have a iPhone to test with, and typically that one is harder to get auto play to work on. If you can’t get it to work on iPhone try creating a gif from your video and use it as the static replacement image, this has worked well for others.Best regards,
MikeMay 21, 2024 at 5:31 pm in reply to: custom fonts in different language sometimes not displayed #1444964Hi,
Please include an admin login in the Private Content area so we can investigate.
Does this happen in only one language or both?Best regards,
MikeHey Munford,
In the other thread the file types were giving a 404 error, I don’t see this on your site. But your video is 87.8mb that is why it loads slowly, try making it smaller, there are many that you could try.Best regards,
MikeMay 21, 2024 at 11:51 am in reply to: Enfold Landing Page – Show menu always, not only when scrolling #1444902Hey reqonsult,
Please see our demo of the Masonry Element. Here is another example of the same element used to show blog posts, it can also show products.Best regards,
MikeHi,
Thank you for the link to your site, in your css you have display: inline-block and display: flex; so I removed the display: inline-block and added float: none
Now it is working, please check.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,
Try this instead@media only screen and (min-width: 768px) { #top .avia_codeblock_section .woocommerce.columns-4, #top .avia_codeblock_section .products.columns-4 { display: flex; } #top .avia_codeblock_section .products .product.last, #top #main .avia_codeblock_section .products .product.last { margin-right: 13px; } }
Best regards,
MikeMay 19, 2024 at 11:57 pm in reply to: Video fallback image causing enormous performance issues on mobile devices. #1444619Hi,
The article said that they use 3g only for mobile, they probably use lan for the desktop and that is why the score is much higher. You should research this more I saw many articles that said that it is not a good tool.Best regards,
MikeHi,
Try this CSS instead:#top .avia_codeblock_section .woocommerce.columns-4, #top .avia_codeblock_section .products.columns-4 { display: flex; } #top .avia_codeblock_section .products .product.last, #top #main .avia_codeblock_section .products .product.last { margin-right: 13px; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, and removing the previous css, please clear your browser cache and check.Best regards,
MikeHi,
Thank you for your patience, when I first checked I found that the Advanced Layout Builder (ALB) was not loading on the pages that I tested and was getting the error: /admin-ajax.php 503 (Service Unavailable) I couldn’t tell what was causing this.
But when I disabled all of your plugins your pages loaded quickly and the ALB worked correctly, I set the plugins back to the way I found them.
Try disabling all of your plugins and then reload the page. You should see that this resolves the issue, then reactivate each one individually and reload the page until you find the conflict.Best regards,
MikeHey Aubin,
Please ensure that you have Enfold Theme Options ▸ Shop Options ▸ Product gallery ▸ WooCommerce 3.0 product gallery enabled
Best regards,
MikeMay 19, 2024 at 5:02 pm in reply to: Select Element in forms set specific option as selected #1444547Hey lyubopopov,
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, or if you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
then add this code and save:function select_value_in_form() { ?> <script> document.addEventListener('DOMContentLoaded', function() { var selectFields = document.querySelectorAll('.page-id-15 #avia_6_1'); selectFields.forEach(function(selectField) { for (var i = 0; i < selectField.options.length; i++) { if (selectField.options[i].value === 'Brazil') { selectField.selectedIndex = i; break; } } }); }); </script> <?php } add_action( 'wp_footer', 'select_value_in_form', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
I wrote this to only work on the one page so it won’t interfere with other pages.Best regards,
MikeMay 19, 2024 at 4:11 pm in reply to: Video fallback image causing enormous performance issues on mobile devices. #1444537Hi,
I tried looking into why PageSpeed Insights are not consent, and I found many articles like this one: Why Google PageSpeed Insights don’t reflect realityPageSpeed Insights uses a slow 3G connection for its mobile testing, rather than 4G or 5G or a regular broadband connection. This means that the large majority of your visitors will see faster page loads and have a much better experience browsing your website by default than PageSpeed Insights suggests.
On GTMetrix the desktop version of your /counseling-austin-tx/ page is 99
but you need a paid plan to test as mobile.
The Pingdom Website Speed Test rates your /counseling-austin-tx/ mobile version as 85
DebugBear rates your /counseling-austin-tx/ mobile version as 94
This site claims to be More accurate data than Page Speed Insights:
Best regards,
Mike -
AuthorPosts