Jump to content

creedon

Circle Member
  • Posts

    9,502
  • Joined

  • Last visited

  • Days Won

    79

Posts posted by creedon

  1. 16 minutes ago, Bos said:

    I copied and pasted my CSS below: 

    In a quick test on my test site the code worked.

    ScreenShot2024-02-27at2_53_47PM.png.57467c25493ed5290915b2bcea65ecc0.png

    Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us.

    A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/.

    Please set up a site-wide password, if your site is not public and you've not already done so.

    Post the password here.

    Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

    Please read the site-wide password and how to share a link documentation to understand how they work.

    You may find How to post a forum question post useful.

    We can then take a look at your issue.

  2. 11 hours ago, D8NMT said:

    Any ideas?

    Yes. I think I was off track here so lets reset.

    It appears we are dealing with the member dialog in two different states. One is a default dialog.

    ScreenShot2024-02-27at12_53_23PM.png.507560b2db34ecff2c8cc3ec440f4eff.png

    The other is a digital product block dialog.

    ScreenShot2024-02-27at12_52_44PM.png.a8230cd0fd96df17bd5fe0b14853d481.png

    In this one we see the added texts Create an account to unlock exclusive content. and By joining you may receive emails and updates related to your account. You can unsubscribe at anytime.

    Let work on this one first.

    .twc-malidc-sign-up h1 ~ h3 {
    
      visibility : hidden;
      
      }
      
    .twc-malidc-sign-up h1 ~ h3::before {
    
      content : 'Testing changing the text.';
      display : block;
      visibility : visible;
      
      }
      
    .twc-malidc-sign-up .twc-malidc-sign-up-password-confirm ~ div {
    
      visibility : hidden;
      
      }
      
    .twc-malidc-sign-up .twc-malidc-sign-up-password-confirm ~ div::after {
    
      content : 'Testing changing the text.';
      display : block;
      visibility : visible;
      
      }

    Remove any previous attempts at this effect.

    Let us know how it goes.

  3. 10 minutes ago, AlexMo said:

    Any update on the fact that it doesn't appear on mobile?

    As I recall I updated my code to address a previous mobile display issue.

    Perhaps there is another issue.

    Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us.

    A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/.

    Please set up a site-wide password, if your site is not public and you've not already done so.

    Post the password here.

    Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

    Please read the site-wide password and how to share a link documentation to understand how they work.

    You may find How to post a forum question post useful.

    We can then take a look at your issue.

  4. 2 hours ago, D8NMT said:

    I wondered if it's possible to change the small text that sits below the title in the sign up box, by default is says 'Create an account to unlock exclusive content.'

    Add the following to my code where it indicates CSS should be added.

    .twc-malidc-sign-up h1::after {
    
      color : gray;
      content : 'Create an account to unlock exclusive content.';
      display : block;
      font-size : 13px;
      
      }
      
    .twc-malidc-sign-up-password-confirm::after {
    
      color : gray;
      content : 'By joining you may receive emails and updates related to your account. You can unsubscribe at anytime.';
      display : block;
      font-size : 13px;
      margin-top : 1em;
      
      }

    Let us know how it goes.

  5. 52 minutes ago, D8NMT said:

    I wondered if it's possible to change the small text that sits below the title in the sign up box, by default is says 'Create an account to unlock exclusive content.'

    Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us.

    A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/.

    Please set up a site-wide password, if your site is not public and you've not already done so.

    Post the password here.

    Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

    Please read the site-wide password and how to share a link documentation to understand how they work.

    You may find How to post a forum question post useful.

    We can then take a look at your issue.

  6. 1 hour ago, NewbiefromUK said:

    I had removed it after seeing its not applicable for fluid engine

    Fluid Engine Compatibility has four possible states Yes, No, Unknown and Not Applicable.

    Not Applicable means that fluid engine is not applicable to the code. In this case the code is manipulating the body element of the HTML document and FE is not involved.

  7. 1 hour ago, NewbiefromUK said:

    The CSS I had put in

    That CSS won't work as it was designed for @mbaydesign's specific setup. I don't have a CSS solution for your particular setup.

    I can say that you will want to use [data-store-category="T-SHIRTS"] for the CSS as T-SHIRTS is what is entered for the name of the category.

  8. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us.

    A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/.

    Please set up a site-wide password, if your site is not public and you've not already done so.

    Post the password here.

    Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

    Please read the site-wide password and how to share a link documentation to understand how they work.

    You may find How to post a forum question post useful.

    We can then take a look at your issue.

  9. 1 hour ago, NewbiefromUK said:

    I tried to follow the steps that @creedon has sent a link to but for some reason I couldnt get it to work. I would appreciate if someone can assist me with this problem.

    I see no sign of my category effect code is installed. It's hard to diagnose an issue when the code isn't installed.

    I do see that you've correctly installed twcsl.

  10. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us.

    A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/.

    Please set up a site-wide password, if your site is not public and you've not already done so.

    Post the password here.

    Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

    Please read the site-wide password and how to share a link documentation to understand how they work.

    You may find How to post a forum question post useful.

    We can then take a look at your issue.

  11. It appears the code has taken a trip through a word processor and they often foul up code by putting smart quotes in. Code, in general, hates smart quotes and causes syntax errors.

    submissionRedirectUrl: ‘https://www.durangocreativedistrict.org’,

    ...needs to be changed to...

    submissionRedirectUrl: 'https://www.durangocreativedistrict.org',

    Notice the dumb quotes in place of the smart quotes.

    When working with code use a code editor or a dumb word processor that doesn't do helpful things like automatically adding smart quotes.

    After I made the quotes dumb here is what I'm seeing locally.

    ScreenShot2024-02-23at3_25_41PM.thumb.png.8a744a1db5bdbd5c409d365295337a36.png

    Let us know how it goes.

  12. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us.

    A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/.

    Please set up a site-wide password, if your site is not public and you've not already done so.

    Post the password here.

    Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

    Please read the site-wide password and how to share a link documentation to understand how they work.

    You may find How to post a forum question post useful.

    We can then take a look at your issue.

  13. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us.

    A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/.

    Please set up a site-wide password, if your site is not public and you've not already done so.

    Post the password here.

    Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site.

    Please read the site-wide password and how to share a link documentation to understand how they work.

    You may find How to post a forum question post useful.

    We can then take a look at your issue.

  14. 19 hours ago, mdelamen said:

    Can someone help with code for that?

    Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection.

    <!--
    
      begin reorder store categories
      
      Version     : 0.3.7
      
      SS Version  : 7.0
      
      Template    : Avenue
      
      Notes       : the code is comprised of a number style tags. all of them are
                    needed for the full effect to work
                    
                    code generated on 02/23/2024 12:38:53 PM by my magic table < ? >
      
      By          : Thomas Creedon < http://www.tomsWeb.consulting/ >
      
      -->
      
      <style>
      
        /* rulesets just for reordering categories */
        
        .category-nav-links li:nth-child( 3 ) { /* Canvas */
        
          -webkit-box-ordinal-group : 3;
          -ms-flex-order : 2;
          order : 2;
          
          }
          
        .category-nav-links li:nth-child( 4 ) { /* Paper */
        
          -webkit-box-ordinal-group : 4;
          -ms-flex-order : 3;
          order : 3;
          
          }
          
        .category-nav-links li:nth-child( 5 ) { /* Prints */
        
          -webkit-box-ordinal-group : 7;
          -ms-flex-order : 6;
          order : 6;
          
          }
          
        .category-nav-links li:nth-child( 6 ) { /* Tiny */
        
          -webkit-box-ordinal-group : 5;
          -ms-flex-order : 4;
          order : 4;
          
          }
          
        .category-nav-links li:nth-child( 7 ) { /* Wood */
        
          -webkit-box-ordinal-group : 6;
          -ms-flex-order : 5;
          order : 5;
          
          }
          
        </style>
        
      <style>
      
        /*
        
          rulesets to define the base of this effect
          
          no user serviceable parts below
          
          */
          
        /* desktop */
        
        @media only screen and ( min-width : 641px ) {
        
          .category-nav-links {
          
            display : flex;
            
            justify-content : center;
            
            }
            
          }
          
        /* mobile */
        
        @media only screen and ( max-width : 640px ) {
        
          .category-nav-links {
          
            display : flex;
            flex-direction : column;
            
            }
            
          }
          
        </style>
        
      <!-- end reorder store categories -->

    This is for v7.0 using the Avenue template.

    Let us know how it goes.

  15. 2 hours ago, drdon23 said:

    When i check code injection and custom code I don't see any code.

    The code that is hiding the header and footer are in code blocks in the content of each page. Remove them or do something like the following...

    <style>
    
      html:not( .squarespace-damask ) .header,
      html:not( .squarespace-damask ) #footer-sections
      
        {
        
          display : none;
          
          }
          
      </style>

    I prefer to put these kinds of customizations in the Page Header Code Injections for each page instead of a code block as the later has a tendency to get lost in the mix.

    Let us know how it goes.

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