Jump to content

theresa.southern

Circle Member
  • Posts

    28
  • Joined

  • Last visited

Posts 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;
    }

     

    image.thumb.png.8623e93af07ea5d3f68059f405c665dd.png

  3. On 12/14/2019 at 8:38 PM, BrookwoodDrew said:

    Hi all,

    Short Description

    I'd like to suggest the addition of the ability to exclude blog posts by category when creating a gallery of posts.

     

    Verbose Description

    A site I'm developing for a client employs several separate blog instances.

    One blog instance is for managing which employees are displayed on team pages. We can quickly add/remove team members simply by adding/changing/removing a category from their bio. We can slice and dice employees using categories like title or division. It's really quite handy.

    Another blog I'm using on that same site is for managing the display of projects executed by this client, with separate pages created for each project type. Galleries work really great and allows automatic updating of category pages – adding a new project to a gallery is as simple as making a new post and then applying the correct category to it.  I can even reorder items by changing their publication date and time - it's a hack, but it works!

    But I think I found a missing feature...

    We already have the ability to constrain posts by specifying which categories we want to feature.

    However, we do not have the ability to exclude post types by category.

    Programmatically speaking, this isn't difficult.

     

     

    Anyway, thanks for reading.

    This  has been my first post to this community.

    I have been increasingly pleased with my ability to customize the Squarespace platform to achieve design behavior above and beyond the standard templates. I fully expect for this request to exclude posts by category to go nowhere, but as they say: nothing ventured, nothing gained. At least I tried!

     

    @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;
    }

  4. On 6/17/2020 at 6:10 AM, SanitiseThis said:

    Could anyone help out with this one to hide the current product?

    I've added a summary block into the additional info section of the product editor and similar to above, it will include the current product you are viewing

    @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;
    }

  5. 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.
    
     

     

  6. On 11/17/2019 at 8:27 PM, kakers said:

    Did that work for you? That did not work but when we added the code below it worked only it made a black box show up over our mobile navigation menu.

      html, body {overflow-x: hidden;}

    @media screen and (max-width:640px) {
    .row.sqs-row {
        margin-left: 0;
        margin-right: 0;
      }
    }

    On 11/17/2019 at 8:27 PM, kakers said:

     

    My client's website is growthleadersgroup.com

    There is a left/right shift on mobile where you can basically grab the screen and move it left or right and then it will spring back when released. a horizonal scroll?

    I cannot figure this out!

     

     

×
×
  • 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.