Ah, okay! I went to the RWD tab of the snap scroll object properties, and it was at 480. I changed it to 360 and now the snap appears on mobile.
Thanks!
Search found 78 matches
- Sun Jun 08, 2025 12:15 pm
- Forum: General Questions
- Topic: Snap Scroll doesn't work on mobile?
- Replies: 7
- Views: 253
- Sun Jun 08, 2025 11:59 am
- Forum: General Questions
- Topic: Snap Scroll doesn't work on mobile?
- Replies: 7
- Views: 253
Re: Snap Scroll doesn't work on mobile?
i'm using the latest version of WYSIWYG, v20.2.0.
Are you referring to the RWD tab in the objecct properties?
Are you referring to the RWD tab in the objecct properties?
- Sun Jun 08, 2025 11:27 am
- Forum: General Questions
- Topic: Snap Scroll doesn't work on mobile?
- Replies: 7
- Views: 253
Re: Snap Scroll doesn't work on mobile?
Thanks for the reply. I've checked both views, and there's no such option.
- Sun Jun 08, 2025 9:24 am
- Forum: General Questions
- Topic: Snap Scroll doesn't work on mobile?
- Replies: 7
- Views: 253
Snap Scroll doesn't work on mobile?
Hi,
I'd like to get Snap Scoll to work on mobile, but so far have no luck.
I've even tried loading the Snap Scroll DEMO project by this website on my mobile, and the function doesn't work.
Is this possible?
Thanks.
I'd like to get Snap Scoll to work on mobile, but so far have no luck.
I've even tried loading the Snap Scroll DEMO project by this website on my mobile, and the function doesn't work.
Is this possible?
Thanks.
- Sat Jun 07, 2025 11:32 am
- Forum: General Questions
- Topic: Youtube lightbox thumbnail glitches when animated
- Replies: 2
- Views: 156
Re: Youtube lightbox thumbnail glitches when animated
Thanks. I looked up the link you posted, and it was helpful. However, I'm not sure where to:
"1) Add the same event again and select action -> run javascript.
2) In the JavaScript field enter:
Code: Select all
return true;"
where do I go for "action>run javascript"?
The "on" menu is now only ...
"1) Add the same event again and select action -> run javascript.
2) In the JavaScript field enter:
Code: Select all
return true;"
where do I go for "action>run javascript"?
The "on" menu is now only ...
- Sat Jun 07, 2025 6:50 am
- Forum: General Questions
- Topic: Youtube lightbox thumbnail glitches when animated
- Replies: 2
- Views: 156
Youtube lightbox thumbnail glitches when animated
Hi,
has anyone tried inserting a YouTube media, turn on the Lightbox feature (which then requires an IMG thumbnail), then tried to animate it (with basic Events or Animation motions)?
The thumbnail no longer works once an attempt at animating it, is done.
Could someone please confirm?
Using the ...
has anyone tried inserting a YouTube media, turn on the Lightbox feature (which then requires an IMG thumbnail), then tried to animate it (with basic Events or Animation motions)?
The thumbnail no longer works once an attempt at animating it, is done.
Could someone please confirm?
Using the ...
- Tue Jun 03, 2025 9:04 am
- Forum: General Questions
- Topic: Text Stroke Menu extension glitch
- Replies: 4
- Views: 202
Re: Text Stroke Menu extension glitch
Ah, fantastic! Thanks so much Pablo!
- Tue Jun 03, 2025 8:06 am
- Forum: General Questions
- Topic: Text Stroke Menu extension glitch
- Replies: 4
- Views: 202
Re: Text Stroke Menu extension glitch
Oh hmm, I didn't realize a link was needed in order for the fill to animate. Haha. My apologies. I was actually just looking for a simple way to add strokes or drop shadows to basic text.
Anyway, right now it seems adding strokes or drop shadows to basic text is not possible. Everytime I try it ...
Anyway, right now it seems adding strokes or drop shadows to basic text is not possible. Everytime I try it ...
- Tue Jun 03, 2025 2:41 am
- Forum: General Questions
- Topic: Text Stroke Menu extension glitch
- Replies: 4
- Views: 202
Text Stroke Menu extension glitch
Hi,
I bought the Text Stroke Menu extension.
It seems that the "Fill color" option doesn't work. No matter what color I select, the text remains transparent.
Only the "Stroke color" option works.
So basically this paid extension is useless, unless if I'm missing something?
Any help ...
I bought the Text Stroke Menu extension.
It seems that the "Fill color" option doesn't work. No matter what color I select, the text remains transparent.
Only the "Stroke color" option works.
So basically this paid extension is useless, unless if I'm missing something?
Any help ...
- Sun Mar 30, 2025 11:00 am
- Forum: General Questions
- Topic: Preloading fonts to make them load faster - any way to do it in WYSIWYG builder?
- Replies: 8
- Views: 482
Re: Preloading fonts to make them load faster - any way to do it in WYSIWYG builder?
Welp, looks like compressing the fonts didn't prove much improvement either.
Looks like I'll just have to let this one go.
Looks like I'll just have to let this one go.
- Sun Mar 30, 2025 9:02 am
- Forum: General Questions
- Topic: Preloading fonts to make them load faster - any way to do it in WYSIWYG builder?
- Replies: 8
- Views: 482
Re: Preloading fonts to make them load faster - any way to do it in WYSIWYG builder?
Hmm well either way the code isn't working.
So now I'm trying to look at the option of "optimizing" the fonts. Sort of a way to "compress" them to make them smaller in size, hence faster loading.
I'll update this as I go along, I guess.
So now I'm trying to look at the option of "optimizing" the fonts. Sort of a way to "compress" them to make them smaller in size, hence faster loading.
I'll update this as I go along, I guess.
- Sun Mar 30, 2025 2:58 am
- Forum: General Questions
- Topic: Preloading fonts to make them load faster - any way to do it in WYSIWYG builder?
- Replies: 8
- Views: 482
Re: Preloading fonts to make them load faster - any way to do it in WYSIWYG builder?
I found several suggestions to use this code:
<link rel="preload" href="https://example.com/fonts/myfont.woff2" as="font" type="font/woff2" crossorigin>
I've already implemented this in the head tags to all the fonts that belong to the very first text that shows up on my site. Still no go.
<link rel="preload" href="https://example.com/fonts/myfont.woff2" as="font" type="font/woff2" crossorigin>
I've already implemented this in the head tags to all the fonts that belong to the very first text that shows up on my site. Still no go.
- Sat Mar 29, 2025 1:06 pm
- Forum: General Questions
- Topic: Preloading fonts to make them load faster - any way to do it in WYSIWYG builder?
- Replies: 8
- Views: 482
Preloading fonts to make them load faster - any way to do it in WYSIWYG builder?
Hi,
I've been googling ways to be able to preload my site fonts, so that they load faster. Currently, everytime I load my site online, the fonts take a split second to swap into the ones I want. I'd like to reduce that as much as possible.
Is there any extension or a way to do this in the builder ...
I've been googling ways to be able to preload my site fonts, so that they load faster. Currently, everytime I load my site online, the fonts take a split second to swap into the ones I want. I'd like to reduce that as much as possible.
Is there any extension or a way to do this in the builder ...
- Mon Jul 15, 2024 7:10 am
- Forum: General Questions
- Topic: Motion Effect on youtube lightbox video makes error
- Replies: 6
- Views: 1406
Re: Motion Effect on youtube lightbox video makes error
Ahh okay, that makes more sense now.
Okay, no worries! I'm actually okay with just a normal display of the video boxes for now.
Thanks Pablo!
Okay, no worries! I'm actually okay with just a normal display of the video boxes for now.
Thanks Pablo!
- Mon Jul 15, 2024 6:50 am
- Forum: General Questions
- Topic: Motion Effect on youtube lightbox video makes error
- Replies: 6
- Views: 1406
Re: Motion Effect on youtube lightbox video makes error
I tried applying the Motion Effect/Entrance Animation/Fade In Up.
Duration is Fast, When Object Starts Entering The Viewport.
When I press F5, I do not see the lightbox image fade in. Instead, an empty Youtube logo fades in, and it shows an error when I try to play it.
Duration is Fast, When Object Starts Entering The Viewport.
When I press F5, I do not see the lightbox image fade in. Instead, an empty Youtube logo fades in, and it shows an error when I try to play it.
- Mon Jul 15, 2024 6:11 am
- Forum: General Questions
- Topic: Motion Effect on youtube lightbox video makes error
- Replies: 6
- Views: 1406
Re: Motion Effect on youtube lightbox video makes error
Okay, here you go.
https://drive.google.com/drive/folders/1XxG-z5gal70h2O1AYRfjO3UhI7BwXk21?usp=sharing
Just the .wbs file, and one image for your reference.
Go to the "REEL" page, not the main one.
Under the "REEL" page, is the portfolio of various youtube video links, starting with "MUSIC ...
https://drive.google.com/drive/folders/1XxG-z5gal70h2O1AYRfjO3UhI7BwXk21?usp=sharing
Just the .wbs file, and one image for your reference.
Go to the "REEL" page, not the main one.
Under the "REEL" page, is the portfolio of various youtube video links, starting with "MUSIC ...
- Mon Jul 15, 2024 3:39 am
- Forum: General Questions
- Topic: Motion Effect on youtube lightbox video makes error
- Replies: 6
- Views: 1406
Motion Effect on youtube lightbox video makes error
Hi,
I have inserted a simple YouTube media, and made an image with a lightbox to it. (click on image, lightbox appears with youtube video embedded)
Now, I wish to have a simple Motion Effect of the whole thing fading into view. But when I implement it, the lightbox image does not appear as ...
I have inserted a simple YouTube media, and made an image with a lightbox to it. (click on image, lightbox appears with youtube video embedded)
Now, I wish to have a simple Motion Effect of the whole thing fading into view. But when I implement it, the lightbox image does not appear as ...
- Wed May 22, 2024 12:31 pm
- Forum: General Questions
- Topic: Responsive text not working
- Replies: 10
- Views: 2958
Re: Responsive text not working
I tried those, but it did not work as I intended.
It's okay Pablo, I'll find another "design". Thanks.
It's okay Pablo, I'll find another "design". Thanks.
- Wed May 22, 2024 11:29 am
- Forum: General Questions
- Topic: Responsive text not working
- Replies: 10
- Views: 2958
Re: Responsive text not working
Shouldn't Responsive Text respond to any setting that the layout grid height is set to be?
No
What's the point of "Responsive" Text if it can't even handle the 100vh setting?
"Responsive" has nothing to do with the height of the layout grid.
The reason why the text called "Responsive" is ...
- Wed May 22, 2024 10:31 am
- Forum: General Questions
- Topic: Responsive text not working
- Replies: 10
- Views: 2958
Re: Responsive text not working
This issue has nothing to do with 'Responsive text'.
The reason why the text is cut off is because the height of the layout grid is set to 100vh, so the text cannot expand if it is larger than 100vh.
To solve this you will either have to shrink the font size (that is why it's named 'responsive ...
- Wed May 22, 2024 10:06 am
- Forum: General Questions
- Topic: Responsive text not working
- Replies: 10
- Views: 2958
Re: Responsive text not working
The section I'm talking about is the "About" BIO section. The bio section obviously has some text, and I would like that text to be responsive, instead of cut-off on mobile devices. Thanks.
- Wed May 22, 2024 9:49 am
- Forum: General Questions
- Topic: Responsive text not working
- Replies: 10
- Views: 2958
Re: Responsive text not working
Thanks Pablo, here's the project file.
https://docs.google.com/document/d/1EM7hAyPMGFlckyXidEXWEjajpGhGqZUd/edit?usp=sharing&ouid=114958270447260122816&rtpof=true&sd=true
The section I'm talking about is the "About" BIO section. The bio section obviously has some text, and I would like that text ...
https://docs.google.com/document/d/1EM7hAyPMGFlckyXidEXWEjajpGhGqZUd/edit?usp=sharing&ouid=114958270447260122816&rtpof=true&sd=true
The section I'm talking about is the "About" BIO section. The bio section obviously has some text, and I would like that text ...
- Wed May 22, 2024 8:45 am
- Forum: General Questions
- Topic: Responsive text not working
- Replies: 10
- Views: 2958
Responsive text not working
Hi,
I've inserted a Responsive Text into a layout grid (which option column height is set to 100vh).
It looks great on desktop. But when I reduce the size of the browser to mimic a mobile dimension, the Responsive Text does not automatically shrink to wrap in size. Instead, it is cut off.
Any ...
I've inserted a Responsive Text into a layout grid (which option column height is set to 100vh).
It looks great on desktop. But when I reduce the size of the browser to mimic a mobile dimension, the Responsive Text does not automatically shrink to wrap in size. Instead, it is cut off.
Any ...
- Thu Apr 25, 2024 2:15 pm
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
Ah, okay. No problem. I guess I'll just stick with the conventional text for now. Thanks Pablo!Pablo wrote: Thu Apr 25, 2024 2:04 pm I'm sorry, it looks like hover functionality is currently not support for Text Art in layout grids.
Maybe I will add this in the future.
- Thu Apr 25, 2024 1:38 pm
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
Okay here you go.Pablo wrote: Thu Apr 25, 2024 1:34 pm Can you please share a project which demonstrates the problem?
The project you have shared works for me.
https://drive.google.com/file/d/19nK7ix ... sp=sharing
- Thu Apr 25, 2024 1:25 pm
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
Pablo wrote: Thu Apr 25, 2024 1:14 pm Your project seems to work for me.
What do I need to do to see the issue?
The text I'm talking about here, is "THE REEL".
Delete all the animations first - then try turning on the "hover" option, and preview. The text goes missing in the preview.
- Thu Apr 25, 2024 12:56 pm
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
Please note that I was asking for a project file (wbs), not the published page.
For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=10&t=82134
Sorry again haha. Here's the project file
https://docs.google.com ...
- Thu Apr 25, 2024 12:36 pm
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
If you need help, then please share a demo project.
https://www.wysiwygwebbuilder.com/support/forumrules.jpg
Sorry Pablo, here you go. Here's the site without any images or media.
https://drive.google.com/drive/folders/1DwtMhV1QEtRG15LXSTcbsNUFohbX-7XC?usp=drive_link
The text I'm talking ...
- Thu Apr 25, 2024 12:17 pm
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
Ah I see. Okay. However, when I turn on "hover mode", the entire text goes missing!Pablo wrote: Thu Apr 25, 2024 12:06 pm Text Art does not have a font, because it's technically an image.
But you can set a difference fill color on hover.
- Thu Apr 25, 2024 11:39 am
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
Ahh! This is great! Thanks! One more thing actually - is there a way to add a change of text color on mouse over? Just like a normal link effect?
- Thu Apr 25, 2024 11:16 am
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
Have you tried Insert > Drawing > Text Art?
That should do it.
Hi, thanks for your input. There is a link option, which is nice. Is it responsive though?
What i'm looking for is, normal responsive text that fills up the entire size of the layout grid, no matter which device we're seeing it ...
- Thu Apr 25, 2024 11:11 am
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Re: Need font size beyond 130 for a site segment
Thanks Pablo. Unfortunately my text also has a link, and the extensions do not seem to allow for such....Pablo wrote: Thu Apr 25, 2024 9:48 am Maybe this will be useful?
https://www.wysiwygwebbuilder.com/fittext.html
https://www.wysiwygwebbuilder.com/flexibletext.html
- Thu Apr 25, 2024 9:40 am
- Forum: General Questions
- Topic: Need font size beyond 130 for a site segment
- Replies: 19
- Views: 4063
Need font size beyond 130 for a site segment
Hi,
I've been trying to get a simple one-word text to fill the ENTIRE layout grid (screen).
However, the biggest font size I've been so far able to change the text with, is 130. Is there anyway to have a responsive text fill up almost the ENTIRE browser?
That would be really cool.
Any help ...
I've been trying to get a simple one-word text to fill the ENTIRE layout grid (screen).
However, the biggest font size I've been so far able to change the text with, is 130. Is there anyway to have a responsive text fill up almost the ENTIRE browser?
That would be really cool.
Any help ...
- Sun Dec 10, 2023 12:26 pm
- Forum: Responsive Web Design
- Topic: Looks good on desktop and phone, but laptop.....
- Replies: 10
- Views: 12243
Re: Looks good on desktop and phone, but laptop.....
Understood. Which means in terms of navigation, I'll either have to make all content on the same page, or stick with the sticky header that links to separate pages, which means I can't have the full height layout design.
Right now I need the separate pages, which affects the design aesthetics.
It ...
Right now I need the separate pages, which affects the design aesthetics.
It ...
- Sun Dec 10, 2023 11:25 am
- Forum: Responsive Web Design
- Topic: Looks good on desktop and phone, but laptop.....
- Replies: 10
- Views: 12243
Re: Looks good on desktop and phone, but laptop.....
Hmm okay. Nevermind then! I can live with it being like this for now. At least now I understand the limitations. Thanks anyway Pablo!
- Sun Dec 10, 2023 9:17 am
- Forum: Responsive Web Design
- Topic: Looks good on desktop and phone, but laptop.....
- Replies: 10
- Views: 12243
Re: Looks good on desktop and phone, but laptop.....
Ah cool. Thanks for the tip. However, my Carousel doesn't show fullscreen due to the sticky header on top. I still have to scroll abit down to get to the pagination. Anyway to fix this?
- Sun Dec 10, 2023 9:04 am
- Forum: Responsive Web Design
- Topic: Looks good on desktop and phone, but laptop.....
- Replies: 10
- Views: 12243
Re: Looks good on desktop and phone, but laptop.....
Hi Pablo,
yes I understand. I'm not exactly looking for the perfect layout across all different kinds of screens, just perhaps enough so that on laptops, no scrolling is needed for the main upper page content.
For example - this page here:
https://www.graynoteprods.com/news.html
I used a ...
yes I understand. I'm not exactly looking for the perfect layout across all different kinds of screens, just perhaps enough so that on laptops, no scrolling is needed for the main upper page content.
For example - this page here:
https://www.graynoteprods.com/news.html
I used a ...
- Sun Dec 10, 2023 8:16 am
- Forum: Responsive Web Design
- Topic: Looks good on desktop and phone, but laptop.....
- Replies: 10
- Views: 12243
Re: Looks good on desktop and phone, but laptop.....
Hi Pablo,
thanks again for looking into this. Apologies for the vague-ness.
I'm referring to vertical scrolling.
For example, on the home page itself with a big Youtube video on it at the top - on the laptop screen, it's too big that I have to vertically scroll down abit just to get to the ...
thanks again for looking into this. Apologies for the vague-ness.
I'm referring to vertical scrolling.
For example, on the home page itself with a big Youtube video on it at the top - on the laptop screen, it's too big that I have to vertically scroll down abit just to get to the ...
- Sun Dec 10, 2023 3:12 am
- Forum: Responsive Web Design
- Topic: Looks good on desktop and phone, but laptop.....
- Replies: 10
- Views: 12243
Looks good on desktop and phone, but laptop.....
Hi,
I've so far done an okay job of making my site look good on desktop (default), and on mobile phone (360px). These breakpoints work great.
However, for something that's for laptop (presumably 1024px), I would ideally like a "smaller" version of the default px breakpoint, without having to redo ...
I've so far done an okay job of making my site look good on desktop (default), and on mobile phone (360px). These breakpoints work great.
However, for something that's for laptop (presumably 1024px), I would ideally like a "smaller" version of the default px breakpoint, without having to redo ...
- Mon Dec 04, 2023 4:22 pm
- Forum: General Questions
- Topic: Font errors after updating to WWB19
- Replies: 14
- Views: 8541
- Mon Dec 04, 2023 11:36 am
- Forum: General Questions
- Topic: Font errors after updating to WWB19
- Replies: 14
- Views: 8541
Re: Font errors after updating to WWB19
Fantastic! It works! Phew! Thank you so so much Pablo!
I can confirm I can see "Barlow Semi Condensed" now, and when I preview it in a browser, it all works perfectly.
Thanks so much again.
I can confirm I can see "Barlow Semi Condensed" now, and when I preview it in a browser, it all works perfectly.
Thanks so much again.
- Mon Dec 04, 2023 7:52 am
- Forum: General Questions
- Topic: Font errors after updating to WWB19
- Replies: 14
- Views: 8541
Re: Font errors after updating to WWB19
Thanks for clearing that up Pablo! Let's hope this gets sorted out soon.
- Mon Dec 04, 2023 4:58 am
- Forum: General Questions
- Topic: Font errors after updating to WWB19
- Replies: 14
- Views: 8541
Re: Font errors after updating to WWB19
Hi,
Yes "Barlow" alone works. But like you said, this is where the problem is, "Barlow" alone works okay, but "Barlow Semi Condensed" and "Barlow Condensed" regular does not show up in WWB19. So as Pablo mentioned, it probably has to do with Google making changes to their API.
Yes "Barlow" alone works. But like you said, this is where the problem is, "Barlow" alone works okay, but "Barlow Semi Condensed" and "Barlow Condensed" regular does not show up in WWB19. So as Pablo mentioned, it probably has to do with Google making changes to their API.
- Sun Dec 03, 2023 5:36 pm
- Forum: General Questions
- Topic: Font errors after updating to WWB19
- Replies: 14
- Views: 8541
Re: Font errors after updating to WWB19
Sure thing. Take your time man. I don't think I'll be updating my site for a while now, so at least that's not so bad.
I really appreciate the extensive testing before release. I'm sure all of us will benefit from your hard work.
Thank you so much again Pablo!
I really appreciate the extensive testing before release. I'm sure all of us will benefit from your hard work.
Thank you so much again Pablo!
- Sun Dec 03, 2023 4:51 pm
- Forum: General Questions
- Topic: Font errors after updating to WWB19
- Replies: 14
- Views: 8541
Re: Font errors after updating to WWB19
The last time I was using it, which was today, it worked for me.
Unfortunately...I've already saved my working project file in WWB19, which means I can't open it in WWB18!
I've also already uninstalled WWB18....
Unfortunately...I've already saved my working project file in WWB19, which means I can't open it in WWB18!

I've also already uninstalled WWB18....
- Sun Dec 03, 2023 3:39 pm
- Forum: General Questions
- Topic: Font errors after updating to WWB19
- Replies: 14
- Views: 8541
Re: Font errors after updating to WWB19
Ahh I see. Well that's really beyond the scope of troubleshooting then. Thanks for much for your quick reply, Pablo! Much appreciated! I'll keep this thread open and wait for an update then.
Luckily in the meanwhile, I don't have to make further changes to my site that was released with WWB18! I ...
Luckily in the meanwhile, I don't have to make further changes to my site that was released with WWB18! I ...
- Sun Dec 03, 2023 2:34 pm
- Forum: General Questions
- Topic: Font errors after updating to WWB19
- Replies: 14
- Views: 8541
Font errors after updating to WWB19
Hello,
after updating to WWB19, I seem to have error previewing a specific font, namely - Barlow Semi Condensed.
I am currently using "Barlow Semi Condensed Regular". But now it has disappeared from the font family in WWB19. I see all the other Barlows in WWB19's font drop-down menu, EXCEPT ...
after updating to WWB19, I seem to have error previewing a specific font, namely - Barlow Semi Condensed.
I am currently using "Barlow Semi Condensed Regular". But now it has disappeared from the font family in WWB19. I see all the other Barlows in WWB19's font drop-down menu, EXCEPT ...
- Mon Nov 06, 2023 11:30 am
- Forum: General Questions
- Topic: Sticky header disappears on iPad Safari when scrolling
- Replies: 6
- Views: 1121
Re: Sticky header disappears on iPad Safari when scrolling
ahh! How did that happen? I didn't even touch anything in events to this!
Okay thanks so much Pablo, you're amazing. I'll rectify this and see if the problem persists. It shouldn't but I'll make an update if it does.
Thank you so much once again dude!
Okay thanks so much Pablo, you're amazing. I'll rectify this and see if the problem persists. It shouldn't but I'll make an update if it does.
Thank you so much once again dude!
- Mon Nov 06, 2023 10:09 am
- Forum: General Questions
- Topic: Sticky header disappears on iPad Safari when scrolling
- Replies: 6
- Views: 1121
Re: Sticky header disappears on iPad Safari when scrolling
Hi Pablo,
Apologies for the screw up. Here's the working actual project file of the site, without all the media and everything, except fonts.
https://drive.google.com/file/d/1Qly6-V ... sp=sharing
Thanks so much for taking the time with this.
Apologies for the screw up. Here's the working actual project file of the site, without all the media and everything, except fonts.
https://drive.google.com/file/d/1Qly6-V ... sp=sharing
Thanks so much for taking the time with this.
- Mon Nov 06, 2023 9:17 am
- Forum: General Questions
- Topic: Sticky header disappears on iPad Safari when scrolling
- Replies: 6
- Views: 1121
Re: Sticky header disappears on iPad Safari when scrolling
Hi Pablo,
Thanks for getting back. Here's a stripped down link to my site demo:
https://drive.google.com/file/d/1Lnmopu ... sp=sharing
It's in a basic zip file, so hopefully you can access it.
Thank you!
Thanks for getting back. Here's a stripped down link to my site demo:
https://drive.google.com/file/d/1Lnmopu ... sp=sharing
It's in a basic zip file, so hopefully you can access it.
Thank you!