Forum Replies Created
-
AuthorPosts
-
May 22, 2025 at 7:19 am in reply to: Reopening ticket to closed thread re fixed backgrounds on ipad not displaying #1484561
Ismael, well done! I think you solved it!!!! Thank you so much for your perseverence on this one! The images look great on the ipad in both landscape and portrait. (In portrait I actually switch to photos scaled for mobile.)
Can we leave this thread open for a week so I can keep testing?
Thank you so much!!!!!
Robhttps://www.thomashenthorne.com/125-belvedere-ave-belvedere-ca/
May 20, 2025 at 11:46 pm in reply to: Reopening ticket to closed thread re fixed backgrounds on ipad not displaying #1484503Hi Ismael,
Thanks for your patience and hard work on this! The latest code snippet above definitely helped and there are no longer the huge “zoomed in” images on the fixed images on iPad Safari. Is there any way you can access a VPN so you can see the page?
One thing that’s funny is that the images now display, but they are just a little smaller than the other images (that are set to scroll, not fixed) and so there’s a little white border next to them. Definitely better but if there’s a slight tweak to get them to stretch we would be 100%.Thanks,
RobMay 17, 2025 at 4:34 pm in reply to: Reopening ticket to closed thread re fixed backgrounds on ipad not displaying #1484380please see private content
May 16, 2025 at 7:17 am in reply to: Reopening ticket to closed thread re fixed backgrounds on ipad not displaying #1484327see private content
OK thanks… it’s that same page I’m working on with you on the iPad issue…
https://www.thomashenthorne.com/125-belvedere-ave-belvedere-ca/
It’s a huge page with self-hosted video. Photos are compressed as is self hosted video (can’t move to Vimeo hosted wallpaper background yet) but it’s still 5 MB or so. Most of the people viewing the page likely just watch the video and then bounce, so would be great if I could add a “load more” banner to reduce the payload of loading all those images.
Open to any suggestions!
Best,
RobMay 16, 2025 at 6:45 am in reply to: Reopening ticket to closed thread re fixed backgrounds on ipad not displaying #1484318Hi Ismael,
Are you getting a cloudflare error? I have turned off Geoblocking there but I think WP Engine has some geoblock rules in place because we had a bot attack a few months ago.I’m on a trip without my iPad so I can’t check this weekend but please keep this thread open and I’ll test it as soon as I can.
Best,
RobMay 14, 2025 at 8:16 am in reply to: Reopening ticket to closed thread re fixed backgrounds on ipad not displaying #1484214I have not removed that selector. I am a css novice. Should I try that, and how would the code change?
Here are the images:
https://postimg.cc/gallery/c3Pxc4QAs you can see, the fixed background images look like highly zoomed in portions of the photos. Of course on Chrome there is no issue at all. i realize there is a Safari / ios limitation, just need to figure out how to convert these to scroll if possible. I know I can’t do a fixed background.
Many thanks,
RobMay 13, 2025 at 10:45 pm in reply to: Reopening ticket to closed thread re fixed backgrounds on ipad not displaying #1484177I just realized that the reason I thought this was fixed is because it is fixed on Chrome on the ipad. However, on Safari, it does not fix the issue. I chatted with GPT and Gemni, and the latter came up with this which doesn’t work either:
/**
* Consolidated iPad Background Image Fixes – Attempt 2
*//* Target iPads (both portrait and landscape) */
@media only screen and (max-width: 1024px) {
.avia_mobile .avia-full-stretch,
.avia-bg-style-fixed {
background-attachment: scroll !important;
}
}/* Specific fix for Safari on iPad in landscape mode */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.avia-bg-style-fixed {
background-size: cover !important;
background-position: center center !important;
background-attachment: scroll !important; /* Ensure it’s still scrolling */
}
}Gemni also recommended I do a solution with javascript but I’m not wanting to start adding custom js to the site.
`<script>
(function($) {
$(window).on(‘orientationchange’, function() {
if (window.innerWidth >= 768 && window.innerWidth <= 1024 && Math.abs(window.orientation) === 90) {
// Force a repaint/reflow on iPad landscape after orientation change
$(‘.avia-bg-style-fixed’).each(function() {
$(this).css(‘background-image’, $(this).css(‘background-image’));
});
}
});
})(jQuery);
</script>If we can’t fix it, is there a way to make Safari only show the portrait orientation (which are smaller, mobile photos) vs the landscape, while Chrome would still use the larger color sections / background photos in landscape mode?
Sorry this one is a beast…
Thanks
RobMay 6, 2025 at 4:26 pm in reply to: “Maps were disabled by the visitor on this site. Click to open the map..” #1483699That seems to have fixed it! That also fixed the issue I was having (but didn’t open a thread…) where the cookie popup started showing on every page load when logged in as an admin and viewing pages.
I am approaching my 10 year anniversary with Enfold and really appreciate the incredible support. It’s what keeps me renewing each year, and recommending this great theme to others.
Thanks so much!
RobMay 6, 2025 at 6:26 am in reply to: “Maps were disabled by the visitor on this site. Click to open the map..” #1483667Yes, that fixed it! Is this a known issue or is there a setting I need to change or ?
Thanks,
RobMay 6, 2025 at 6:13 am in reply to: Problem displaying color sections with “fixed” backgrounds on iPad #1483664Ismael, that worked perfectly, thank you! OK to close ticket.
Best,
RobMay 6, 2025 at 5:35 am in reply to: “Maps were disabled by the visitor on this site. Click to open the map..” #1483660Hi Ismael, thanks for your response. I believe Cloudflare was set up to block many countries during a bot attack. Do you happen to have a US VPN yu can use? I’ll see if there’s a way to turn off the geofencing.
Thanks,
RobMay 5, 2025 at 7:41 pm in reply to: “Maps were disabled by the visitor on this site. Click to open the map..” #1483640Additional note: if I reload the above page, then the map loads ok.
Then if I go to this page, map also loads:
https://www.thomashenthorne.com/1245-sobre-vista-drive-sonoma-ca/April 21, 2025 at 6:14 pm in reply to: Problem displaying color sections with “fixed” backgrounds on iPad #1481739Thanks Ismael. I assume I should add this under “quick css”?
Thanks,
RobMarch 17, 2025 at 4:37 am in reply to: Website Very Slow Editing Pages After Updating to Enfold 7.0 #1479494The same thing happened to me. I just updated to Version 7.1. Was there something going on with Enfold 7.0 that’s been corrected? I see the changelog mentions multiple database queries solved.
Tnanks!
Thanks Mike. Have a nice Thanksgiving!
October 3, 2024 at 6:36 pm in reply to: Full page video that scrolls into a text page possible with Enfold? #1468382see private comment
September 9, 2024 at 4:05 pm in reply to: Full page video that scrolls into a text page possible with Enfold? #1466526WOW my old thread has a new life!
FYI, I ended up using Smart Slider Pro to achieve this and other full screen video effects. A lifetime license is very reasonably priced and their support is Enfold level – excellent!
Best
RobAugust 17, 2024 at 5:15 pm in reply to: Change scroll down arrow for ONE color section only #1464828Perfect, thank you Mike!
Best
RobAugust 17, 2024 at 4:34 pm in reply to: Change scroll down arrow for ONE color section only #1464825Hi Mike,
Thanks for the prompt response. I am not a css programmer so I appreciate your help.Here is the page:
https://www.thomashenthorne.com/21-edgewood-way-san-rafael/I found this old thread that seems to solve what I would want to do:
Can you help me figure out the page id and the css I would add so just that color section is modified?
Thanks much,
RobApril 17, 2024 at 10:21 pm in reply to: Blog url now has a “-2” on it – duplicate blog pages in “pages” #1440243Thanks Rikard… Site seems to be back to normal. Any idea what would have caused a duplicate blog page to be created? I know I didn’t do this… at least intentionally hahaha.
Best,
RobApril 17, 2024 at 6:16 pm in reply to: Blog url now has a “-2” on it – duplicate blog pages in “pages” #1440222Guenni, thanks for jumping in and I hope you are well.
The “marin real estate blog” page was showing unpublished (no idea why… it has been there forever) and so I published it again, selected it in main theme options, did a 301 rediirect from the mysterious -2 page and everything seems to be working.
I am curious to know why this happened but glad it’s ok now.
Got it… ok to close, thanks for the explanation!
Hi Mike, I thought it enabled some tools with the classic editor, which I use in conjunction with ALB. There are also some new font handling mechanisms I believe but that may duplicative of what already exists in Enfold?
Maybe we leave this open and see if anyone has dug into 6.5 since the documentation is so minimal…?
Thanks much!
RThank you 5.6.12 just came through and seems to be working beautifully.
February 1, 2024 at 8:05 pm in reply to: How do I customize the icons displayed in the Icon List? #1432766Sorry to bump this old thread, but I just googled with the same question and stumbled across this.
The issue is that the customize icons field is NOT visible when the element appears. You have eto think to scroll down past the huge text box.
Perhaps this could be corrected in an upcoming Enfold release? At the very least a “scroll down to customize icons” could be added? ;)Thanks,
RobJanuary 30, 2024 at 3:58 pm in reply to: Metadata element – possible to add default settings? #1432505Enfold 6.0! Exciting! I can remember being excited about version 4.0!
Best,
RobJanuary 30, 2024 at 8:06 am in reply to: Metadata element – possible to add default settings? #1432456Hi Ismael!
It’s not the Separator/Whitespace element I’m speaking about, it’s the Post Metadata element. If you open that element you’ll see it spelled “Seperator”“Seperator
Will be used to seperate multiple metadata”Let me know if you want a screenshot. You guys are great for caring about this little minor misspelling! The new custom element has saved me hours of work today, thanks again! ;)
Best
RobJanuary 29, 2024 at 4:30 pm in reply to: Metadata element – possible to add default settings? #1432408Thank you! Just anotehr reason why I have been loyal to Enfold all these years. The ultimate theme!
January 29, 2024 at 4:26 pm in reply to: Metadata element – possible to add default settings? #1432406Hi Günter,
That worked beautifully!!!Thank you!!!
I hope this thread helps others with this. The use of a #customelement in ALB will be a huge time saver for me. I didn’t know it was even an option!
Best,
Rob#ALB #customelement
-
AuthorPosts