Jump to content

genfoch01

Circle Member
  • Posts

    71
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. you can change the cart checkout button via the primary button color of the theme your cart page is using the cart seems to get its own theme so you need to figure out what theme its using . for example my site uses the dark2 theme but my cart page uses lightest1 i did this by log in to edit your site, put something in the cart. click the cart icon then on the left side click site styles then on right side the panel will open click on colors. my cart page ( with all the custom css removed ) was white and black so i picked lightest1 and changed the color for the "primary button background"
  2. none of that should have affected the checkout button. you can change the checkout button color design > checkout. on this forum page Tuanphan gives some code examples of doing this with css. I tested some of those ideas but once I got my checkout button set to black I didn't need them
  3. that did the trick. but then my bold text disappeared, once i but the bold css after what you gave me it worked as expected. Thank you!
  4. I am using SS 7.1 if you are on something else, some or all of this may not apply. I altered the search page to match my theme the code below was pulled from several different forum posts. (forum support here is pretty responsive ) this would go into your custom css ( design -> custom css ) the #xxxxxx are color hex codes so you will need to change them to be whatever you need. ( here is a nice color picker that gives you hex codes for any color you pick https://g.co/kgs/HrKRV4 ) at some point i'll document what element each stanza of css works on but i've been lazy so i'd put them in one at a time in case my style not what you want. hope this helps.
  5. SS 7.1 fluid url https://www.soulandfineart.com pw: Art-is-Joyful I am using this code to bold face the text in the header button but I also need to increase the text size a bit. I have tried adding adding font-size to the css below but that did not seem to work. any thoughts on how to do this would be greatly appreciated.
  6. unfortunately you can't add a search block to the header. I struggled with this for a while. I found java script to move a block from the footer ( and you can put a search block in the footer ) to the header but trouble shooting the java script was outside my skill level. I ended up using the built in search page and heavily styled it to match my theme I'm not sure if there are prohibitions to providing links to outside code that a) is not "a curated plugin" and b) may not work (your skill may well be higher than mine which I'd rate at about 2 out of 10 for JavaScript ) Or I'd link it here. but you might try searching google for how to add a search bar to your header in squarespace 7.1 Hope that helps.
  7. If have low volume ( 30< per category ) you could create a page with a summery block point it to your store and then use the category as a filter. you still have to deal with the product page not having a link back to your summery page. summery blocks have a 30 item maximum limit. So that may not be a solution for you. If you only plan to have two categories you might think of creating a store page for each. you can put a link on a page that filters by tag or category like which will take you to the store page and only show things with the tag/category but you still have to deal with the product detail page which will send you back to the main store page instead of back to the search by tag. Hope that helps
  8. I have not found a way to do this. as a workaround I had to place each image on its own page. This is a bit painful because i have a lot of pictures so each picture resides on its own page with all its details ( picture, artist, description, ect ) and i have wrote a java script to create a link back from the page they got to artwork page. since I have multiple paths to any individual painting I pass the collection name and the return anchor ( with 30+ pics i needed to allow users to go back to the exact place they were because if you are on mobile and you return to the top of the page instead of the pic you were looking at say 15 pictures down on the page ) the script then takes the gallery name and return anchor and creates a link back to that page. it also fails gracefully if one or more of the two parameters are not passed.
  9. not yet. sorry for the late response. I will update if I figure it out.
  10. Site URL: https://www.soulandfineart.com SS=7.1 fluid pw: Art-is-Joyful how can i change the background color of the entire dropdown when the mouse hovers over a folder in my top nav? In case it matters I am using the following in css /* stop folders in nav from being clickable */ a.header-nav-folder-title { pointer-events: none; } /* end stop folder click */ /* start add color change to folder items on hover */ .header-nav-folder-item:hover { background: #C3C3C3; } /* END add color change to folder items on hover */
  11. yeah I figured this would be a long shot. I also think that functionality would make a lot of folks happy.
  12. Site URL: https://www.soulandfineart.com/ SS 7.1 fluid pw: Art-is-Joyful here is the problem I am trying to solve. I have a two pages that in turn has a link to a blog with a tag example https://www.soulandfineart.com/events?tag=test1 on my site its testpage1 and test page 2 when i click on the link i get a dynamic list of entries with the "test1" tag. I want to inject a link in this page to send me back to the document.referrer page that way if I came from test page2 and hit the return link i'd go back to test page 2 but if i got the list via test page 1 id return to test page1. I managed to get the individual pages to go back to the original search like this <a id="link">return</a> <script> var scrt_var = document.referrer; document.getElementById("link").setAttribute("href",scrt_var); </script> I just need a way to inject the same thing into the list returned by https://www.soulandfineart.com/events?tag=test1 Here is what i'm trying to say: or if there is a better method for doing this I welcome the suggestion thanks for your time, John
  13. Site URL: https://www.soulandfineart.com SS=7.1 fluid pw: Art-is-Joyful I am in the process of moving a site to SS. I'm going to have a lot of URL Mappings can i put comments into the url mapping box ? In apache I can add a comment to its conf file by adding # as the first character on the line. can I do the same with url mappings or is there a way at all to do this? thanks, J
  14. I'm sorry for the late response. I am no longer seeing issue. My impression is SS rolled out a fix. I made no changes.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.