Jump to content

cade

Circle Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by cade

  1. Same issue here on:  koenigsblau.squarespace.com

      On 1/8/2023 at 1:10 AM, tuanphan said:

    Edit this

    /* Mobile gallery title */
    @media screen and (max-width:640px) {
       .sqs-gallery-block-slideshow .meta {
        display: block !important;
        opacity: 1 !important;
        bottom: -50px !important;
    } 
    }

    to this

    /* Mobile gallery title */
    @media screen and (max-width:640px) {
    .sqs-gallery-block-slideshow .meta {
        display: block !important;
        opacity: 1 !important;
        bottom: -50px !important;
        height: auto !important;
        max-width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
    }

     

    Hello! Same issue. Image titles and descriptions don't show up on mobile and tablet. Site url: www.burcugokcek.com

    Appreciate the help!

  2. Hey there

    I've puted some additional informatin in the header section by CSS. I want to have that as a link (clickable). Is this possible?

    Used code is:

    // Heder Text info
    .header-nav:before {
        content: "info@koenigsblau.ch | +41 (0)62 756 04 04 ";
        display: block;
        position: relative;
        top: 00px;
    }
     

    Bildschirm­foto 2023-02-28 um 17.12.50.png

  3. Hey Tuanphan

    Unfortunately it does not work yet.

    I added de Code in the Footer section . Now I have this in the section:

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script>
      $(document).ready(function() { 
            $('div#block-yui_3_17_2_1_1645746278761_3758').appendTo('.header-title-logo a');
        });
    </script>
    <style>
      .header-title-logo img {
        display: none;
    }
    </style>

    <script>
      $(document).ready(function() { 
            $('div#block-yui_3_17_2_1_1675841487032_3184').appendTo('.header-title-logo a');
        });
    </script>

    Is it right like this?

     

  4. Hey Tuanphan

    Just added de Code in the Footer section . Now I have this in the section:

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script>
      $(document).ready(function() { 
            $('div#block-yui_3_17_2_1_1645746278761_3758').appendTo('.header-title-logo a');
        });
    </script>
    <style>
      .header-title-logo img {
        display: none;
    }
    </style>

    <script>
      $(document).ready(function() { 
            $('div#block-yui_3_17_2_1_1675841487032_3184').appendTo('.header-title-logo a');
        });
    </script>

    Is it right like this?

     

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