theresa.southern
Circle Member-
Content Count
28 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Jahhhd reacted to an answer to a question: Summary Block for Blogs: How to hide current post?
-
BrookwoodDrew reacted to an answer to a question: Excluding Blog Posts by Category (in Gallery)
-
Summary Block - only show most recent blog post
theresa.southern replied to cleanslatemarketing's topic in Pages and Content
Hmmm. I need all categories to show as it is a summary of all blog articles. Maybe there is a way to just change the display size of the first item instead of not displaying it. -
Summary Block - only show most recent blog post
theresa.southern replied to cleanslatemarketing's topic in Pages and Content
I'm going to see if I can make @derricksrandomviews idea work but in the meantime, I would also love to make this work @RyanDejaegher if you have any clue how to get that empty space to go away -- The website it about to go live so it will probably be lynnepalmerinc.com/insights-executive-recruitment-blog but if not, it is https://emu-jaguar-5y4h.squarespace.com/insights-executive-recruitment-blog and the password is lp -- that is a lowercase L and lowercase P. I have been able to hide the first (most recent) post. That is fine. BUT, when I do, there is an empty space sho -
Blog Summary Block Hide Latest Post
theresa.southern replied to Anthony_Richardson's question in Coding and Customization
The website it about to go live so it will probably be lynnepalmerinc.com/insights-executive-recruitment-blog but if not, it is https://emu-jaguar-5y4h.squarespace.com/insights-executive-recruitment-blog and the password is lp -- that is a lowercase L and lowercase P. I have been able to hide the first (most recent) post. That is fine. BUT, when I do, there is an empty space showing up in the first row of the summary block. Here are the two codes I have used. Can you help? For now, I have the code disabled. #block-yui_3_17_2_1_1594082530518_15247 .summary-ite -
Summary Block for Blogs: How to hide current post?
theresa.southern replied to sambilheimer's question in Coding and Customization
The website it about to go live so it will probably be lynnepalmerinc.com/insights-executive-recruitment-blog but if not, it is https://emu-jaguar-5y4h.squarespace.com/insights-executive-recruitment-blog and the password is lp -- that is a lowercase L and lowercase P. I have been able to hide the first (most recent) post. That is fine. BUT, when I do, there is an empty space showing up in the first row of the summary block. Here are the two codes I have used. Can anyone help? For now, I have the code disabled. #block-yui_3_17_2_1_1594082530518_15247 .summary-- 18 replies
-
- summary-block
- blog-post
-
(and 1 more)
Tagged with:
-
Change background image opacity
theresa.southern replied to jpwelchux's question in Coding and Customization
@jpwelchux I know it's been awhile, but here is one option for you. Get the URL of the photo and use this CSS. Change opacity as desired. This is for Squarespace 7.1 and works for background images. You can always save the image with the opacity lowered but I like having the flexibility to change the opacity. [data-image="https://static1.squarespace.com/static/5ed54b8712824d33607048a7/t/5f10815a05b113770412e64c/1594917213740/business-executive-carrying-briefcase-walking.jpg"] { opacity: .5; } -
@socalsurf I think this might help you?
-
7.1 Help with anchor links not scrolling.
theresa.southern replied to Robino's question in Coding and Customization
@Kate We bought your plugin and it does not work any better for us than putting the anchor links in the normal way 😞 I submitted a support ticket but hey, if you are around and want to help 🙂- 11 replies
-
- squarespace-7.1
- anchor
-
(and 1 more)
Tagged with:
-
Excluding Blog Posts by Category (in Gallery)
theresa.southern replied to BrookwoodDrew's question in Coding and Customization
@BrookwoodDrew I have one summary block showing a single blog article that I have tagged as FEATURED. Then below it, I have another summary block with 30 items. I did not want to repeat the FEATURED post in that block. It is not the most elegant or perfect solution but I have simply told the first item in the specific summary block not to display. Example: #block-yui_3_17_2_1_1594082530518_15247 .summary-item:nth-child(1) { display: none; } -
Summary Block for Blogs: How to hide current post?
theresa.southern replied to sambilheimer's question in Coding and Customization
@SanitiseThis I have one summary block showing a single blog article that I have tagged as FEATURED. Then below it, I have another summary block with 30 items. I did not want to repeat the FEATURED post in that block. It is not the most elegant or perfect solution but I have simply told the first item in the specific summary block not to display. (In this case, it worked for me because I plan to always have the most recent blog article as the featured article - this would not work if the featured article was not the most recent. I know this is not the best but maybe it will inspire some i- 18 replies
-
- summary-block
- blog-post
-
(and 1 more)
Tagged with:
-
Excluding Blog Posts by Category (in Gallery)
theresa.southern replied to BrookwoodDrew's question in Coding and Customization
I would love to see this too 😞 -
Change mobile navigation in 7.1
theresa.southern replied to beren's question in Coding and Customization
I would love to know how I can adapt this to hide the submenu and have only the top level items link out? -
Folder Top Level Link Broken
theresa.southern replied to Lingwisyer's question in Coding and Customization
@sandracheesman I don't have your exact problem but saw you were active on the thread and wonder how you may have dealt with linking the top level folder nav in mobile. The site I am working on works fine on desktop but on mobile, you can only click on the sub-nav items which would skip over a significant portion of the page. -
Move blog title above thumbnail image
theresa.southern replied to alpheusdanson's question in Coding and Customization
How did you do it? 🙂 -
Hiding comma between tags on a blog summary
theresa.southern replied to Kmcgrath's question in Coding and Customization
Exactly what would I put to REPLACE the comma with a pipe? -
How to keep announcement bar fixed while scrolling?
theresa.southern replied to shume's question in Coding and Customization
Any way to move the announcement bar to just below the navigation?