Jump to content

genfoch01

Circle Member
  • Posts

    71
  • Joined

  • Last visited

Everything posted by genfoch01

  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.
  15. I just ran into this bug. I did go to the customer care and relayed the issue to the engineering team via chat. Its a bit odd this got through QA. I makes the block unusable
  16. Site URL: https://www.soulandfineart.com/the-chuck-marshall-collection SS 7.1 fluid https://www.soulandfineart.com/the-chuck-marshall-collection pw: Art-is-Joyful something weird is going on with one of my pages. when I go to the page (or refresh the page ) sometimes all the images are there as expected. sometimes an image is missing as you can see pic1 sometimes the image fills one 1/4 of the space pic2 and the pages they link to (links under image) also show up sometimes no image, sometimes 1/4 image a page refresh seems to cycle though the different variations Anyone have a suggestion on how I might figure this out? I'm not sure if this is important but, I created a template page with dummy images, titles, etc then just duplicate that page for each art collection. EDIT: if you do click on the title link( link under image) the page you see will change the image size if you refresh it a few times. EDIT2: seems to be doing this on all my pages thanks for your time. pic1 PIC2
  17. thank you so much for the response. that did work. my lightbox anything plugin is still broken but now that i know it was something SS did, I feel they might be able to give my updated code soon. edit: I mean the plugin site may give me new code, not SS sorry for not being concise its been a bad day
  18. Site URL: https://malhotra-fine-art-gallery.com squarespace 7.1 not using fluid I have been using the following css to put the word "price" in front of the $00.00 on the product detail page. while this was working well, it seems it is not working any more body.view-item span.sqs-money-native:before { content: "Price $"; } I just see the $00.00 here is a product page url showing the issue. https://malhotra-fine-art-gallery.com/artworklist/p/a-birmingham-jail I'm guessing some underlying structure has changed rendering this obsolete. I'm not sure how to fix this, any help would be greatly appreciated
  19. Site URL: https://deer-vibraphone-gcr3.squarespace.com squarespace 7.1 fluid pw: Art-is-Joyful I have a folder in my top nav. I made the folder "non clickable " with this code a.header-nav-folder-title { pointer-events: none; } now when the mouse hovers over an item in the drop down, i'd like it to change the background color to users can see what item they are selecting. when the mouse moves off the item the background should change back to default .
  20. thanks for the response. I dropped that code into custom css but i am still seeing the categories Here is how I placed the code and still see the categories. Is there something I left out?
  21. Site URL: https://grey-lizard-4aa7.squarespace.com/artworklist squarespace 7.1 https://grey-lizard-4aa7.squarespace.com/artworklist pw: xyzzy I am creating categories so i can set up discount codes for groups of products. however they are now displayed on my store page and I have not found a way to prevent this behavior. ( test1 test2 and test3 on the url above) I really apricate your time John
  22. thanks for the response! i found 2 problems when i added the code. note: changed align to "left" to get the text out of the way. my folder "all about us" is missing one item in the dropdown and when i try to click on "contact us " or "pickup locations" the moment the mouse moves over the blank line the dropdown rolls up. is there anyway to fix this? edit: it kinda looks like the inserted text and link are on top of the dropdown
  23. Site URL: https://grey-lizard-4aa7.squarespace.com/ squarespace 7.1 url: https://grey-lizard-4aa7.squarespace.com/ pw: xyzzy I would like to add a line of text and a link to the bottom of my header. I dont need the gold rectangle that's to show where i need to put the text and link I do need to set the color of the text and link to match the current theme. I tried playing around with this : but was not able to add a link using this method. Thank you for your time, John
×
×
  • 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.