Jump to content

JustinSeimits

Circle Member
  • Posts

    135
  • Joined

  • Last visited

Posts posted by JustinSeimits

  1. On 10/14/2021 at 1:41 PM, creedon said:

    @idflow

    Please post the URL for a page on your site where we can see your issue.

    If your site is not public please set up a site-wide password, if you've not already done so.

    Post the password here.

    Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works.

    Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

    We can then take a look at your issue.

    @creedon

    did you get this to work? I would love to use this on a clients site I added the code from the github and it is not working for me. DM me and I can get you into the site to look at what I might be missing.

    Mahalo,

  2. @bangank36 how would this work for mobile?

    I am trying to solve this issue:

    On desktop I have anchor links in the navigation so company#awards and company#responsibility and on mobile I am having a new mobile page show up company-mobile and when the navigation item is clicked it is going to company-mobile page rather then company-mobile#awards and company-mobile#responsibility. 

    The site is built on 7.1 and I will send you a message with the link to the site so you can see what I am trying to do.

    Thanks for any help you can provide with this.

  3. On 6/24/2021 at 11:04 AM, foo said:

    @JustinSeimits

    See my solution above (and pasted below):

    After the header, insert a gallery block instead of an image or headline block. Just put one image in the gallery, and hide the arrows. The gallery block starts right below the header, unlike the image and headline blocks, which slip underneath the header. (You can see the "missing" part of your image or headline block by setting the header to transparent.)

    @fooGreat solution, I would assume it works for videos as well as images?

  4. On 6/5/2021 at 12:11 PM, creedon said:

    @JustinSeimits

    Add the following to Settings > Advanced > Code Injection > HEADER. The poster doesn't need to do this step as they already have jQuery installed.

    
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

    Add the following to Page Settings > Advanced > Page Header Code Injection for the page.

    
    <script>
    
      $( ( ) => {
      
        /*
        
          begin move main content down so header doesn't hide it
          
          Version       : 0.1d0
          
          SS Version    : 7.1
          
          Dependancies  : jQuery
          
          By            : Thomas Creedon < http://www.tomsWeb.consulting/ >
          
          do not change anything below, there be the borg here
          
          */
          
          $( window ).resize ( function ( ) {
          
            const h = $( '#header' ).height ( );
            
            $( '#page' ).offset ( { top : h } );
            
            } );
            
          // end move main content down so header doesn't hide it
          
        } );
        
      </script>

    Let us know how it goes.

    Yes, that worked perfectly!!!!! 

    Thank you, how can I provide you with compensation?

  5. 25 minutes ago, creedon said:

    @JustinSeimits

    I don't know if there is a solution.

    In general the CSS can put in the Advanced > Page Header Code Injection for a page or in Design > Custom CSS. Of course the CSS needs to be adjusted a bit depending on where is is going.

    I prefer to put CSS that is page specific in Advanced > Page Header Code Injection for a page. Again it really is all about personal preferences. Some folks prefer to keep all their CSS in Design > Custom CSS.

    Per your issue. Please post the URL for the page on your site where you want to achieve the effect mentioned.

    If your site is not public please set up a site-wide password, if you've not already done so.

    Post the password here.

    Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works.

    We can then take a look at your issue.

    DM Sent

  6. Has anyone figured this out. 

    You have the top section being hidden under the navigation if you dont want it to be transparent and it makes the image cut off. 

    Would love how to do this on only one page, I am assuming that it is a data section on that pages code injection that the code can go into. 

    I dont know what code to put in I have tried padding-top and margin top and neither are working. 

     

  7. On 2/28/2021 at 10:07 AM, Amylee said:

    Hi Dawn,

    I was looking for the same thing and came across this code that worked brilliantly on my client's site:

    <meta http-equiv="refresh" content="0; url=YOUR URL HERE" />

    Hope that helps,
    Amylee

    @Amylee do you know if you can add a delay to this so the user would see the message quickly then get re-directed?

     

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