Jump to content

CQURE

Circle Member
  • Posts

    25
  • Joined

  • Last visited

Posts posted by CQURE

  1. Site URL: https://www.pendoo.tv

    I bought a new domain name. I built a website on squarespace and maintained a good ranking. Now I want to migrate the previous website to the new domain name I just purchased, but it seems to have no effect. The new domain name is currently only Purchased not yet in use

    /https://www.pendoo.tv -> /https://www.hkmlc1.com/ 301
    /www.pendoo.tv -> /https://www.hkmlc1.com/ 301
    /https://pendoo.tv -> /https://www.hkmlc1.com/ 301
    /pendoo.tv -> /https://www.hkmlc1.com/ 301

    old domain name:https://www.pendoo.tv

    new domain name:/https://www.hkmlc1.com

  2. Site URL: https://www.bilingsolarlight.com

    Hello, I have a problem that I embed the picture link in the accordion code, and set the fixed size of the picture. The PC can fully display the picture, but the picture on the mobile end will be deformed. I want to know if there is a specific method to make the picture smaller on the mobile end, thank you🙌!

    Another website

    <div class="animate__animated animate__lightSpeedInRight animate__delay-3s">
    
    
    <div id="ninja-elements" class="ix-block-ninja-custom-faq">
    
    
    <div class="accordion" style="--ixFaqQuestionTextColor:#000000; --ixFaqQuestionOpenedColor:black; --ixFaqQuestionFontSize:19px; --ixFaqQuestionFontWeight:400; --ixFaqQuestionPadding:30px; --ixFaqAnswerTextColor:#646464; --ixFaqAnswerFontSize:16px; --ixFaqAnswerFontWeight:400; --ixFaqAnswerPadding:10px 33px 30px 33px; --ixFaqBackgroundColor:#fafafa; --ixFaqItemOpenedBackgroundColor:white; --ixFaqBorderTB:1px solid #dfe5ec; --ixFaqBorderLR:1px solid #dfe5ec;">
    <div class="accordion__item accordion_view"> 
    <h4 class="question" data-trig="1">Are you a factory? Can the product be sold in one piece?</h4>
    
    
    <div class="answer" data-trig="1" style="display: none;"> <center><img src="https://images.squarespace-cdn.com/content/606d11b06696f47c48956f4d/1622515682702-A5R6TFLR7HDWMF9BNW05/%E6%8C%89%E6%97%B6%E5%8F%91%E5%8F%91%E5%8F%91.jpg?content-type=image%2Fjpeg" width="1200px" height="400px" /></center>Sure. If you like, you can visit our <a href="https://dragonbest.en.alibaba.com/"><b>store </b></a>to buy samples, we are absolutely direct sales manufacturers, with sophisticated equipment and professional technical personnel. </div> </div>
    
    
    <div class="accordion__item accordion_view"> 
    
    <h4 class="question" data-trig="2">Can I customize the product? Do you accept product customization?</h4>
    
    
    <div class="answer" data-trig="2"> <center><img src="https://images.squarespace-cdn.com/content/606d11b06696f47c48956f4d/1622518368611-YP4C8K37J85XESCL2JNK/%E6%8C%89%E6%97%B6%E5%8F%91%E5%8F%91%E5%8F%912.jpg?content-type=image%2Fjpeg" width="1200px" height="400px" /></center><p>Absolutely!&nbsp;If you are interested in which product, you can feedback your situation to us. We will give a plan according to your purchase quantity and demand, and then customize your <b>logo</b> products!</p></div> </div>
    
    
    
    <div class="accordion__item accordion_view">
    
    <h4 class="question" data-trig="3">Do you offer any discounts?How to get a discount?</h4>
    
    <div class="answer" data-trig="3"> <center><img src="https://images.squarespace-cdn.com/content/606d11b06696f47c48956f4d/1622518369998-GDZCRNHTOGTVT3UDZTUX/%E6%8C%89%E6%97%B6%E5%8F%91%E5%8F%91%E5%8F%914.jpg?content-type=image%2Fjpeg" width="1200px" height="400px" /></center><p>Yes! We offer discount for payment per year. There may be other temporary discounts, check for this inside the service. </p></div> </div>
    
    
    
    <div class="accordion__item accordion_view"> 
    <h4 class="question" data-trig="4">Can I request a refund?How to operate?</h4>
    
    <div class="answer" data-trig="4"> <center><img src="https://images.squarespace-cdn.com/content/606d11b06696f47c48956f4d/1622518369684-VQGOQXHSG2WE0ZYPR7VR/%E6%8C%89%E6%97%B6%E5%8F%91%E5%8F%91%E5%8F%913.jpg?content-type=image%2Fjpeg" width="1200px" height="400px" /></center><p>Sure, If you are not satisfied with the product or some aspects, we will refund according to the requirements. The operation method depends on the order channel!</p> </div> </div></div></div></div>

     

    one.png

    two.png

  3. 15 hours ago, tuanphan said:

    Add to Design > Custom CSS

    
    /* resize video banner mobile */
    @media screen and (max-width:767px) {
    [data-section-id="6059a0f56efca41413e29ba3"] iframe {
        width: 100% !important;
        left: 0 !important;
        height: auto !important;
    }
    [data-section-id="6059a0f56efca41413e29ba3"] {
        min-height: 20vh !important;
        height: 30vh !important;
    }
    }

     

    thanks @tuanphan     

     height: 50vh !important;

    nice!!

  4. On 5/21/2021 at 12:02 PM, tuanphan said:

    @CQURE Do you need to fix these?

    Site URL – https://www.pendoo.tv/

    1. (Mobile-Homepage) Reduce white spacing under slide?

    pendoo.tv-01-min-1.png

    2. (Mobile-Footer) Make info – support in 2 columns?

    pendoo.tv-02-min-1.png

    3. (Tablet-Homepage) Reduce white spacing?

    pendoo.tv-03-min-1.png

    4. (Tablet-Homepage) Resize slideshow?

    pendoo.tv-04-min-1.png

    5. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar?

    pendoo.tv-05-min-1.png

    6. (Mobile-Products) Make image fullsize?

    pendoo.tv-06-min-1.png

    7. (Mobile-Products) Show breadcrumb on top of products?

    pendoo.tv-07-min-1.png

    @tuanphan i need you!

  5. On 5/21/2021 at 12:02 PM, tuanphan said:

    @CQURE Do you need to fix these?

    Site URL – https://www.pendoo.tv/

    1. (Mobile-Homepage) Reduce white spacing under slide?

    pendoo.tv-01-min-1.png

    2. (Mobile-Footer) Make info – support in 2 columns?

    pendoo.tv-02-min-1.png

    3. (Tablet-Homepage) Reduce white spacing?

    pendoo.tv-03-min-1.png

    4. (Tablet-Homepage) Resize slideshow?

    pendoo.tv-04-min-1.png

    5. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar?

    pendoo.tv-05-min-1.png

    6. (Mobile-Products) Make image fullsize?

    pendoo.tv-06-min-1.png

    7. (Mobile-Products) Show breadcrumb on top of products?

    pendoo.tv-07-min-1.png

    Video resize in header when converting to mobile view

    微信截图_20210524160452.png

  6. On 5/21/2021 at 12:02 PM, tuanphan said:

    @CQURE Do you need to fix these?

    Site URL – https://www.pendoo.tv/

    1. (Mobile-Homepage) Reduce white spacing under slide?

    pendoo.tv-01-min-1.png

    2. (Mobile-Footer) Make info – support in 2 columns?

    pendoo.tv-02-min-1.png

    3. (Tablet-Homepage) Reduce white spacing?

    pendoo.tv-03-min-1.png

    4. (Tablet-Homepage) Resize slideshow?

    pendoo.tv-04-min-1.png

    5. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar?

    pendoo.tv-05-min-1.png

    6. (Mobile-Products) Make image fullsize?

    pendoo.tv-06-min-1.png

    7. (Mobile-Products) Show breadcrumb on top of products?

    pendoo.tv-07-min-1.png

    i need to you!  thanks you very much!

  7. The PC side of my website is normal, but there will be a screenshot of the picture in the gallery position of the mobile terminal, and the display is incomplete. Is there a way to solve this?

    I used the following css:
    @media screen and (max-width:767px) {
      .gallery-fullscreen-slideshow[data-width="full-bleed"] {
        height: 24vh !important;
      }
    }
     
    my website is : https://www.pendoo.tv/
                                https://www.biling1.com/
                               https://www.uscqure.com/
    350b2c3e8de20ad211e635fcef4e0c0.thumb.jpg.7f4ee87f7430e980ecfbcba498981583.jpg
    350b2c3e8de20ad211e635fcef4e0c0.thumb.jpg.135e3ecd790688cf5286ba7e0700616c.jpg
    a579cc0e0ae2e0946509d15fae944cd.thumb.jpg.65add4e9797898a2762fb9c6d24d6f19.jpg
     
     
  8. On 5/10/2021 at 8:54 PM, tuanphan said:

    Also, do you want to fix these?

    Site URL – https://www.pendoo.tv/

    1. (Mobile) Change Get a bonus color, same as desktop?

    pendoo.tv-01-min.png

    2. (Mobile-Footer) Want to change to 2 columns?

    pendoo.tv-02-min.png

    3. (Mobile/Tablet-Homepage) Make image fullsize?

    pendoo.tv-03-min.png

    4. (Tablet-Homepage) resize slideshow?

    pendoo.tv-04-min.png

    5. (Mobile-Shop) Make category links 2 lines, instead using scrollbar?

    pendoo.tv-05-min.png

    6. (Mobile-Products) Show breadcrumb on top of products?

    pendoo.tv-06-min.png

    7. (Mobile-Product Videos) Reduce Youtube text?

    pendoo.tv-07-min.png

    hello , @tuanphan

    I need your help

     

  9. The PC side of my website is normal, but there will be a screenshot of the picture in the gallery position of the mobile terminal, and the display is incomplete. Is there a way to solve this?

    I used the following css:
    @media screen and (max-width:767px) {
      .gallery-fullscreen-slideshow[data-width="full-bleed"] {
        height: 24vh !important;
      }
    }
     
    my website is : https://www.pendoo.tv/
                                https://www.biling1.com/
                               https://www.uscqure.com/
    7de4190d5bd1a126ee0e3ecbdf5e6ab.thumb.jpg.56043a40d544ddbe994ebf5f15c9ed21.jpg
    a579cc0e0ae2e0946509d15fae944cd.thumb.jpg.8382940a5271cb8eec5e76ea89cd2f7b.jpg
     
  10. 20 hours ago, tuanphan said:

    另外,您要修復這些嗎?

    網站網址– https://www.pendoo.tv/ 

    1.(移動)更改獲得與桌面相同的獎勵顏色?

    pendoo.tv-01-min.png

    2.(移動頁腳)是否要更改為2列?

    pendoo.tv-02-min.png

    3.(手機/平板電腦主頁)使圖像放大嗎?

    pendoo.tv-03-min.png

    4.(平板電腦首頁)是否要調整幻燈片大小?

    pendoo.tv-04-min.png

    5.(移動商店)使類別鏈接變成2行,而不是使用滾動條?

    pendoo.tv-05-min.png

    6.(移動產品)在產品頂部顯示麵包屑嗎?

    pendoo.tv-06-min.png

    7.(移動產品視頻)減少Youtube文字?

    pendoo.tv-07-min.png

     

     

  11. 20 hours ago, tuanphan said:

    另外,您要修復這些嗎?

    網站網址– https://www.pendoo.tv/ 

    1.(移動)更改獲得與桌面相同的獎勵顏色?

    pendoo.tv-01-min.png

    2.(移動頁腳)是否要更改為2列?

    pendoo.tv-02-min.png

    3.(手機/平板電腦主頁)使圖像放大嗎?

    pendoo.tv-03-min.png

    4.(平板電腦首頁)是否要調整幻燈片大小?

    pendoo.tv-04-min.png

    5.(移動商店)使類別鏈接變成2行,而不是使用滾動條?

    pendoo.tv-05-min.png

    6.(移動產品)在產品頂部顯示麵包屑嗎?

    pendoo.tv-06-min.png

    7.(移動產品視頻)減少Youtube文字?

    pendoo.tv-07-min.png

    thanks  !

    I am trying to solve these problems! If necessary, I will contact you! Thanks again for your help
     
  12. I tried with the following code:

    .header-nav-folder-content {display: flex;}

    .header-nav .header-nav-item--folder .header-nav-folder-content {
    width: auto;background-color: lightgrey !important; }

    .header-nav-folder-item:nth-child(1) {
    font-size: 27px;&::before {content:url('https://static1.squarespace.com/static/5e8df81224de683d5deb0832/t/5e90669321ab154ba4129534/1586521747705/add-image-nav-squarespace-1.jpg');
    padding-right: 21px;}

    .header-nav-folder-item:nth-child(2) {
    font-size: 27px;&::before {content:url('https://static1.squarespace.com/static/5e8df81224de683d5deb0832/t/5e90669e4164e335ad04395e/1586521758115/add-image-nav-squarespace-2.jpg');
    padding-right: 21px;}

     

     

    But all navigations with drop-down menus will add the same picture 

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