Jump to content

PhilHoughton

Circle Member
  • Posts

    250
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by PhilHoughton

  1. 6 hours ago, danielledickson said:

    I purchased the universal plugin filter and am trying to make the design look like it does in this portion of the instructional video.  I understand there are many different ways to go about implementing the plugin (blog, gallery, index pages, etc.).  However, I am trying to make my website look like this, and I was wondering if anyone knows what type of implementation this is since there are no images in it.  

    Screen Shot 2023-07-20 at 9.38.43 AM.png

    That page is gone now from memory. 
     

    here’s something similar on the same site though 

     

    https://www.nbph.org.nz/services/health-services

  2. On 7/29/2022 at 4:35 AM, Ten17 said:

    @houghtoncreative I sent an email directly to your company email listed on your website to ask you you were able to exploit the Squarewebsite Universal filter to present multiple collections onto one page

    PLEASE DISREGARD this message. 

    I found the JSON additional plugin from Squarewebsites that allows multiple collections to be presented on a single page

     

    Glad you found what you needed. I never got your email FYI 😞

  3. Hi @tillie it works fine without wrapping it in the collection ID. so just put this in the header injection on the specific page you want to change.
     

    <style>
    /*Turn mobile menu on all sizes*/
    /* 768 for tablet - desktop - 992 for desktop */
    @media screen and (min-width:768px) {
     /* hide navigation */
        .header-nav {
        display: none;
    }
    /* Hide header button */
    .header-actions {
        display: none;
    }
    /* show burger */
    .header-burger {
      display: flex;
    }
    /* Show overlay mobile menu */
    .header--menu-open .header-menu {
    opacity: 1;
    visibility: visible;
    }
    }
    </style>

     

  4. Cheers @colin.irwin

    Here's it working on 7.1

    <script>$(document).ready(function(){  
      var thisPath = window.location.pathname;
      var thisPage;
      var breadcrumbLink;
        thisPage = $('.blog-item-title').text();
          $('.blog-item-top-wrapper').prepend('<div id="breadcrumbNewsArticle"><div><a href="/">Home</a> &#187; <a href="/news-and-insights">News</a> &#187; <span class="truncate">'+thisPage+'</span></div></div>');
    });
    </script>

     

  5. On 11/25/2021 at 5:16 AM, KwameAndCo said:

    Clever... But a bi of a nightmare if you have quite a lot and need to track them all!

    Especially if they're not all via the Custom CSS menu

    Yeah that could be harder. Do you use some sort of code editor like Atom? I put all my links in there, and then used a find and replace to automatically fix all the links. Rather than doing them one by one. I'll do the reverse once the site is live.

  6. @KwameAndCo

    Ok I have a working solution to this problem, depending on your situation and skill level.

    I created a seperate trial site using 7.0 and developer mode. Uploaded the SVG assets to the assets folder.

    Then went back to my 7.1 site and replaced all the svg links in my css with the new urls from the developer site. You also have to put ?password=?YOURPASSWORD on the end of the link files for them to work since the 7.0 site is also in trial mode.

     

    The workaround is pretty quick to implement and worth it for me, because otherwise I can't show the client any progress on the site because all the SVG's would be missing.

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