Jump to content

deaton72

Member
  • Posts

    104
  • Joined

  • Last visited

Everything posted by deaton72

  1. Site URL: https://corn-apricot-zn88.squarespace.com/ I am trying to write a function that (point to or calls ) the SEO of my blog posts. I literally have no idea what to call it... For example I can use link.summary.title, when calling a blog summary post, but what is the selector (name? CSS? - whatever you call it) for the SEO for blogs?
  2. You can do almost anything in 7.1. I did all custom blog pages just using CSS and column alignment.
  3. @luke.a.houghton I think this is exactly what I need to do. If I use initstate, will the filter on the page still be able to filter/show items that may not have the initstate filter? Do you happen to have the whole code? My script writing is not great and I keep "breaking" the unifilter when I add things. Thanks!
  4. The filter itself can be alphabetized, and projects can be sorted by title, but I need to sort by a specific tag, so that the 9 projects I pick can always appear at the top regardless of what date they were published.
  5. @tuanphan I am trying to do the same thing. I have the UniFilter and Lazy Summaries. We would like to give the projects tags so that they appear in a certain order - without having to change the blog dates each time. Michael (the developer) said there is a way to write a script to do it, but I have not figured it out yet. https://corn-apricot-zn88.squarespace.com/bassettiportfolio no password
  6. Site URL: https://corn-apricot-zn88.squarespace.com/ Hello I am trying to use the following formula to makee my home page text responsive. Min font size is 22 px max is 66px. I think for SS i have to add ~ and ", but I am not sure where to put it. My calc never seems to work. #block h2{ font-size: calc(22px + (66- 22) * ((100vw - 300px) / (2200 - 300))); } Thank you!
  7. I am working on one now. The best plug in ins Squarewebsites Universal Filter.
  8. I did mine the same way because I needed a title/position hover and click through only on a few people. Portfolio did not allow all these options. I did a blog post for each person, then added to the blog page for the people I wanted to clickthrough. Then I made a summary block and pulled all the blogs in with the headshots. Your summary image should pull the actual blog page, you can't switch the link to a non blog page.
  9. @tuanphan @cpearedesign This has been my big issue with a people page with only management having click-throughs. I tired portfolio page and gallery, but the overlay isn't what we want. This is how I solved the "turn off the clickthrough, but keep the hover effect." It also change she cursor only to a hand whe there is apointer-event. after dozens of tries, all I did was target the summary-title-link and it worked like magic! This works on the summary block, so maybe a few tweaks would make it work on other blocks. .summary-title-link {cursor:pointer!important;} .summary-title-link[href*="/url"] {pointer-events: none;} //disables click-through To keep the click through, just type "all"
  10. https://corn-apricot-zn88.squarespace.com/ no PW. The page is People-test under the menu.
  11. @tuanphan I am trying to do the same thing!! On a portfolio page I need to disable specific links but keep the overlay and hover effects. I tired this: but it does nothing: <a href="https://corn-apricot-zn88.squarespace.com/portfolio-2-1/project-two-mtr8w" class="thisLink">Link</a> <style> .thisLink { pointer-events: none!important; cursor: default; } </style>
  12. Using the description box add a <span> and then use CSS to style the span. Title <span> about</span> with CSS will look like " Title About
  13. @jpeter It seems like the code you sent is no longer working. I have ONE start index in place right now [51] as a test, but it clicksthrough on everyone. I haven't touched the code - did SS change something? I tried a total different approach by adding a pointer-event for the block of the text in 51 Lorne Mcconachie and turning off all other pointer events, but it doesn't work. https://corn-apricot-zn88.squarespace.com/staff-blog-test no PW
  14. @PartTwoDesignI am looking for the same thing for the Carousel block. The bump back to first image is fast and dizzying IMO.
  15. I have not. I know how to make it turn off and on, but not how to show the hand only when the JQuery pulls a summary item that has a click through.
  16. @jpeter I never thanked you for the code! It works great. One question though. I have rollover titles on the images and they turn red on hover. I turned off the "'hand" icon so it doesn't look like they click thru, but my boss was wondering if there is any way to keep the hand or keep the red color change ONLY if they actually click through. I honestly don't know if there is any way to do that with your script as the CSS states they all have the rollover. This is the line of CSS: @sbg-6_clickthrough-option: auto;. https://corn-apricot-zn88.squarespace.com/staff-blog-test PW is BA47
  17. Site URL: https://corn-apricot-zn88.squarespace.com/portfoliodetails/8yypiklex23co21rpmxwqtxrbmliw4 I have tried all the examples here. I have code to make the text overlay appear on hover, BUT the background of the box is white, I would like it to be about .7 opacity. No matter what I try, it won't change. I feel like I am missing something simple. This is what I have: Issues: whole overlay (text and background) are .5 opacity. I'd like the text to be .1. Also, the colors are the opposite if what we want - we want white lettering on translucent black bkgd. When I tried to just change them using the 7.1 color change, the background NEVER goes to #000000. Thoughts? .design-layout-poster .image-card-wrapper { visibility: hidden; opacity:0; } .design-layout-poster:hover .image-card-wrapper { visibility: visible; opacity: .5; }
  18. @Allyson I also contacted them. They said they did change the editing screen, so that you can only edit the title from the page itself, not the pop-up box at the gear icon. The issue for a lot of us is that we have added code to hide the blog titles, and cannot see them to edit them. This is fine for me, but I need to turn this site over to a client and they are NOT going to want to disable the code that hides the title every time they do a blog post!
  19. Hamburger menu styling: I have hamburger menu on the desktop, using 40% of the right side, so that our main image is still mostly visible, but when I click a submenu - such as Firm, the main menu moves to the right and is still visible as an almost ghost image. Is there a way to fix this? site: https://corn-apricot-zn88.squarespace.com/ PW BA47
  20. @jpeter Still no luck. It pulls click-thrus for all the posts, even the ones numbered 13. I can give you PW for the site to see what is happening. I removed the global code I had that turned off all clickthrus for that block as it didn't seem to make a difference. I don't know JS well, but it seems like it should just be pulling click-thrus for 0-12. site is: https://corn-apricot-zn88.squarespace.com/staff-blog-test PW BA47 conversely....is there a way to target just specific data start index numbers?
  21. @jpeter I am on 7.1 so my individual page doesn't have footer injection. If I add it to the global footer, will it only work for that one section or will it mess up my other blog summary block? Thanks! PS. I am not used to 7.1 yet 🙂
  22. @jpeter I haven't worked with JS much. I added it to the header injection, between <script>. I added a bunch of images to the blog to test beyond the no. 12. I can reorder them once I figure this out so data-start-index 1-12 are the right people. I have tried two things: 1) turn pointer events to "auto" in my CSS uding block ID, and keep the JS as-is: result is that the summary items still all link out. 2) turn pointer events to "none" and keep JS as-is: result is that the summary items all link out - regardless of their data-start-index. For instance data-start-index="13" is clicking through. Am I missing something I should have changed in the JS code? Perhaps something in here? if(index) { index = Number(index) + 1; if(index > LIMIT) { event.preventDefault(); } Thank you so much for any help - I figured this was going to be a little tricky to do on Squarespace.
  23. These are the people that need click-thrus. There will be 70 more added later that do not need to link to their blog pages. I just tried the target order, but with the filter, the top 12 always link. So if I have more people (staff) and I filter them, then the top 12 will link. I am beginning to think there is not a way to do this.
  24. @tuanphan Password is BA47. The 12 people shown right now are the only ones we want to link to their blog, the rest we want the rollover, but not the link. I do not have the other 70 loaded yet. I tried.... //remove links in staff page div#block-yui_3_17_2_1_1590076520498_4551 .summary-title-link { pointer-events: none; } then for each one I WANT to have a click-thru I do: #yui_3_17_2_1_1591127293731_910 .summary-title-link {pointer-events: auto!important;} BUT the yui for the summary-title keeps changing each time I reload so I cannot figure out how to make it stay! Am I using the wrong number?
×
×
  • 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.