Jump to content

CoorlasArchitecture

Member
  • Posts

    89
  • Joined

  • Last visited

Posts posted by CoorlasArchitecture

  1. The input text sizes vary across the different forms fields. I used this CSS code previously, but it no longer seems to work:

     

    .form-wrapper .field-list {
     .field {
       .caption {
         .field-element {
           /* Text in the field boxes (First Name, Last Name) */
           font-size: 1.2rem;
         }
       }
       .field-element {
         /* Text in the field boxes (inc placeholder text) */
         font-size: 1.2rem;
       }
     }  
    }

     

    Any assistance is greatly appreciated. I'd like all the input text across all fields to be the same size.

     

    Thank you in advance,

    Stephen

    Form Field Text Size.JPG

  2. Upon first arriving to my site on any mobile browsing app the buttons with links require 2 taps to activate a page jump. It looks like the button will highlight upon the first tap and then activate upon a second tap. Unresponsive buttons are very disruptive to our visitors mobile experience. Is there anything causing this issue? There are no overlapping text or content boxes atop the buttons in edit mode. Thanks for your input. 

  3. On 1/3/2023 at 2:59 PM, Ziggy said:

    Can you try this Custom CSS to hide the warning message?

    html.squarespace-damask .sqs-blockStatus {
        display: none !important;
    }

    It may only work when in the CSS panel, but if it does it will allow you to then go back into editing the page and shrink the block down.

    Yes! This worked. There is still a snippit at the bottom that reads "Script Disabled" which is preventing it from being minimized completely. But this worked to reduce the height. Thanks again for your input!

    Script Disabled.JPG

  4. 2 minutes ago, Ziggy said:

    Yes, I'm sure!

    Once that grid has rows they don't disappear, with the old columns they were just the height that the content in them was. 

    Can you share the embed code you're using, maybe I can find a technique to help you shrink the code block. (I'm guessing it won't drag any smaller than you currently have it?)

    Correct - it will not drag any smaller. It's like that 'warning' label at the top of the embed is preventing it from shrinking.

    Here is the embed code:

    <div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/697084704?h=e655d88f72&autoplay=1&loop=1&title=0&byline=0&portrait=0&muted=1" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>

     

    Thanks for your input on this!

  5. 2 hours ago, Ziggy said:

    Embeds are tricky to deal with in the Fluid Engine grid editor. Typically you have to try and guess the size and match that in the grid. Embedded content with stretch the code block to fit, but isn't likely to be responsive so you just have to try and accommodate it the best you can and deal with the spacing.

    Can you share your website URL and page so I can get a better idea of what's going on specifically for you?

    (I'm not sure the "preview in safe mode button" has ever done anything for me)

    Here's the URL

    https://www.coorlasarch.com/residential/wilmette-home-addition

    It worked fine before I updated the section to the fluid engine grid editor. It's like that warning during editing is preventing the grid height from being reduced. A bit frustrating.

  6. I upgraded my page to the new grid editing, and now the spacing for one of my embedded videos is not resolvable. A note stating "this block contains embedded scripts..." resides at the top of the video embed forcing the grid count on the section to be greater than necessary. There is a button to "preview in safe mode" which does nothing. I tried recreating the embed, but the issue persists. What gives?

    SS - No Resolve for Edit to Live View.JPG

  7. Here to voice my frustration. Really wish I researched more before building my entire website on this platform. Time and time again Squarespace seems to be missing very basic design and operation functionalities requiring additional code to resolve their lack of design. 😑

    I just want to hide a project page from the portfolio view but link it somewhere else in my website. Why would this function not be considered by their design team, this seems so basic.

  8. 10 hours ago, CoorlasArchitecture said:

    .form-wrapper .field-list {
     .field {
       .caption {
         /* Captions of fields (eg First Name, Last Name) */
         font-size: 1.2rem;
         .field-element {
           /* Text in the field boxes (First Name, Last Name) */
           font-size: 1.2rem;
         }
       }
       .field-element {
         /* Text in the field boxes (inc placeholder text) */
         font-size: 1.2rem;
       }
     }  
    }

    This code seems to have solved the issue. 

  9. I found a longer CSS code with more modifiers such as font style and color,  and manipulated it to only change the font for all fields including the First and Last Name:

     

    .form-wrapper .field-list {
     .field {
       .caption {
         /* Captions of fields (eg First Name, Last Name) */
         font-size: 1.2rem;
         .field-element {
           /* Text in the field boxes (First Name, Last Name) */
           font-size: 1.2rem;
         }
       }
       .field-element {
         /* Text in the field boxes (inc placeholder text) */
         font-size: 1.2rem;
       }
     }  
    }

     

    Not sure if this can be paired down further. When I eliminate the "Captions of fields" section it stops working on the First Name, Last Name fields. I'm not sure of that's because the name fields are hosted in that Captions of fields bracketing?

    Can this CSS code be more efficient?

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