Jump to content

creedon

Circle Member
  • Posts

    9,361
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by creedon

  1. creedon

    Waiting list

    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. This isn't an issue with the scrolling text. The issue is header actions is overflowing due to the following custom CSS. div.header-actions { padding-right: 10vw } Let us know how it goes.
  3. This is another variation on hiding these elements. Add the following to Website > Website Tools > Custom CSS. /* begin events page list stacked multiday times and separators hide */ .tweak-events-stacked-show-time .eventlist-event--multiday .eventlist-meta-time { display : none; } .tweak-events-stacked-show-time .eventlist-event--multiday .eventlist-meta-date .event-date:after { content : unset; } /* end events page list stacked multiday times and separators hide */ This is for v7.1.
  4. 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.
  5. No. Not as is. Please see the following. Let us know how it goes.
  6. It appears to be working to me. I see the images advance every two seconds.
  7. In a quick test on my test site the code worked. 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.
  8. 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. The other is a digital product block dialog. 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.
  9. 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.
  10. 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.
  11. 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.
  12. You can always report the issue to SS but I would not expect a fast fix.
  13. I don't have a solution but an observation after checking your issue out on my test site. Apparently SS is just ignoring the open in new window/tab setting. The action appears to be happening on the server side. SS gets the form submission, processes it, and then does the redirect. There is no link on the page that we can manipulate.
  14. You can set up a test page in Not Linked that we can take a look at.
  15. 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.
  16. 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.
  17. 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.
  18. 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.
  19. The code you used was not posted by me. My code is cited several posts below the code you used.
  20. 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.
  21. CSS is for styling the look of elements. What you need to use is JavaScript. Please see my October 30, 2020 post.
×
×
  • 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.