Daryl M
KPCKevin Powell - Community
•Created by Daryl M on 6/28/2024 in #front-end
Stop focus to the embedded form
My client's site has an embedded Formstack form using
iframe
. The problem is during the page/iframe loading, the browser autofocus to the first field (i.e. First Name textbox). This results unwanted scrolling down. How to fix this?9 replies
KPCKevin Powell - Community
•Created by Daryl M on 3/7/2024 in #front-end
position:fixed; scroll-y
I have a mobile header with
position: fixed;
style.
It has a lot of menu items that make the last items hidden/cut-off from the screen.
I want to be able to scrolldown so I can see those hidden items.
overflow-y: scroll;
doesn't help.
Do you have a solution for this problem?8 replies
KPCKevin Powell - Community
•Created by Daryl M on 1/23/2024 in #front-end
Media Query in Safari iOS
24 replies
KPCKevin Powell - Community
•Created by Daryl M on 6/19/2023 in #front-end
Pseudo-class: Letter-by-letter Animation
15 replies
KPCKevin Powell - Community
•Created by Daryl M on 3/1/2023 in #front-end
Button gradient background missing on mouseover
https://codepen.io/dmtractic/pen/eYLvmdg
This button has a pseudo-element
:before
. This is being used only for the gradient stroke.
When you mouseover the button, it seems like the pseudo-element overlaps the main background of the button even it has z-index: -1
style.
I have tried my best but I think this is crazy enough to ask the community. I hope you can help.7 replies
KPCKevin Powell - Community
•Created by Daryl M on 2/17/2023 in #os-and-tools
Domain: redirect www to non-www
I just recently removed the Webflow A records from my DNS zone records. After a few hours, the naked domain (mydomain.com) was already pointing back to my hosting provider. I imported the new website there, and everything is working just fine.
The old site was using a www subdomain. When I opened www.mydomain.com in my browser, it showed the old site.
Possible solutions I tried but nothing worked:
- Added www to non-www 301 redirects in .htaccess file.
- Added a wildcard redirect to the same domain.
- Changed WordPress Site URL to have www.
- Looked for "www" in the Zone Records and the closest one I found was _acme-challenge.www.mydomain.com and I guess this is just for SSL.
Is it just a cache or is there something I need to do?
5 replies
KPCKevin Powell - Community
•Created by Daryl M on 2/3/2023 in #front-end
Quick One: How to remove the gaps in the start and end of a div?
8 replies