-
Posts
9,122 -
Joined
-
Last visited
-
Days Won
104
Reputation Activity
-
Ziggy got a reaction from tuanphan in Move project pages between portfolios OR combine portfolios
Hi @designroomcornwall Sadly there isn't a way to move portfolio items between portfolios on the same website in the same way that you can with blogs. Your best bet currently is to save the sections on each portfolio item, and then add them to a recreated portfolio item.
-
Ziggy got a reaction from MisterAnderson in Change image blend mode on hover (from multiply to normal)
Can you share your website URL and the gallery you want this effect on?
-
Ziggy got a reaction from Beyondspace in Using an image for email signature - fixed URL
You need to add the file as a link in the Website Pages menu, then you can assign a specific URL this way.
Add a new link to the "Not Linked" section and set it to "File" then upload. If you remove an old image and upload a new one you can edit the URL to be identical to the previous one.
-
Ziggy got a reaction from WillMyers in Vertical clickable component (accordian style
Try this plugin from @WillMyers
https://www.will-myers.com/products/p/vertical-accordion
-
Ziggy got a reaction from jjohansson in Align Title and Nav items
Good morning!
Have a go with this:
.header-title { left: 4vw; }
-
Ziggy reacted to creedon in I can't change the bottom part of the blog post (Not the Footer, just above the footer, the arrows scrolling from blog to blog), it does not look good in mobile mode.
Try adding the suggested code to Website > Pages > Website Tools > Custom CSS.
Let us know how it goes.
-
Ziggy got a reaction from Simplefire99 in Image zoom on hover
Try this Custom CSS:
section[data-section-id="63bc7fa08038f94d60e06901"] { .sqs-block-image img { transform: scale(1); transition: 400ms; overflow:hidden !important; } .sqs-block-image:hover img { transform: scale(1.1); transition: 400ms; } } It will apply to the section. You can replace the section with the block if you only want the one image.
-
Ziggy reacted to kaydotjpg in Breadcrumbs Cut Off on Mobile
@Ziggy per ush, you are the best. That worked great. Now, if I wanted to center the text and make it a smaller, how would I do so?
-
Ziggy got a reaction from Sifat_SEOSpace in SEO suggestions
Try running a free scan with SEO Space (link in my signature), to identify areas of your website that could improve your SEO.
Your art is wonderful. I would suggest simplifying your header and navigation, and showcasing and labelling your types of art up front at the top of the page, possibly with a summary block connected to your shop.
-
Ziggy reacted to stickarch in Section and header/footer border inconsistently scaling
thank you! i did not realize that snippet was affecting content site-wide. i needed to limit it to the intended page.
-
Ziggy reacted to TomConklinVO in Trying to make mt site title two colors - Code Help?
Thank you! I was able to make a perfect size logo in Canva and added it as you said... and now I see what you mean by the text name still being there. I appreciate your help!
-
Ziggy got a reaction from Janet-CA in Plus signs to add content are available on blog post pages but not on other pages
This is not an error. You are using the "new" version of Squarespace's editor, called Fluid Engine, you add new blocks by clicking the "+ ADD BLOCK" in the top left corner.
https://www.squarespace.com/websites/fluid-engine
-
Ziggy got a reaction from TomConklinVO in Trying to make mt site title two colors - Code Help?
I assumed as much, adding an image wouldn't remove from the SEO benefits of the full name in the website title.
-
Ziggy reacted to konstalinkola in Portfolio page: content not loading until I scroll down.
I managed to fix the issue by changing the animation style from slide to flex.
-
Ziggy got a reaction from jjohansson in Background color
Use this CSS:
.header-layout-nav-center .header-nav { text-align: left; } You'll need to add the instagram social link to your header before we can reposition it.
-
Ziggy got a reaction from TomConklinVO in Trying to make mt site title two colors - Code Help?
The simplest method would just be to add this as an image rather than putting it in as text.
The best way to code it would be to leave out "VOICEOVER" from your title, and add it with a CSS pseudo element which could be styled separately from the title.
You can share your website before publishing by adding a site wide password.
-
-
Ziggy reacted to jjohansson in Background color
It worked smoothly and you was so fast! ; ) thank you so much @Ziggy
I have a last question regarding moving vertically or horizontally that menu items, any idea or suggestion?
-
Ziggy got a reaction from jjohansson in Background color
Add this to Custom CSS:
body { background-color: hsl(0, 0%, 96.08%); } -
Ziggy got a reaction from jjohansson in Background color
I'm not sure I understand the question, what do you want to achieve?
-
Ziggy reacted to jjohansson in Background color
In the image you will see the white color in the left side of the screen... I just want to set it with the same grey than the image has. Basically to know how I can set a custom background color for that left area. If you need access as admin I send you an invitation.
-
Ziggy got a reaction from niteshifte in Customise the 'SOLD OUT' message on products on homepage
The sold out label is in the wrong container to make it easy to place below the title and price.
-
Ziggy got a reaction from niteshifte in Customise the 'SOLD OUT' message on products on homepage
Try this Custom CSS:
.product-block .image-container .product-mark { position: relative; top: auto; right: auto; background: none; text-align: center; }
-
Ziggy reacted to Delphinesoade in Change logo on a specific page (MOBILE ONLY)
It worked wonders. Thanksss a lot @Ziggy
-