Jump to content

derricksrandomviews

Circle Member
  • Posts

    3,881
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Like
    derricksrandomviews got a reaction from mariadelamo in Automatically post YouTube videos to video gallery   
    It takes a Squarespace business plan and a plugin/widget to create a youtube feed page on a Squarespace site. This is one widget to do that:
    https://www.sociablekit.com/tutorials/embed-youtube-feed-squarespace/
  2. Like
    derricksrandomviews got a reaction from Anemone in Changing blog "Comments" to "Notes"   
    If you don't necessarily want the comment count then this code should work in config/design/custom css
     
    h3.comment-count span {
        visibility: hidden;
    }
    h3.comment-count span:before {
        visibility: visible;
        content: "Notes";
    }
    It works on my site, I changed comments (0) to Have a comment? 
  3. Like
    derricksrandomviews got a reaction from sayreambrosio in Apparent website security issue?   
    It can take up to 72 hours for an SSL certificate to propagate throughout the internet. It may speed up the process if you were to ensure secure preference is checked under Home > Settings > domains >developer tools>SSL and make sure HSTS is checked. 

    Understanding SSL certificates - Choose SSL settings

    For any further personalized assistance you might need, please reach out to Squarespace Customer Support. 
     
  4. Like
    derricksrandomviews got a reaction from artofjefferson in Is it possible to have 2 blog pages with different Content Display settings?   
    This is a styles option for single column blog posts layout in blog page section/edit/format. 
    Any change to syles, no matter how you got to that menu, from the main config menu, or from a blog landing page,  changes the whole site. 
  5. Like
    derricksrandomviews reacted to EventPlanner in Contradictory Analytics   
    I apologize.  I did not read your comments closely enough.
    You wrote that links opened in a new window are classified as Direct, and therefore would not show the referral website.  I checked the ads on Nextdoor, and they do open in a new tab on the browser.
    I have added UTM parameters to the Submit button on our ad, and will check Squarespace Analytics to see whether that works for our purpose.
    Thank you.
     
  6. Like
    derricksrandomviews got a reaction from montgomerydenton in Issue with Site Not Loading on Mobile Devices   
    What is your site address? We might be able to spot something by looking at it. 
     
  7. Like
    derricksrandomviews reacted to Rewa in Resize Blog Post Excerpt Font   
    .blog-excerpt-wrapper p 
    {
       font-size: 18px !important; 
    }
  8. Like
    derricksrandomviews reacted to blackstarNL in Changing company name, moving Squarespace site to new domain   
    Will do! Thank you very much.
  9. Like
    derricksrandomviews got a reaction from blackstarNL in Changing company name, moving Squarespace site to new domain   
    It's simple enough, purchase your new domain through Squarspace, and make it your primary one, and leave your existing domain as is. 
    Using multiple domains connected to the same site.
  10. Like
    derricksrandomviews reacted to paul2009 in Seeking Feedback on my Photography Website   
    The first thing I noted is that the domain is not connected to the site, resulting in the built-in domain (impala-pigeon-nyda.squarespace.com) showing instead. You may want to read Connecting a third-party domain to your Squarespace site.
  11. Like
    derricksrandomviews got a reaction from creedon in Trying to migrate my website from another host....AND THIS IS RIDICUOUSLY COMPLICATED   
    You might just ask for help with your problem and describe it. We have many professional folks here who can provide a solution I am sure. 
  12. Like
    derricksrandomviews got a reaction from sayreambrosio in Trying to migrate my website from another host....AND THIS IS RIDICUOUSLY COMPLICATED   
    You might just ask for help with your problem and describe it. We have many professional folks here who can provide a solution I am sure. 
  13. Like
    derricksrandomviews got a reaction from Collaborada in Changing company name, moving Squarespace site to new domain   
    It's simple enough, purchase your new domain through Squarspace, and make it your primary one, and leave your existing domain as is. 
    Using multiple domains connected to the same site.
  14. Thanks
    derricksrandomviews got a reaction from blackstarNL in Changing company name, moving Squarespace site to new domain   
    Traffic to your old domain will not automatically move to your new one, not through the search engines anyway unless you keep it pointed to your site. You can make your new domain the primary domain and it will show up in the browser bar of anyone who visits, the old one will change to the new one,  and the search engines will eventually catch on to the change. At some point in the future, you should be able to deactivate the original domain if you find that desirable. 
  15. Like
    derricksrandomviews got a reaction from paul2009 in So tired of spacing inconsistencies in fluid engine!!!! Need help   
    Paul is right. In my opinion, his explanation is a good reason why 7.1 doesn't have FE operating for Blog pages. 
     
  16. Like
    derricksrandomviews reacted to paul2009 in So tired of spacing inconsistencies in fluid engine!!!! Need help   
    Fluid Engine can be great for innovative layouts for, but a classic layout like this, you are better off using a “Classic” section instead. All your text can then be placed in a single Text Box, giving consistency for all spacing, and your Image Boxes can be dragged into place. You’ll find “Classic” sections at the very bottom of the list when adding a new section.
  17. Like
    derricksrandomviews got a reaction from mrippstein in Adding Google Reviews to SquareSpace Website   
    Free plugin with video tutorial for Squarespace  sites. It certainly deserves a second look. 
     
    https://elfsight.com/google-reviews-widget/squarespace/?gclid=Cj0KCQjw7qn1BRDqARIsAKMbHDZlsBGVGchCeDZIORf8CAJarXxZOY7vjartBYvO5fC_pjrUNhNX4CcaAnJ3EALw_wcB
  18. Like
    derricksrandomviews reacted to WCS in Trying to change arrows on summary carousel. Help?   
    @matt1234 That guide is good but it does have an error in it and the arrows may overlap the text, making the testimonial not fully legible. 
    Here's a revised version to try:
    section[data-section-id="65d8dcbcf210d40479a7b669"] {
    .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {   
      float: none;   
      width: 120%;   
      position: absolute;   
      bottom: 42%;   
      left: 50%;   
      -webkit-transform: translate(-50%,-35%); 
      -ms-transform: translate(-50%,-35%);
      transform: translate(-50%,-35%);   
      -webkit-box-pack: justify;       
      -ms-flex-pack: justify;           
      justify-content: space-between; 
      }
    .sqs-gallery-design-carousel .sqs-gallery-controls .next::before {
    background-color: #f5c06a;   
    color: #000000;   
    padding: 20px; 
    border-radius:50%;
    content: '▶' !important
     } 
    .sqs-gallery-design-carousel .sqs-gallery-controls .previous::before {
    background-color: #f5c06a;   
    color: #000000;   
    padding: 20px;
    border-radius:50%;
    content: '◀' !important
     }
    }
    Customize it for your site:
    You can add #block-yui_3_17_2_1_1693334706601_32976{ to the beginning and } at the end if you want to apply it only to the slider on your homepage. 
    You can modify the arrows by copy/pasting a new unicode character and replacing the symbols (◀ and ▶) in the below code. Here's a link to a list of viable options: https://insidethesquare.co/unicode-for-squarespace
    content: '▶' !important
    content: '◀' !important
     
  19. Like
    derricksrandomviews got a reaction from WCS in Trying to change arrows on summary carousel. Help?   
    This guide should help you:
    https://www.inscapewebdesign.com/free-squarespace-hacks/styling-squarespace-summary-carousel-arrows-like-list-section-carousels
  20. Like
  21. Like
    derricksrandomviews reacted to CarinaSpencer in When filtering blog posts by category, how can I make the filtered results clearer?   
    Wow, that is mind-bending and such a creative way to work with different features! I am going to play around with this. Thank you so much for your super detailed reply!
  22. Love
    derricksrandomviews got a reaction from CarinaSpencer in When filtering blog posts by category, how can I make the filtered results clearer?   
    I use two blog pages. Blog Number One is where all my posts are, and they each have a group category or categories,  depending on the number of items I want on a page, more than 30 require more than one category. For example: I might give Soul Stories to the first 30 items and Soul Stories 2 to the next 30. This is my main blog page and goes into the unlinked section of my site. All my blog posts reside there. 
    The second blog page is in the main section of my site and contains only summary blocks in the posts. There can be multiple summary blocks in each post and they are filtered using the categories as mentioned above to pull content. Each post in the second blog (remember this is my front-facing blog page) has a category and the archive block pulls content from the second blog page, and the subject in the menu matches the category that I gave the post with the blocks containing those posts from blog number one. So the steps are as follows:
    Create a Second blog page 
    Give all your posts in blog number 1 a category grouped by subject. If that subject has more than 30 posts then give the ones above 30 an xxx 2 category. 
    Create posts in blog number 2 with a post for each subject. In that post put summary blocks pulling content from blog number one filtered by the categories you gave those posts in blog number 1. Remember if over 30 items you will need more than one block per 30 and you will use two categories xxx 2 etc, 
    Give the posts in blog number 2 the category that will appear word for word in your archive block. 
    Create the archive block pulling content from blog number 2 grouped by category. I use the drop-down layout. 
    Put blog number 1 in the unlinked section of your site,
    Put blog number 2 in the linked section and give it the nav title you wish to show up on the menu bar. 
    Also, you can create a post in the second blog for featured posts from blog 1. I put this at the top of the page.  You create a block pulling content from blog 1 and do not filter by category, filter by featured posts and then when you toggle that option in a post from blog 1 it will show up in this post. It is a good way to get your newest post to be at the top and also a way to feature an older blog that you think deserves some new attention. 
    The blogs cannot share the same nav name, page name, or URL slug. 
    If you have any questions, don't hesitate to come back here and ask me. 
    Derrick
     
     
     
  23. Like
    derricksrandomviews got a reaction from CarinaSpencer in When filtering blog posts by category, how can I make the filtered results clearer?   
    Yes use summary blocks in their own blog separated by category which is the title of the post. Like mine here: Blog posts by category/subject with menu
  24. Like
    derricksrandomviews got a reaction from Collaborada in Broken Link with Squarespace template name but this page doesn't exist anywhere among my pages   
    I wouldn't worry about it. The search engines will drop it eventually, there is nothing you can do right now since the link doesn't go anywhere. Renaming a page is one thing but the main domain change which happens with websites a lot confuses the engines for a while. I would be more concerned about my main domain and you can check for any broken link here:
    https://ahrefs.com/broken-link-checker
  25. Like
    derricksrandomviews reacted to paul2009 in Vertical site title in WELLS   
    You should be able to do this with some Custom CSS. Note that, depending on the length and height of your site title, in addition to rotating it, you may need to add some margin to the top to push it further down the page.
    Here's an example. If you need more help, please provide a working link to your site 🙂.
    @media only screen and (max-width: 800px) {   #logo {   transform: rotate(-90deg);     margin-top: 60px;   } } Did this help? Please give feedback by clicking an icon below  ⬇️
×
×
  • 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.