amritanan
Circle Member-
Content Count
12 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Any idea how I can avoid the input field zoom-in on iphones? This is the page - https://www.lighterbrighteryou.life/contact My client says she is unable to see the bottom two fields and the Submit button in any form, but it is working perfectly fine on my phone and I cannot figure out the problem @tuanphan Thank you!
-
bangank36 reacted to an answer to a question: javascript help
-
Thank you! I was trying to create "tabs" on a page - I first thought I would need to get all the section ids, but I was able to do it using the nth-of-type selector for the sections. For example - on Button 1 click - show section 2, hide sections 3 and 4.
-
bangank36 reacted to a question: javascript help
-
Hi, I'm not a javascript girl, but I am trying to write some code to hide/display sections when clicking on different buttons. My question is how can I get an array of all the section ids on a page? It was easy to hide/display sections when I knew the section ids, but I want to create it without hardcoding the section ids so that the client can use it as a template. Thank you!
-
tuanphan reacted to an answer to a question: Stacked gallery in mobile
-
bangank36 reacted to an answer to a question: Auto Tab to the next field in a form
-
mobile Stacked gallery in mobile
amritanan replied to amritanan's question in Coding and Customization
Sorry for the late reply. I ended up using image card blocks finally and used CSS to make sure they don't stack on mobile. Thanks for checking. -
Auto Tab to the next field in a form
amritanan replied to jaksdigital's question in Coding and Customization
-
amritanan started following Stacked gallery in mobile
-
Hi all, I have images in a stacked gallery on a blog page (7.1) - I am using a stacked gallery to display title and description below the images. On a mobile, I want to display the images in two columns instead of stacking to reduce scrolling. I cannot use block-ids because this page has to function like a template for the client. Any help would be appreciated. @tuanphan - Any suggestions?
-
Auto Tab to the next field in a form
amritanan replied to jaksdigital's question in Coding and Customization
I'm looking for this code, please! :)