HOMENCREATIVE
Circle Member-
Posts
48 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
HOMENCREATIVE's Achievements
-
@tuanphan I added the code but nothing happens. Is it possible that there is code conflicting with it?
- 4 replies
-
- gallery-block
- caption
-
(and 3 more)
Tagged with:
-
@tuanphan I noticed you provided solutions for a lot of similar scenarios. Is this something you can help with?
- 4 replies
-
- gallery-block
- caption
-
(and 3 more)
Tagged with:
-
I am trying to help a client troubleshoot an issue viewing gallery grid captions on mobile - I did not design the original website or add the original code. It looks like they are using a plug-in code injection for the lightbox effect, so I'm not sure how to adjust it for mobile here. I would like the Gallery Grid captions to appear below the image lightbox for mobile and iPad only vs on hover. Currently, it just shows the image and there is no way to view the caption bio on mobile or ipad since the "hover" effect does not work for these devices. Is this possible? The website URL is https://www.experiencemomentum.com/about#team and I need this to work for all the gallery grid sections since there are several.
- 4 replies
-
- gallery-block
- caption
-
(and 3 more)
Tagged with:
-
CAN'T CHANGE COLOR OF TEXT + ADD/REMOVE BUTTONS SHOPPING CART
HOMENCREATIVE replied to HOMENCREATIVE's topic in Commerce
@tuanphan I saw you responded to a similar issue in a different thread. Any idea why this might be happening?- 2 replies
-
- font
- shopping-cart
-
(and 2 more)
Tagged with:
-
I cannot get the text and add/remove buttons in the shopping cart to appear! Even though I've edited the site style to be navy text, everything appears white and cannot be seen. I tried adding custom code but it kept changing the font color of the footer, too. I don't see any font color assignment sections for the shopping cart when editing styles either. Please help! Password: teamorder URL: https://www.blueprintcookie.com/team-member-ordering
- 2 replies
-
- font
- shopping-cart
-
(and 2 more)
Tagged with:
-
I've successfully added CSS code to have an auto-scrolling logo carousel. I created the effect by creating two files that are 3000px wide X 300px H using a Canva template with the logos spaced evenly instead of uploading individual logos to avoid spacing issues. For some reason, the auto-scroll is showing off of the webpage when I scroll my mouse to the right. I cannot figure out how to fix this! Help! I created the effect by using the following code to custom CSS. /* Infinite Logo Scroll */ #SECTIONID .gallery-reel-list { animation: scroll 20s linear infinite; display: flex; width: 3000px; overflow: visible; } @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-1500px); } }
-
HOMENCREATIVE reacted to a post in a topic: Changing navigation links to images
-
@tuanphan I got the resizing of the image to work, but I'm struggling to figure out how to increase the wrapper size so that it doesn't cut off part of the image on the top/bottom (see far right 'Souvenir Shop') See image below. www.cafe-club.squarespace.com password: cafeclub
- 29 replies
-
- navigation
- images
-
(and 1 more)
Tagged with:
-
HOMENCREATIVE reacted to a post in a topic: Two buttons on bottom of screen MOBILE
-
HOMENCREATIVE reacted to a post in a topic: Create a background gradient in 7.1 from first section through header
-
Two buttons on bottom of screen MOBILE
HOMENCREATIVE replied to KasperBed99's topic in Customize with code
@paul2009 URL: www.cafe-club.squarespace.com password: cafeclub -
Two buttons on bottom of screen MOBILE
HOMENCREATIVE replied to KasperBed99's topic in Customize with code
@paul2009 I used your code successfully, however I had to increase the height of the button and add padding to the text to center it because it was showing up very narrow! Just FYI. Secondly, for some reason, it's showing a fill behind the text of the button even though I've updated both the "color" and "background-color" correctly. Any idea why this is happening? The code I have is: /*MOBILE STICKY FOOTER CTA */ /* Mobile CTA bar - Squarespace 7.1 */ /* Left (secondary) button colours */ .sf-mobile-cta-btn:nth-of-type(1) { background-color: #000000; color: #fffff; font-family: "Futura-PT"; font-size: 1.2rem !important; //size font-weight: 600 !important; // padding-top: 13px!important; } /* Right (primary) button colours */ .sf-mobile-cta-btn:nth-of-type(2) { background-color: #006837; color: #ffffff; font-family: "Futura-PT"; font-size: 1.2rem !important; //size font-weight: 600 !important; // padding-top: 13px!important; } @media only screen and (max-width:800px) and (orientation: portrait) { .sf-mobile-cta-wrapper { display: block!important; } } .sf-mobile-cta-wrapper { background: #ebebeb; bottom: 0; left: 0; position: fixed; width: 100%; z-index: 10; transition: bottom .3s; } .sf-mobile-cta { display: flex; flex-direction: row; align-content: center; justify-content: center; height: 50px; } .sf-mobile-cta-btn { flex-grow:1; flex-basis: 0; text-align: center; } /* End of navigation hover effect */ -
@tuanphan thank you so much, it works!!
- 29 replies
-
- navigation
- images
-
(and 1 more)
Tagged with:
-
@tuanphan I have a similar issue and can't seem to figure out to fix it! I have a gradient header, and made the opacity 100% for the 1st section background. But I want to get ride of the weird line showing between header and section #1. Any idea? Website : www.cafe-club.squarespace.com password: cafeclub
- 14 replies
-
- css
- background
-
(and 2 more)
Tagged with:
-
@tuanphan thank you it worked! How do I adjust the size of the image?
- 29 replies
-
- navigation
- images
-
(and 1 more)
Tagged with: