Jump to content

AJPerformance

Member
  • Posts

    26
  • Joined

  • Last visited

Reputation Activity

  1. Like
    AJPerformance got a reaction from tuanphan in Hiding nav bar on desktop moves logo   
    yeah figured it out, i just individually hid all the navigation buttons :)
  2. Like
    AJPerformance reacted to heyawaiszahid in Footer not scaling properly   
    Hi @AJPerformance
    The content of your footer overlaps on the reduced window size because it does not have enough room to display all columns in a row. You can fix it with the help of below code.
    @media screen and (max-width: 1356px) { #footer-sections { .sqs-layout [class*="sqs-col"] { float: none !important; width: auto !important; } .page-section.content-width--medium:not(.content-collection) .content { width: 100%; } } } You need to put above code in Custom CSS under Design.
  3. Like
    AJPerformance got a reaction from Beyondspace in adding code block to list/carousel section   
    oh that worked, thank you so much!
  4. Like
    AJPerformance reacted to Beyondspace in adding code block to list/carousel section   
    Have you tried:
    /aj-performance#62580a5e80b087457c9ea3be
    /aj-performance#62580a94009a9e24ef49d70a
    /aj-performance#62580a97edef0161f7732d5e
  5. Like
    AJPerformance got a reaction from Beyondspace in Form fields title inside the field itself   
    It works perfectly, thank you bangank :)))
  6. Like
    AJPerformance reacted to Beyondspace in Form fields title inside the field itself   
    You can try the following code in Home > Settings > Advanced > Code Injection, choose the footer
    <script> (function() { window.addEventListener('DOMContentLoaded', () => { const placeholders = document.querySelectorAll('.field'); if(placeholders.length) { placeholders.forEach(holder => { const inputEl = holder.querySelector('input, textarea.field-element'); const labelEl = holder.querySelector('.caption-text, .title').innerText; if(inputEl && labelEl) { inputEl.setAttribute('placeholder', labelEl); } }) } }); })() </script> Let me know how it works on your site
  7. Like
    AJPerformance got a reaction from Beyondspace in Image Gallery Carousel Image hover text   
    Site URL: https://ajpgroup.com/aj-performance
    Hi, I. was looking through the forums for a solution to this problem I'm having where I don't know how to make my carousel items zoom in when hovered over and have text when hovered over as shown in the example below but I havent been able to find a solution. Can anyone help please.

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