Jump to content

vcampaner

Member
  • Posts

    26
  • Joined

  • Last visited

Posts posted by vcampaner

  1. On 4/17/2021 at 9:29 AM, tuanphan said:

    Hi. It looks like you solved this?

    image.thumb.png.927201ca0739ebe80d0e18e2c51668bc.png

    first of all thank you for being so kind. I am trying to move the social links at the very bottom of the page, but keeping them on top of the video. I am not able to do it by adding blank spaces on the section it self it modifies the dimensions of the sections. 

    do you know how? 

     

  2. Hi, everyone, 

    I am trying to add social links at the bottom of the homepage (just before the background video ends), but I would like my social link to have the same background as the video in my section. I tried injecting codes to make the footer background transparent but nothing is working. I wonder if any can help out.

    leonardocampaner.com
    pass: leonardo

  3. 16 hours ago, creedon said:

    @vcampaner

    Structurally is probably not the best term but I couldn't think of a better one. I'm trying to explain some complex stuff without going into all the deeper stuff.

    When display : none is used it takes the element out of the rendering flow but the element is still remains available but now not visible. Since the element is still available it can be put back into the flow by changing display again.

    I don't know if Google ignores elements that have display : none on them and if it does how it goes into Google ranking.

    I doubt Google is going to get confused about which site and page it is indexing. The site and page title are still part of the header information for your site.

    Thank you this is helpful ! 

     

  4. 13 hours ago, creedon said:

    @vcampaner

    Visually or structurally?

    Visually. Here the title has been hidden but the space it took up is still in the flow.

    
    .header-title {
    
      visibility : hidden;
      
      }

    1762773888_ScreenShot2021-04-09at12_04_43PM.png.bdc58d2ee82392da99b726bd126aa881.png

     

    Structurally. Here the title has been taken out of the flow.

    
    .header-title {
    
      display : none;
      
      }

    415396871_ScreenShot2021-04-09at12_10_23PM.png.ee78a276027a3f46f6345483f0617d0c.png

    Thank you this is really helpful !

    If I remove it structurally is it going to change my google search ? 

  5. Hi, 

    is there a way to put different image backgrounds on headers? 

    I have an index that I would like my header to stay transparent, but for each project inside I would like to put a background on the header.

    let me know if there is anyone that can help.

    https://leonardocampaner.com/selected-work

    pass: leonardo

     

    thank you

     

     

  6. Hi, I am trying to have the my header space lateral margin be different than the general site margins. or my Index page side margins independent.

    I am trying to make the lateral padding larger for my index page, but at the same time I don't want my header links to go on two lines, I want them to always stay in one line. 

    I have been looking for code injections. so far all I found don't work.

    can anyone help? 

    https://pear-papaya-hg5t.squarespace.com/selected-work

    pass: leonardo

  7. Hi,

    I have changed my contact form (image attached) using the code below. 

    The visitor text inside the boxes are of different sizes. I am only able to modify the size of the text in the 'Email', 'Subject' and 'Message' box but not the text in the 'First Name' and 'Second Name' box. On the contrary, I was able to change the color to red for all text inside all boxes.

    why is that happening? anyone can help? 

    .form-wrapper .field-list .field .field-element{
      border:none;
      border-bottom: 2px solid;
      border-color: #fff;
      background: #000000;  
    }
    .form-wrapper .field-list .field .field-element
    {
    font-size: 20px;
    color: #FF0000;
    }

    Screenshot 2021-03-13 at 12.49.15.png

  8. On 2/3/2021 at 12:58 PM, Thormod_RK said:

    Thanks, @tuanphan. The use of | definitely looks better, but as you say – the titles will still show on browser tabs and in pagination. As for jscript, would this be a complicated matter to solve?

    @vcampaner, did you find a solution?

    Hi sorry for the late reply. I change my design a bit because I couldn't figure out how to write more the two lines and wanted to write more info than it is possible. 

  9. On 12/16/2020 at 1:09 AM, creedon said:

    @vcampaner

    Here is some CSS to get you started. Add the following to Design > Custom CSS.

    
    .tweak-portfolio-grid-overlay-height-custom .portfolio-grid-overlay {
    
      padding-top: 0;
      
      }
    
    .sqs-layout:not( .sqs-editing ) > .sqs-row:first-child > [class*=sqs-col]:first-child > .sqs-block:last-child {
    
      padding-bottom: 0;
      
      }

    After you add the above in, if you could point out more areas where there is unwanted spacing. We may be able to extend the CSS.

    Let us know how it goes.

    Hi @Creedon, 

    I might have one more questions about those spacing. When I look at the design on Mobile view, I see spacing on the side of my gallery in my portfolio page (attached screenshot below). When I try to edit the page the spacing is already at 0px. I think I need a CSS to fix this . 

    let me know if you can help again. 

    the website name is now : vittoriacampaner.com 

    truly thank you very much 🙂

     

    Screenshot 2021-01-09 at 10.17.05.png

  10. On 12/16/2020 at 1:09 AM, creedon said:

    @vcampaner

    Here is some CSS to get you started. Add the following to Design > Custom CSS.

    
    .tweak-portfolio-grid-overlay-height-custom .portfolio-grid-overlay {
    
      padding-top: 0;
      
      }
    
    .sqs-layout:not( .sqs-editing ) > .sqs-row:first-child > [class*=sqs-col]:first-child > .sqs-block:last-child {
    
      padding-bottom: 0;
      
      }

    After you add the above in, if you could point out more areas where there is unwanted spacing. We may be able to extend the CSS.

    Let us know how it goes.

    This worked wonderfully, thank you so much 🙂

  11. 12 minutes ago, tuanphan said:

    Add more span

    
    Title <span>sub1</span><span>sub2</span><span>sub3</span>

     

    This works, thank you so much. 

    What if I have longer text than what the title page settings can take ? Is there a way to add more text space. 

    also is there a code that adjust line height of the subtitle on thumbnails. When I try changing the title height, it doesn't affect the subtitles correctly. 

    this is so helpful. thank you so much. 

  12. On 6/22/2020 at 2:15 PM, TDavy said:

    Hey @HRawson I did ! There was a little customise button in there. See how it turned out here: www.insideoutrealestatestyling.com.
    How did you go?

    Hi, thank you for this plug in!! it works. I have questions, and I wonder if you could help me. 

    I would like like everyone else to start the sound automatically with the video, I can't find any kind of costume buttons, also I would like to have an additional button with the option to put the video full screen. Is that possible. Thank you

  13. On 4/1/2020 at 5:31 AM, dmarquez said:

     

    Hi, thank you for this plug in!! it works. I have questions, and I wonder if you could help me. 

    I would like like everyone else to start the sound automatically with the video, I can't find any kind of costume buttons, also I would like to have an additional button with the option to put the video full screen. Is that possible. Thank you

  14. 1 hour ago, vcampaner said:

    Hi all, both in my “portfolio page” and on my “project page” on some of the blocks there is a blank space (top and bottom). I want to remove the space completely. In the settings, it gives me the option to reduce it up to 10(custom height), I would like to make it 0, but it is not allowing me. How can I do this? I've read in this chat, and I saw many people where trying to do the same. I have tried injecting some of the codes written but they didn't work, some of the affected the size of my background video instead. I am not too knowledgeable of coding, anyone able to help me resolve this?

    I forgot to put my website: https://bronze-bamboo-328c.squarespace.com

     

  15. Hello, 

    I have tried this code, which has worked wonderfully. Thank you Tuanphan (I have been following some of your answers over this forum, and I am so grateful for your generosity of this knowledge)

    h3.portfolio-title span {
        display: block;
        font-size: 12px;
    }
    
      Quote

    Title <span>Subtitle</span>

    I have a quick question. following this code. with this code I was able to add a subtitle under the title of a project on the thumbnails - great. Now, Is it possible to have the option to add like 3-4 subtitles? one subtitle has its own line?

    I am not knowledgeable of custom CSS, so again, I am very grateful for this forum 🙂

  16. Hi all, both in my “portfolio page” and on my “project page” on some of the blocks there is a blank space (top and bottom). I want to remove the space completely. In the settings, it gives me the option to reduce it up to 10(custom height), I would like to make it 0, but it is not allowing me. How can I do this? I've read in this chat, and I saw many people where trying to do the same. I have tried injecting some of the codes written but they didn't work, some of the affected the size of my background video instead. I am not too knowledgeable of coding, anyone able to help me resolve 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.