graphicabyss
Member-
Posts
20 -
Joined
-
Last visited
Personal Information
- Website
Recent Profile Visitors
305 profile views
graphicabyss's Achievements
-
Whats the best way to upgrade from the 7.0 Lange template to 7.1?
graphicabyss replied to graphicabyss's topic in Commerce
Hi, thank you, its good to know that and I'll crack on and work in that manner. -
Hi, can I please get some advice? I have an ecommerce store in the Lange template using 7.0. I am stumbling on additional site content I need that is only available in 7.1. What's the best way to upgrade from the 7.0 Lange template to 7.1? My website is - https://www.karlmackieshop.com Thank you Karl
-
graphicabyss reacted to a post in a topic: How do I Add Top Padding to my Square Space Blog
-
graphicabyss reacted to a post in a topic: How do I Add Top Padding to my Square Space Blog
-
Ziggy reacted to a post in a topic: How do I Add Top Padding to my Square Space Blog
-
How do I Add Top Padding to my Square Space Blog
graphicabyss replied to graphicabyss's topic in Customize with code
Awesome! It's worked a treat! Thank you so much for helping me out here - Karl -
How do I Add Top Padding to my Square Space Blog
graphicabyss replied to graphicabyss's topic in Customize with code
Ahh, sorry I had removed it, just added it back into the Css! -
How do I Add Top Padding to my Square Space Blog
graphicabyss replied to graphicabyss's topic in Customize with code
Hello, thanks for that snippet, unfortunately, it doesn't work, Could it be because I don't have a fixed header? The header disappears on the scroll currently. -
How do I Add Top Padding to my Square Space Blog
graphicabyss replied to graphicabyss's topic in Customize with code
Ah thank you, the URL is https://www.karlmackieshop.com/journal/top-5-tips-on-how-to-tell-a-story Here is a screenshot of that screen size I mentioned above: Thank you. -
Hello, please can someone help me, I would like to add padding to the top of my blog, just below the header. It works well until the screen gets somewhere between an iPad and a Phone and then the header swallows the blog title. Many thanks as always. Karl
-
Collaborada reacted to a post in a topic: Product descriptions not showing correctly in Google searches? Appear randomly selected? Please help?
-
@Collaborada Again, thank you for this, I'm diving in as we speak.
- 6 replies
-
- seo
- product-page
-
(and 1 more)
Tagged with:
-
@CollaboradaThank you, this makes sense, can you point me in a direction to change this if you have time?
- 6 replies
-
- seo
- product-page
-
(and 1 more)
Tagged with:
-
Thanks so much, sorry for the late reply, my URL is karlmackieshop.com and then my products are in the prints section. Kind regards, Karl
- 6 replies
-
- seo
- product-page
-
(and 1 more)
Tagged with:
-
Hi, can anyone please advice me why my product page SEO title and descriptions are not showing in Google? Instead the descriptions are randomly selected from something else on the main product page and seemingly ignoring my product SEO description. - Thanks
- 6 replies
-
- seo
- product-page
-
(and 1 more)
Tagged with:
-
WCS reacted to a post in a topic: Why can't I hide images on Mobile only using the CSS I'm adding?
-
Why can't I hide images on Mobile only using the CSS I'm adding?
graphicabyss replied to graphicabyss's topic in Code Blocks
It worked! Thank you so much! I increased to 800 to hide on iPad as well but thats been amazing to solve this! -
Why can't I hide images on Mobile only using the CSS I'm adding?
graphicabyss replied to graphicabyss's topic in Code Blocks
Hi, yes I am adding it to the top line of custom css at the very top, what does 'an error before' mean? Many thanks -
Why can't I hide images on Mobile only using the CSS I'm adding?
graphicabyss replied to graphicabyss's topic in Code Blocks
Ah, thanks for replying to this, really cool. I had pasted in the incorrect ID, this one is correct: @media screen and (max-width: 640px) { #block-yui_3_17_2_1_1689763110049_14549 { display: none !important; } } -
Hello, Can someone please help me, I am trying to hide certain images on the mobile version of my website using the code: @media screen and (max-width: 640px) { #block-yui_3_17_2_1_1689763110049_14549 { display: none !important; } } But it's not working! My website is karlmackieshop.com Grateful for some advice and thanks in advance.