Leaderboard
Popular Content
Showing content with the highest reputation on 04/14/2021 in Posts
-
Hi, Can you share link to your site? Each template will need a different code1 point
-
Linking an SVG image in footer to home page
thirdeyegyps reacted to creedon for a question
I've updated my code. It is apparently more correct to do it this way. If you're interested you can read about block level elements inside inline-elements on the web.1 point -
Linking an SVG image in footer to home page
creedon reacted to thirdeyegyps for a question
THANK YOU SO MUCH! Totally worked.1 point -
Linking an SVG image in footer to home page
thirdeyegyps reacted to creedon for a question
Wrap your SVG code in the following should do the trick. <a href="/"> <span style="display : block;"> [insert svg code here] </span> </a> Let us know how it goes.1 point -
Please post the URL for the page with the variants on your site. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue.1 point
-
The technique I've read about being used most often is to have one website and create a site navigation that has all the menu items. Then with Javascript you manipulate which "set" of menu items is visible depending which part of the site you are in. Think multi-language site. Another option is to have two or more sites and then redirect to each site as appropriate. This is obviously more expensive but does have some advantages. In most cases it reduces the need for somewhat complex code to handle swapping menu items and other interface elements as needed. If you could give us m1 point
-
Follow up: I found this plugin and it worked perfectly! https://www.squarewebsites.org/products/numbered-pagination1 point
-
Is it possible to add a small logo to the footer on the forte, or any other, theme?
ElizabethM reacted to creedon for a question
@ElizabethM Add the following to Design > Custom CSS. #block-yui_3_17_2_1_1618333545165_8000 { margin-left : auto; margin-right : auto; width : 75px; } This is for v7.1 and specific to the poster's need. Let us know how it goes.1 point -
try section[data-section-id="606c4eff9e0ee4089fd0006b"] .gallery-grid-wrapper { grid-template-columns: repeat(8, 1fr) !important; }1 point
-
Try edit description, use HTML tag, for example image 1, you can edit description to this Because one silo doesn’t suit all, our extensive range includes over 200 models with varying designs <a href="https://google.com">Button</a> Then let me know. I will test code to make a tag to button.1 point
-
Does Version 7.1 support a Search Bar/Icon for the site's header?
ElizabethM reacted to tuanphan for a topic
Hi. Can you share link to your site? We can check easier1 point -
try this custom css .header-menu-nav-item-content span { display: inline-block; }1 point
-
Vimeo videos blocked from embedding
mavenhouse reacted to mrjessewalker for a topic
Same exact issue. Video is public on Vimeo but can't embed. https://vimeo.com/4772642071 point -
Page speed optimization
Zineta reacted to kerstinmartin for a topic
Good, I'm glad to hear this. Image quality is always a top priority for me, and our clients, and I would never want to compromise on that. Let's hope indeed that SQS engineers are on top of this, I could certainly do with an improvement in my sitespeed. Thanks, Paul!1 point -
New image formats like WebP are supposed to have smaller file sizes compared to JPG, but this depends on the compression level and algorithm used. So you may get a 10% increase in page speed but will the images be as sharp or colour perfect? That's a big deal for many creatives, especially artists and photographers. The jury's still out. 🙂 To be honest there are other technical factors that have a much greater influence over Squarespace performance, and I imagine Squarespace Engineers are concentrating on these.1 point
-
Page speed optimization
Zineta reacted to kerstinmartin for a topic
Thanks for this clarification, Paul. I've also been wondering what else I can do beyond the obvious, like images. Now one thing that also comes up is a message about new generation image format. I've not even had the time to look at this but do you know anything about this?1 point -
Youtube video quality lost in banner
mavenhouse reacted to MorganB for a topic
Site URL: https://www.autofreshagri.tech/ When I try to use my animated landing page from a youtube video, the quality is terrible on my website but HD on Youtube? I'd like to use the video as an alternative to .GIF file for the banner but this is a serious issue.1 point -
Why is there a background colour behind a Transparent PNG
mcmushroom reacted to tuanphan for a topic
I believe there is an option there. You can also add this to Design > Custom CSS /* remove image background */ .image-overlay { background: transparent !important; }1 point -
New Google Analytics Tag
FarmGateMarketing reacted to babyface for a topic
HERE'S THE SOLUTION: In Google Analytics create a new property. In the new property setup panel there's a link "Show Advanced Options" at the bottom. In Advanced Options there's an option "Create a Universal Analytics property". Using this option will give you the option to either create both a GA4 and a UA id in which case it creates 2 properties and links them or you can just create a single UA id.1 point -
Aha! I found a slightly different solution on Stack Overflow that seems to be working for now: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $(".sqs-add-to-cart-button-inner").text("Sponsor"); }); </script> Source: https://stackoverflow.com/questions/42396019/not-possible-to-change-button-text-via-jquery1 point