-
Posts
48 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Portugal
Recent Profile Visitors
377 profile views
LogikEvidence's Achievements
-
Google translate is not working on our website
LogikEvidence replied to Dream2story's topic in Customize with code
I used GTranslate and it worked really well. You just need to inject the code into the website header on the website's tools. The adapted code may function like this: <style> .gtranslate_wrapper { position: fixed; bottom: 10px; /* Distance from the bottom */ right: 10px; /* Distance from the right */ background-color: rgba(0, 0, 0, 0.7); /* Transparent black background */ color: white; /* White text color */ padding: 10px; /* Internal padding */ border: 1px solid white; /* White border with 1px thickness */ font-family: 'Montserrat', sans-serif; /* Montserrat font */ font-size: 10px; /* Font size 10 pixels */ z-index: 1000; /* Ensure it stays above other elements */ } @media (max-width: 767px) { .gtranslate_wrapper { bottom: 10px; /* Distance from the bottom on mobile */ right: 10px; /* Distance from the right on mobile */ } } </style> <div class="gtranslate_wrapper"></div> <script> window.gtranslateSettings = { "default_language": "zh-TW", /* Set default language to Traditional Chinese */ "languages": ["zh-TW", "en"], /* Include only Traditional Chinese and English */ "detect_browser_language": false, /* Disable browser language detection */ "wrapper_selector": ".gtranslate_wrapper" }; </script> <script src="https://cdn.gtranslate.net/widgets/latest/lc.js" defer></script> Hope it help. -
Site margins for Squarespace 7.1 mobile
LogikEvidence replied to visionsbyfurks's topic in Customize with code
Perfect! thank you! 🤩 -
Site margins for Squarespace 7.1 mobile
LogikEvidence replied to visionsbyfurks's topic in Customize with code
Hello, this code worked really well on the website I'm working on. It just didn't work in the footer of the website, what should I change? Thank you. -
Hello everybody. My client sells some kind of medical vignettes. I need to create a rule in the store where an item must have a minimum of 105 units but I want the unit value to appear. After this minimum, the remaining orders must also always be multiples of 15. Does anyone have any suggestions? Thanks
-
Hello everybody. Thanks in advance to anyone who can help me. I have a website made for an important client: www.upoop.pt They use email campaigns to release information to their partners and associates. Some campaigns are not even received by some emails. It is possible to analyze the data in the graphs released after the campaign is sent. How can we analyze what these addresses are in specific? My clients are interested in finding out from partners and associates whether they have the wrong e-mails and update their addresses so they don't miss campaigns. Thank you
-
-
Youtube Stream Video on Squarespace
LogikEvidence replied to LogikEvidence's topic in Images & Videos
I already managed to put the video that is streaming on a squarespace page, thanks 🙂 My question now is whether it is possible to protect the video from being shared outside the page. Clicking on it sends you to youtube and in fact, anyone who sees the link for the first time can share the link. -
Hello. I needed the opinion of someone who has been making websites for some time. My customers for the website: www.upoop.pt/bemvindo want to have an online store with a book and some merchandising. In addition to selling these products, they also want to make it possible to sell seminars only to members of the associates area. Do you think I should: - Make an online store only in the reserved area (you don't have many options and as the seminars change weekly, I wanted the date to be clearly visible)? - Use the event page with a separate payment link? - Using Scheduling? - Another idea? Thanks in advance to anyone who can help me.
-
Thank you for this code! Worked on my website 🙂
-
Ziggy reacted to a post in a topic: Would love feedback on my website
-
The site is very appealing and well structured. The only change I suggest is that I directed some buttons to a more specific form with more options for requesting a quote instead of just directing to the email. Great job, I hope you're very successful!
-
Youtube Stream Video on Squarespace
LogikEvidence replied to LogikEvidence's topic in Images & Videos
It worked! Thank you very much 🙂 Now I just have to figure out how to leave the video without the possibility of opening it on YouTube and sharing it. Maybe editing the embedded code? -
Youtube Stream Video on Squarespace
LogikEvidence replied to LogikEvidence's topic in Images & Videos
-
Hello. I need to share a YouTube stream video to a members area page here on Squarespace. At the moment, the streaming video sharing options do not show code to embed and only show the link (which does not work in squarespace). Does anyone know how to do this type of event using Squarespace to charge stream entries? Thank you
-