David_Ledger
Member-
Content Count
16 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Site URL: https://www.shahfoundation.org/ Squarespace 7.1 Same Blog Entries are linked to 2 Summary Blocks. I would like to use the 'Link Post Title to Source URL' for one but not the other. Because this feature is tied to the blog entry instead of the summary block there is no way to do it. I am trying to have one summary block use the 'Link Post Title to Source URL' feature to click to external links. I am hoping there is a piece of code which would disable this on a second summary block so the same blog articles would direct back to my blog entries instead of the external
-
Site URL: https://covidedtesting.com/ https://covidedtesting.com/ Can I add pagination to just pages instead of a blog? I want Page Title & Arrows at the bottom of the page linking to the next and previous pages? I have 6 image blocks on my home page which link to individual pages: TESTING BASICS, OPERATIONS, LEGAL, COSTS, COMMUNICATIONS, Pilot Program Updates I would like to Start at TESTING BASICS, then 'Next' would be OPERATIONS, and so on. The reasoning I was not going to use the blogging feature is it seems limited when it comes to adding sections, etc vs wh
-
David_Ledger reacted to an answer to a question: Change Order of Content in Side by Side Summary Block
-
Change Order of Content in Side by Side Summary Block
David_Ledger replied to David_Ledger's question in Coding and Customization
I am working in the business plan model. Thank you in advance, I couldn't wrap my head around how to change the order. -
Change Order of Content in Side by Side Summary Block
David_Ledger posted a question in Coding and Customization
Site URL: https://mushroom-sapphire-grdc.squarespace.com/ I am using a Side by Side summary block for a blog. I would like to reorder how items show up on the summary: I would like it to appear as follows: 1. Date (Primary Metadata) & Blog Excerpt on one line 2. Title of Blog Entry 3. Read More Currently the closest I can get to with default settings is: 1. Date 2. Title of Blog Entry 3. Blog Excerpt 4. Read More Any help would be appreciated, Thank you! -
Blog, Isolate Image Size Ratio, currently effecting all Blogs
David_Ledger replied to David_Ledger's question in Coding and Customization
I went ahead with a different approach after reading a bit further on it. Basically both blogs will be in the "not linked" section and I am making summary blocks for each which I have individual control over. Now I am dealing with the 30 blog entry limit which is very tedious but will work. Thank you again! -
Site URL: https://mushroom-sapphire-grdc.squarespace.com/ I have 2 separate blogs on my site. On the actual Blog Pages (not the summary blocks) I want one to have thumbnail images displayed as 1:1 ratio while they other should be display as 3:2 Standard ratio. Every time I try to change this setting to one blog it automatically changes it on the other blog. Any thoughts? Thanks in advance.
-
CSS code not working on single page code injection
David_Ledger replied to David_Ledger's question in Coding and Customization
I appreciate you reaching out. I originally put everything in the Design>Custom CSS area. I was hoping to tidy up the site by moving CSS that only effected single pages pages over to the Code Injection areas. No worries, it still works in the Custom CSS area. Thank you! -
CSS code not working on single page code injection
David_Ledger replied to David_Ledger's question in Coding and Customization
I did that and it did not work. I put this into the Into the Blog Page>Advanced>Page Header Code Injection: <style>#block-yui_3_17_2_1_1596655451516_4134 {.image-overlay {box-shadow: 0px 0px 10px 4px (#fff);}}</style> -
CSS code not working on single page code injection
David_Ledger replied to David_Ledger's question in Coding and Customization
Thanks Derrick, That is the plug-in I used to id the block. Like I said previously, it works when added to Design>Custom CSS, but I am not sure how to write it if I just wanted to add it to the Page Header Code Injection area of my blog page instead of the Design>Custom CSS area. -
CSS code not working on single page code injection
David_Ledger posted a question in Coding and Customization
Site URL: https://mushroom-sapphire-grdc.squarespace.com/ (This code will allow a little outer glow around a specific image:) If I put it in Design>Custom CSS, and it works, but I am trying to put page specific code on their respective pages to try to organize a bit better: #block-yui_3_17_2_1_1596655451516_4134 {.image-overlay {box-shadow: 0px 0px 10px 4px (#fff);}} How do I translate this code to a single blog page where I am either suppose to inject it into either the "Page Header Code Injection” area or the "Post Blog Item C -
Mobile View, 2 Image Blocks side by side
David_Ledger replied to David_Ledger's topic in Images and Videos
Doh! Please disregard. Just found the Google Extension "Squarespace ID finder" which make this much easier, among a bunch of other things. Thanks again for the answers you give on this forum, it has been very helpful for me to learn and navigate the code. -
Mobile View, 2 Image Blocks side by side
David_Ledger replied to David_Ledger's topic in Images and Videos
6 separate Image Blocks, but I also added a Gallery Section below to see if that would work better. For the Gallery Section, I want to add padding around the whole Gallery Section to be 15vw, 4vw on Mobile, but I am not sure what to target to write the code in either case. I am still very new at understanding how to locate certain items when it is beyond Collections and Blocks for Custom CSS in Squarespace 7.1, no collection comes up for this section (?) I cannot figure out what the right target is in the CSS to add some padding around it. Thanks again, D -
Site URL: https://mushroom-sapphire-grdc.squarespace.com/eat-up-film I have 2 rows of three image blocks which I am trying to show as 2 side by side in mobile view. What is the best way to do this, new page section, edit the css from there? Thank you advance,
-
Scale 2 Poster Images Blocks together for mobile
David_Ledger replied to David_Ledger's topic in Images and Videos
Thank you Tuanphan, I appreciate it very much!