Jump to content

caminada

Circle Member
  • Posts

    20
  • Joined

  • Last visited

Posts posted by caminada

  1. 19 hours ago, caminada said:

    Dear @creedon, thank you very much for your code. I tried to understand and install it but didn't achieve the effect, sorry for that. Anyway, the client changed again their requirements, for now no need that effect any more.

    May I kindly ask another help for with this website. When the /home page is loading, the slideshow gallery images loading too short in one time which gives a flash feeling. I hope to slow down the images showing process like a fade-in effect. Could you help me with that? Many thanks!

    Link: https://gardenia-collie-ekrp.squarespace.com/

     

    Screen Recording 2024-06-19 at 17.22.37.mov 8.9 MB · 1 download  

     

     

    @creedon Hi, just want to let you know, about my gallery flash issue already found the solution at the end of the tutorials. Many thanks!

    https://www.will-myers.com/articles/how-to-slow-down-the-fade-transition-in-a-squarespace-gallery-slideshow

  2. On 6/9/2024 at 1:08 AM, creedon said:

    Upon further thinking I think I have a better way than my tracking thought.

    First remove any CSS related to moving the...

    Alig Grossküchen
    
    historias
    culinaricas

    ...text block. Make a copy somewhere.

    Please see the following.

    This code will allow us to move the previous mentioned text block into a spot where CSS can be applied to attach it to the bottom of the section.

    Replace the example settings provided in the code with the following.

          '.fe-block-yui_3_17_2_1_1704746352505_1283' : {
          
            selectorDestination : '#page .page-section:first-child',
            
            action : 'append', // value is append, prepend or replace
            
            // selectorParentDestination is optional, use when you want to first
            // find a selector destination but then work up the ancestor hierarchy
            // to manipulate it
            
            selectorParentDestination : '[enter selector parent destination here between single quotes replacing square brackets]',
            
            // selectorCopy when true will make a copy of the source element and use
            // it instead of the actual selectorSource. value is false or true
            
            sourceCopy : false,
            
            },
            

    Finally we need some new CSS to style the text block.

    .fe-block-yui_3_17_2_1_1704746352505_1283 {
      
        bottom : 2vh;
        left : 2vw;
        position : absolute;
        
        }

    Let us know how it goes.

    Dear @creedon, thank you very much for your code. I tried to understand and install it but didn't achieve the effect, sorry for that. Anyway, the client changed again their requirements, for now no need that effect any more.

    May I kindly ask another help for with this website. When the /home page is loading, the slideshow gallery images loading too short in one time which gives a flash feeling. I hope to slow down the images showing process like a fade-in effect. Could you help me with that? Many thanks!

    Link: https://gardenia-collie-ekrp.squarespace.com/

     

     

     

  3. On 6/6/2024 at 10:51 PM, creedon said:

    I think it is possible but would require JavaScript to track where the bottom of the section is and use those values in CSS to adjust where the block is.

    I know of no code that currently does this and of course you'd need the business plan or above.

    Dear @creedon, thanks for helping. We will take the business plan. May I ask for the code to achieve that? then I will install it and go online soon. Thank you!

  4. 12 hours ago, creedon said:

    Set up your grid and block like the following. The grid should be 5 rows.

    Screenshot2024-06-05at1_57_11PM.thumb.png.251af2b26b7d69911aa43dfd170d9426.png

    Add the following to Website > Pages > Website Tools > Custom CSS.

    [ data-section-id="6509cad63cf1952454595522" ] {
    
      padding-top : 0 !important;
      
      }
    
    .fe-block-yui_3_17_2_1_1704746352505_1283 {
    
      position : fixed;
      bottom : 3em;
      
      }

    This is for v7.1 and specific to the poster's need.

    Let us know how it goes.

    kindly ask, if possible only fix it on the corner of the first section, not on the screen corner.

    I hope it always keep the same distance to the first section's bottom, and the position is adaptive browser size

    could it be understood? 

    thank you!

  5. On 5/30/2024 at 12:34 PM, tuanphan said:

    Something like this? (I haven't adjusted mobile video yet)

    https://tuanphan3.squarespace.com/video-loading-effect-desktop-mobile?noredirect

    pass: abc

    dear @tuanphan

    YES! and if could only load once per day if viewer doesn't clean the browser data?

    After video played ONE TIME FULL if could fades out to the home page? instead of hiding to left.

    Last question is if can put a white close button X on top right in case anyone wants to click it away

    GREAT THANKS!

  6. @tuanphan Hi,

    May I kindly ask if there is any possible way to create a splash screen OR landing page plus an ENTER button by using the below video for a website? and only load once if doesn't reload the browser.

    The web link: https://gardenia-collie-ekrp.squarespace.com/

    Splash screen on desktop: https://static1.squarespace.com/static/65099e4b0bacc94c32040af8/t/6654c936503f41361bd58f01/1716832574197/ALIG+-+Website+video_9_1920x1080.mp4

    Splash screen on mobile:  https://static1.squarespace.com/static/65099e4b0bacc94c32040af8/t/6654c936d2a5c95ff33ea625/1716832579419/ALIG+-+Website+video_10_1080x1920.mp4

    Many thanks in advance!!

     

  7. On 11/4/2022 at 10:04 PM, tuanphan said:

    Add this to Code Injection > Footer

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
    <script>
      $(document).ready(function() { 
    		$('<a class="second-logo" href="https://google.com"><img src="https://cdn.pixabay.com/photo/2021/07/09/06/57/lavender-6398425__480.jpg"/></a>').appendTo('.header-display-desktop .header-actions.header-actions--right');
    	});
    </script>
    <style>
      a.second-logo img {
        max-width: 70px;
    }
    a.second-logo {
        margin-left: 2.5vw;
    }
    </style>

     

    May I is there a way to have it applied on mobile also? Thank you.

    image.thumb.png.d58d986da7f4f644a3457a0c2ee0f79d.png

  8. On 11/4/2022 at 10:04 PM, tuanphan said:

    Add this to Code Injection > Footer

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
    <script>
      $(document).ready(function() { 
    		$('<a class="second-logo" href="https://google.com"><img src="https://cdn.pixabay.com/photo/2021/07/09/06/57/lavender-6398425__480.jpg"/></a>').appendTo('.header-display-desktop .header-actions.header-actions--right');
    	});
    </script>
    <style>
      a.second-logo img {
        max-width: 70px;
    }
    a.second-logo {
        margin-left: 2.5vw;
    }
    </style>

     

    Thank you very much!

  9. On 1/28/2022 at 4:43 PM, tuanphan said:

    This require JavaScript code. If you share link to your site, we can test & give exact code

    Hi Tuanphan, May I ask your help about the JavaScript code for adding a second clickable logo on the header right? next to the social icons' right.

    The website link is https://www.pizmagazin.ch/. If you can help that would be amazing! Thank you!

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