-
Content Count
417 -
Joined
-
Last visited
-
Days Won
17
rodvaldr last won the day on August 16 2020
rodvaldr had the most liked content!
About rodvaldr
-
Rank
Circle Leader
Personal Information
- Website
-
Location
Stockholm, Sweden
Recent Profile Visitors
1,012 profile views
-
ingridwerder started following rodvaldr
-
Are you sure, @paul2009? I dropped an un-optimized thumbnail into my 7.1 site and it turned out to be far heavier than the tinyJPG-version. Perhaps are png's and/or thumbnails not optimized by Squarespace?
- 12 replies
-
- performance
- photography
-
(and 1 more)
Tagged with:
-
Thanks @tuanphan I've have come a bit further. The background works on hover, and the title shows up β but click-through is not working, neither on the image or the image title. Can this be done? Javascript wizardry? https://oboe-vuvuzela-4bha.squarespace.com pw: Hasselblad π
-
Sorry, but I am a newbie to 7.1 β how can a make the title show in a masonry gallery? https://oboe-vuvuzela-4bha.squarespace.com pw: Hasselblad π
-
Open lightbox of gallery when clicking individual image
rodvaldr replied to bayofguinea's question in Coding and Customization
Yes, a solution to this would be great, @tuanphan π -
rodvaldr changed their profile photo
-
rodvaldr joined the community
-
How to find which template is being used?
rodvaldr replied to rodvaldr's question in Coding and Customization
Of course you can use the template ID the other way around β when looking for Squarespace sites that have implemented a certain template. Example: Search for the Forte template string "51e6b9e4e4b062dafa7099b9" with this search engine: https://search.nerdydata.com/code and, voliΓ‘, you have some 400+ pages listed with sites using that very template. It is very inspirational. /rodvaldr -
How to find which template is being used?
rodvaldr replied to rodvaldr's question in Coding and Customization
As far as I know, yes. But I've only given it a few minutes... -
How to find which template is being used?
rodvaldr replied to rodvaldr's question in Coding and Customization
Well, there is a (non-visual way) to sniff out what Squarespace template is in use. Seems like every template has an unique ID. Search the page source for "template" and you will find a string that looks something like this: "templateId":"51e6b9e4e4b062dafa7099b9" In this case the string identifes the template as a "Forte" template. Other examples: Momentum β 50130f5be4b00a22f5c5a82a Avenue β 4fd11f32c4aad9b01c9e624c Shift β 515c7bd0e4b054dae3fcf003 And so on. The reference templates can be found at http://squarespace.com/templates/ /rodvaldr -
Is there a simple way to detect which template is being implemented on a Squarespace web site? Page source? Code inspector? All clues are welcome. /rodvaldr