Jump to content

debazer914

Circle Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    debazer914 got a reaction from TinaHuffman in Google not indexing Squarespace images?   
    I'm wondering the same thing. I just created a full artist portfolio site, and in my Google Search console I'm seeing "150 pages not indexed".
    On further inspection, it appears that these "pages" are just the artist's images.
  2. Like
    debazer914 reacted to George in Event Title link to SourceURL   
    Ok I solved this issue with limited drawbacks, so let me share the code I'm using for anyone looking for the same thing:
    <!-- Replace event title and image links with link in excerpt --> <script> $(".summary-title").click(function() { window.open($(this).siblings(".summary-excerpt").find('p a').attr('href'), '_blank'); return false; }); $('.summary-thumbnail-outer-container').click(function() { window.open($(this).siblings(".summary-content").find('.summary-excerpt p a').attr('href'), '_blank'); return false; }); </script> I added it to the footer of my site. Its purpose is to update the URL of the links for events displayed via the "Summary Grid" element. It's not meant to (and it doesn't) update the URL for the default event page. 
    Here are the drawbacks on my end:
    The script pulls the URL not from the "Source URL" (it can't), but from a link you must have previously placed in the excerpt. Simply add a link in the excerpt with the destination URL you want, and the script will pick it up. You can then hide the link in the excerpt via CSS if you wish. My CSS is the following: .summary-item.summary-item-record-type-event .summary-excerpt.summary-excerpt-only a { display: none; } When the user hover over the event image or title, the URL preview in the browser shows the non-modified URL. However when the user clicks, they go directly to the URL from the excerpt link. Not an ideal user experience. Feel free to try it on your site, it will work as long as you have the same HTML structure as me, otherwise you will have to modify the class names in the script (and the CSS) according to your context. 

    Best of luck
  3. Like
    debazer914 got a reaction from Tone in How can I hide the 'Quantity Select' field on a product page?   
    Hey there. The simple code from Trey T is working in my Custom CSS editor for all products, but I want to target a single product on an index page with many other products. 
    Does any body have a suggestion? Can I target the particular index page, or would I try to seek out this particular product block's ID?

    https://apricot-elephant-5wex.squarespace.com/food-experiences/
  4. Like
    debazer914 reacted to TrentNichols in Best template for a news based website?   
    Hi!  I am working a similar issue - did you find an adequate solution?
    I would love to be able to share news articles immediately from my phone browser/Google news to my site
    LinkedIn and Slack do a great job of this
×
×
  • 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.