Jump to content

theresa.southern

Circle Member
  • Posts

    28
  • Joined

  • Last visited

Everything posted by theresa.southern

  1. 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-item:nth-child(1) { display: none; } #block-yui_3_17_2_1_1594082530518_15247 .sqs-active-slide { display:none!important; } thank you!!!!
  2. @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; }
  3. @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 🙂
  4. @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; }
  5. @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 ideas. Half of this stuff is being creative with the CSS LOL) Example: #block-yui_3_17_2_1_1594082530518_15247 .summary-item:nth-child(1) { display: none; }
  6. I would love to know how I can adapt this to hide the submenu and have only the top level items link out?
  7. Exactly what would I put to REPLACE the comma with a pipe?
  8. Get the slug you assigned to your folder (e.g. "/folder") Add the following script to how @RyanDejaegher mentioned: Settings -> Advanced -> Code Injection -> Footer <script> (function() {window.addEventListener("load", function () { var tours = document.querySelector('[href="FOLDER SLUG COPIED FROM STEP 1"]'); tours.addEventListener("click", function () { window.location = "PAGE SLUG OR FULL URL"; }); })} )(); </script> 3. Replace "FOLDER SLUG COPIED FROM STEP 1" with your slug copied from step 1 🙂 Make sure you leave the double quotes there. 4. Replace "PAGE SLUG OR FULL URL" with whatever page slug you want! Make sure you leave the double quotes there.
  9. @philip_pape THANK YOU!! I was going crazy trying to update it so I could use new icons 🙂
  10. This does not work for me either (in Squarespace 7.1) I noticed that your code is different in the video than it is in the text provided on your site. Could this be the problem?
  11. This did not work for me to replace search input placeholder text. Using 7.1. Is that the problem?
  12. html, body {overflow-x: hidden;} @media screen and (max-width:640px) { .row.sqs-row { margin-left: 0; margin-right: 0; } }
×
×
  • 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.