voxpopagency
Circle Member-
Content Count
159 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Helsinki, Finland
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
martinezlorna13 reacted to an answer to a question: How to track button clicks with Google Analytics event tracking?
-
martinezlorna13 started following voxpopagency
-
khayrab reacted to an answer to a question: How to track button clicks with Google Analytics event tracking?
-
tuanphan reacted to a post in a topic: How to get my images to be the full width of the screen in Brine Template
-
Hi Aracely, There are two separate problems here: 1. Make 3 images in a row without padding You can't do this with an image block. You must use gallery Block. Use the 'grid' design. In gallery block design tab, set 'Padding around the gridded images' to 0. Done! 2. Make the gallery full-width. Full-width blocks is hard so I hope you don't mind a little self-promotion: We've made a Full-width blocks plugin for Squarespace. Easiest way to create full-width blocks. Pros: + Super easy, fast solution. + If issues, you get 1-on-1 support. + Easiest
- 2 replies
-
- brine-template
- banner
-
(and 2 more)
Tagged with:
-
Stretch gallery blocks to full-width of browser
voxpopagency replied to liv r's question in Coding and Customization
Super glad to hear it! -
Stretch gallery blocks to full-width of browser
voxpopagency replied to liv r's question in Coding and Customization
Link to plugin here -
How to track button clicks with Google Analytics event tracking?
voxpopagency replied to a question in Coding and Customization
Paid plugin also available If you're frustrated with tutorials and want a quick solution that definitely works, check out Squarespace Click Traking Plugin. It's a paid solution, but a few dollars also makes it 100% sure to work. Money back if it doesn't and 1-on-1 support provided if you have any problems. The Squarespace Button Block is basically a link as any other, so link tracking is what you need. And it's what our plugin does. The plugin tracks outbound links, internal links, file downloads, button links, social media links etc. -
Facebook Messenger Chat Plugin
voxpopagency replied to Figlet's question in Coding and Customization
Super easy method ... for non-developers to is our Facebook Messenger Squarespace Plugin . It's coded specially for Squarespace and has easily adjustable options: Select how plugin should show: minimized, greeting or fade-in-outEasy on/off -switch to temporarily disable plugin Custom greeting text shown to visitors Specific greetings for specific pages Select color Select language to match site We guarantee that it will work. If it doesn't we'll fix it for you. If it still doesn't we'll refund. So we take all the stress and responsibility for you. -
voxpopagency joined the community
-
How do you do custom CSS on cover pages?
voxpopagency replied to brinash1's question in Coding and Customization
@brinash1 I wrote a tutorial about this in my blogpost How to edit cover page CSS on Squarespace It has a video you should be able to follow pretty easily. Get in touch if you get stuck! -
How can I make a gallery stretch the full width of the screen?
voxpopagency replied to PDI John's question in Coding and Customization
Short answer / The easy way Get a (commercial) plugin that does everything automatically. Here's a link to the full-width squarespace gallery blocks plugin if you're interested. No need to struggle with the code yourself. Long answer / DIY Following example only works on one screensize .sqs-gallery-container{ width:100vw !important; position: relative; left: -300px; /*Change the 300px depending on your template*/ } If we were living 10 years ago before smartphones and our website only came in one width we could just use the code above. The code makes the gallery full-width of th- 18 replies
-
- gallery
- marquee-template
-
(and 1 more)
Tagged with:
-
Short answer / The easy way Get a (commercial) plugin that does everything automatically. Here's a link to the full-bleed gallery blocks plugin for squarespace if you're interested. Long answer / DIY Following example only works on one screensize .sqs-gallery-container{ width:100vw !important; position: relative; left: -300px; /*Change the 300px depending on your template*/ } Long ago before smartphones our websites only came in one width and we could just use the code above. The code makes the gallery full-width of the browser instead of using the width of any element on the pag
- 8 replies
-
- gallery-page
- gallery
-
(and 2 more)
Tagged with:
-
Five: Make image block span full width like header
voxpopagency replied to Weirden's question in Coding and Customization
Long answer Following Custom CSS example only works on one screensize .image-block { width: 100vw; position: relative; left: -305px; /*changed depending on padding*/ padding-left: 0 !important; padding-right: 0 !important; } If we were living 10 years ago before smartphones and our website only came in one width we could just use the code above. The code makes the image full-width of the browser instead of using the width of any element on the page. The rest moves the gallery to the start from the left edge of the page. Unfortunately the code above indeed only works fo -
How do I create a hover text over my grid gallery?
voxpopagency replied to sira's question in Coding and Customization
Hi, Not sure if you're using gallery blocks or gallery pages? I've developed a commercial plugin that adds grid gallery block titles in front of the image with smooth hover effects. You can add a background color as well. So if a result like the image below is what you're after, check out the plugin here. – Petri / Vox Pop -
I've developed a commercial plugin that adds grid gallery block titles in front of the image with smooth hover effects. You can add a background color as well. So if a result like the image below is what you're after, check out the plugin here. – Petri / Vox Pop
- 45 replies
-
- bedford-template
- hover
-
(and 2 more)
Tagged with:
-
I've developed a commercial plugin that adds grid gallery block titles in front of the image with smooth hover effects. You can add a background color as well. So if a result like the image below is what you're after, check out the plugin here. – Petri / Vox Pop
- 45 replies
-
- bedford-template
- hover
-
(and 2 more)
Tagged with:
-
Hayden: Title hover over grid gallery
voxpopagency replied to ccsw's question in Coding and Customization
I've developed a commercial plugin that adds grid gallery block titles in front of the image with smooth hover effects. So if a result like the image below is what you're after, check out the plugin here. – Petri / Vox Pop