Navdeep
Member-
Posts
16 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Navdeep
-
Why my site get refreshed while scrolling on mobile
Navdeep replied to Navdeep's topic in Pages & Content
I think the problem is in squarespace animation, the moment i removed it it went better but still sometimes it gets refreshed. -
Why my site get refreshed while scrolling on mobile
Navdeep replied to Navdeep's topic in Pages & Content
https://kiwianaimmigration.online/ -
Hi, Can anyone suggest the solution, why my website get refreshed while scrolling on phone. I use iphone where i noticed this issue.
-
Hi Tuanphan, i have applied the below mentioned code in the advance section this enable the text in the header section however it won't apply on rest of the specific page, is there any solution for this...Pls note that i need it to be mentioned in the landing page only, please check... https://kiwianaimmigration.online/ <style> body { margin: 0; } .trail-container { position: absolute; top: 0; left: 0; pointer-events: none; z-index: 9999; } .trailing-word { position: absolute; font-size: 16px; color: #ffffff; /* Set your desired color */ white-space: nowrap; opacity: 0.8; } </style> <script> document.addEventListener("DOMContentLoaded", function () { const container = document.createElement("div"); container.className = "trail-container"; document.body.appendChild(container); document.addEventListener("mousemove", function (e) { const word = document.createElement("div"); word.className = "trailing-word"; word.textContent = "Kiwiana Immigration wishes you a Happy New Year!"; const x = e.clientX; const y = e.clientY; word.style.left = x + "px"; word.style.top = y + "px"; container.appendChild(word); // Remove the word after a certain period setTimeout(() => { container.removeChild(word); }, 50); // Set the time (in milliseconds) you want the word to stay }); }); </script>
-
Thanks Tuanphan!
-
Hi, I would like to add Happy New Year with mouse cursor on my Home page, please help
-
button on header page get hidden under mobile tray
Navdeep replied to Navdeep's topic in Pages & Content
Hi Danielle, This code worked just perfectly. Thank you Navdeep -
Hi, I needs a solution as in mobile the top right header page when it opens, the button below get hidden under mobile bar...how to adjust this button to upwards as i am not getting any solution on my own.
-
Or can i get a PDF of the filled-out form that someone entered?
-
Hi, is it possible to get an email in the same format or some table format ? rather than getting a simple text email the way it is designed on the squarespace page? if the same form can be sent as an email, it will solve my purpose.
-
Can someone help me understand why my website goes offline a few hours after connecting a third-party domain to Squarespace? I confirm that the domain is linked in Squarespace, and SSL has been issued as well.
-
How can I have few pages working on godaddy domain
Navdeep replied to Navdeep's topic in Pages & Content
https://www.kiwianaimmigration.online/visitor-visa-enquiry/ for Example this page -
Can anyone help me how should I keep some unlinked previous web pages working in godaddy domain while connecting new website to Squarespace. Although the website is working but when I forward those pages ( forms ) to customer it opens up square space website says the pages you are trying to access either deleted or moved. Kindly let me know the best solution here.