Jump to content

Patterson

Circle Member
  • Posts

    123
  • Joined

  • Last visited

Posts posted by Patterson

  1. 6 hours ago, tuanphan said:

    You can add a different image block on top or bottom of each event, then we will give the code to move that image to top of event detail page

    That would be great! Can you start with this page - https://www.coastalathletics.net/events/august-summer-camp-2-2022 

    and then provide instructions on how to do this on other events and future ones I add down the line. 

     

    Thank you so much! @tuanphan

  2. On 6/18/2022 at 1:03 AM, tuanphan said:

    You mean keep the top image + add a new image to top of page?

    Sort of yes, I want to be able to have a hero image that is customizable for each event post. I have tried to figure out the proper way to do it but have had no luck yet. Any help is appreciated. 

    Thank, 

    Patterson

  3. Hey @tuanphan.... I would love to be able to add a an image similar to your option two above (just not as tall) . I would like to still have images in the section below this fold to the right of the left side panel. I would like a new image on each post. The site I am looking to do this to is this the one below (all events).

     

    https://www.coastalathletics.net/events/august-summer-camp-2-2022

     

    Thank you so much in advance for the help!

  4. 8 hours ago, bangank36 said:

    You can try the following code in Custom Css to overwrite the color of folder background

    body:not(.header--menu-open) .dark .header-nav-folder-content {
      background: gray;
    }

    Change the background with the color you want

    Hope it makes sense

    It sure does, thank you. Do you how I can fix the folder spacing to not block the line effect from being shown and keeping it from being so close to the nav item? @bangank36 thanks

  5. On 5/15/2022 at 7:53 PM, tuanphan said:

    Add to Design > Custom CSS

    nav.header-nav-list {
        flex-wrap: nowrap !important;
    }

     

     

    Hey @tuanphan - cold you help me fix the attached issue I am having with this site in the folder view on the navigation? It shouldn't be including the '|' or the be as long as it is. Thank you in advance!

    Screen Shot 2022-05-19 at 11.19.50 AM.png

  6. On 5/7/2022 at 9:17 AM, tuanphan said:

    You can remove draft, however then you need to share link to portfolio page, we will give new code to remove it from portfolio page

    here is the currently url... https://gogreenfieldhomes.com/manufactured-multi-section/draft-holly-berry-haven

    I would simply remove 'draft-' from it when I do as instructed. I didn't want to have it showing yet so I have just provided the link.

  7. Site URL: https://www.coastalathletics.net/events/spring-break-camp-2022

    Is there a way to hide the ability to see past events? Please see the screenshot attached to what I am looking to get removed. We still want the toggle feature available for when we have more than one event occurring, but we would like to have that ability to hide for events already that have occurred. It is confusing customers and there is no purpose. Thank you in advance for any assistance.  

    Screen Shot 2022-03-24 at 12.41.30 AM.png

  8. 8 hours ago, edharris said:

    Are the unusual bounce rates being reported in Squarespace Analytics or Google Analytics? Can you narrow it down to specific pages or specific traffic sources?

    Sometimes sites will get hit by some unusual spam traffic source that results in a spike of website sessions with 0 time on site and 100% bounce rate. If that's what's happening there's not much to do besides build a filter or segment in Google Analytics to clean that data out of your reporting.

    Happy to take a look at your analytics with you if you need a consult.

    - Ed

    --

    Blue Hills Digital
    Support with website optimization, SEO and finding a digital marketing strategy that works.

    Latest resource: Squarespace SEO Services

    Hey Ed, 

    Thanks for responding. The data is being pulled from my google analytics and then shown on a data studio report. I was getting %'s in the 5 and 6's but I found this link https://www.propellernet.co.uk/bounce-rate-low-fix/  & it after removing what I thought to be my only tag it has increased the bounce rate to a normal number of around 30% or so. So... I think I am good now. Let me know if you think I am not, if so, I hope this link can help others too!

     

  9. On 1/26/2021 at 10:30 PM, amatho20 said:

    Sweet!

     

    Only thing i noticed after the fact is that while this hides the draft project from being displayed on the portfolio page, it does not hide it within the pagination navigation between project pages (the arrow's at the bottom of any of your projects linking to the next).

     

    My first work around was to slap more simple code in to not display those navigation arrows at all, and add thumbnail links manually.

     

    .item-pagination {
      display: none;
    }

    but adding in thumbnails manually to every page is a pain, and eventually got to this solution which I feel works more harmoniously with the original fix as it relates to the "draft"  in your url slug.

    .item-pagination-link[href*="draft"] {
      display: none;
    }

    Hopefully these work arounds won't be necessary soon...

    Hey! @tuanphan& @amatho20

     

    I have the below pasted in my css it removes a draft from the main summary page but it remains in the pagination when on the prior post in sequence. Was there ever a solution reached for this that I am missing?

     

    a.grid-item[href*="/draft"] {
        display: none;
    }

     

    https://flamingo-goby-tkw6.squarespace.com/manufactured-multi-section
    PW: home

    In the multi section portfolio

  10. On 8/31/2021 at 4:02 AM, Beeline said:

    @hawaiiestatetours,@FarmGateMarketing & @Patterson-Has anyone implemented this that can help me? I tried injecting @tazmeah's code into the Header injection, Footer injection, and as CSS with no luck. I changed the block id #s and the names (ie projects, clients) to match my site with no luck. I'm no expert coder so spelling this out for me with exactly what steps I need to take would be great. 

     

    I am looking to have the counter run upon scroll (just like in @tazmeah's video). 

    I am looking to do this under the Fun Facts About Me on the About Me page.

    https://beeline-consulting.squarespace.com/about

    pw: helpmeplease

     

    Any advice would be greatly appreciated. Thanks!

    Screen Shot 2021-08-31 at 5.55.03 pm.png

    Screen Shot 2021-08-31 at 5.54.54 pm.png

    @Beeline I used a plugin from ghost plugins.

  11. On 9/19/2021 at 4:09 AM, tuanphan said:

    Hi,

    I think buttons can't render html code in button text.

    Try code, something like this (Design > Custom CSS)

    div#block-yui_3_17_2_1_1629578448500_17982 a:before {
        content: "\f095";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        padding-right: 10px;
    }

    image.thumb.png.92f2c59f5d1ec46f25399b62dd66f4a7.png

     

    That is unfortunate, do you have any advice for alternatives to this as I would love to apply to them in the future with ease. Do you mind for now also providing the code for the clipboard I initially listed for the footer button to the left.

     

    Thanks again!

  12. On 9/19/2021 at 5:31 AM, tuanphan said:

    Add to Design > Custom CSS

    /* nav one line */
    nav.header-nav-list {
        white-space: nowrap !important;
    }
    .header-nav {
        width: 70% !important;
        flex: 1 1 70% !important;
    }

     

    Awesome, thank you very much!

    Is there anyway to easily center these?

  13. Site URL: https://flamingo-goby-tkw6.squarespace.com/

    Password: home

     

    Is there anyway I can expand the are where the three items - Available Homes - Application - Resource Hub, on this nav is to allow them to all appear on the same line? Yes, I could lower the font size but I would rather not and there is plenty of white space for the items to fit in. Screenshot attached below.

    Thank you in advance for any assistance!

    Patterson

    Screen Shot 2021-09-16 at 9.26.25 AM.png

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