Jump to content

WBRenes

Member
  • Posts

    28
  • Joined

  • Last visited

Everything posted by WBRenes

  1. Hi, theimerian.com pw: B^tt3rB^tt Our shop offers both physical products and a few downloadable products. If a customer purchases a physical product as well as a downloadable one, the email they receive concatenates the customer notification content for both product types. This is resulting in redundant email content. Is there a way to default to one email if multiple product types are purchased? Thank you for your assistance. W
  2. Hi, I would like to restrict sales to a single country. Is there a way to set up my commerce site so people located outside the target country are unable to submit a purchase? site: theimerian.com pw: B^tt3rB^tt Thank you in advance for your guidance.
  3. Fluid Engine Tablet Spacing Fixer in Chrome Extensions. It is not sanctioned by SquareSpace, but it seemed the only way to make any changes.
  4. Hi, I am trying to connect MailerLite to my website to manage my mail campaigns. I was advised to update the DNS information to provide permissions; however, because I have Zoho for my email it didn't work. The error displayed specified that there cannot be 2 SPF codes in the DNS and that I should include both in the code. Originally, Zoho worked using Host - @ Record - TXT Priority - N/A Data - v=spf1 include:zoho.com ~all The recommended replacement code was Host - theimerian.com Record - TXT Priority - N/A Data - v=spf1 include:_spf.mlsend.com include:zoho.com ~all Website: theimerian.com PW: B^tt3rB^tt Is there a way to connect to MailerLite or should I use a different mail campaign provider? Thank you in advance for your help.
  5. Hi, Site: theimerian.com PW: B^tt3rB^tt I am trying to remove the Last Name from the Newsletter subscribe form. I found code in another post, and it does remove the Last Name from view, but apparently a value still needs to be added to the data storage field. Is there a way to remove Last Name completely and not have 'NA' or '-' appended to the First Name? This is what I have currently in the footer code injection. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function(){ lastName = document.querySelector('.last-name input'); lastName.value = "-"; hideLastName = document.querySelector('.last-name'); hideLastName.style.display = "none"; }); </script> Thank you in advance for your help.
  6. My apologies. The signature blocks are on the actual Newsletters in the Draft folder in Marketing/ Email Campaigns. See below. Thank you for reviewing. 🙂
  7. Hi, I currently have my email for my website through Zoho which is linked to my website. I now want to add MailerLite for Mail Campaigns. MailerLite is unable to authenticate the website (see below, red). What I've read so far is that there cannot be 2 SPFs in the Custom Records and that they should be merged. It sounds scary. I don't want to mess up my Zoho accounts. I also don't know what the message for the DKIM (green) means. Is this a problem? Below are the Custom DNS records currently. How do I add the MailerLite information to ensure it is authenticated? Website: The Imerian PW: B^tt3rB^tt Thank you in advance for your help.
  8. Hi, We are trying to add a signature section to the bottom of a Newsletter. Unfortunately, adding hard return to go to the next line adds 2 spaces between the lines. Is there a way to remove the double-spacing default in the newsletter? Site: theimerian.com PW: B^tt3rB^tt There are 2 draft newsletters. Each one has the signature lines. Thank you,
  9. I was able to find an extension on Google that allowed me to modify the tablet view.
  10. Hi, I have been able to adjust the images and Learn More button placement on both the media and desktop screens, but the tablet view doesn't reflect the image cropping and focus or the button placement closer to the text. It's okay to stack them, but I'd like the relative image dimensions to be retained, and the button placement just under the text, similar to the phone example below. Please advise me on how I can fix these issues on the tablet view. [I also have spacing, and image alignment issues on the Home page and a few other pages. I'm not sure the fixes here would fix those as well. If not, I will open another ticket.] Thanks in advance for your help and patience. www.theimerian.com PW: B^tt3rB^tt EXPLORE tab TABLET: NOT ACCEPTABLE PHONE: ACCEPTABLE DESKTOP: ACCEPTABLE
  11. That didn't seem to work. I tried the code below and that helped solve the problem. /* Reduce the space above the breadcrumb */ nav.nested-category-breadcrumb { margin-bottom: 15px; /* Reduce the space above the breadcrumb */ } Thank you so much for all your help.
  12. Sorry for the delay in responding. This helped, though I added the below code as well so it would work on the desktop as well. Not sure if it was all necessary, but it seems like it worked. @media screen and (max-width:767px) { ul.nested-category-children { overflow: hidden !important; flex-wrap: wrap !important; padding-top: 10px !important; } ul.nested-category-children a { margin-left: 0 !important; } } I noticed, however that the activation of a breadcrumb hyperlink requires one to click higher on the text making it flaky when trying to click on it on my phone. On the desktop version, the pointer doesn't turn to a finger until it reaches the top of the 'm' in 'All / Bookmarks /'. Can that action be adjusted to encompass the full height of the words, similar to the Contact link at the bottom of the page? You help is greatly appreciated. Thank you.
  13. Thank you for responding. The spacing is really a problem for the appearance. There is so much space between the 'BOOKMARKS' title and the sub-menu items that it detracts from the appearance. Is there a way to decrease that space? Another issue is the sub-menu items aren't aligned left. I would need to align those items. Thank you! 🙂
  14. Hi, is it possible to move the scroll bar (arrows) on the media shop page menu so they are more closely aligned to the menu instead of sitting right above the 1st product. The placement is confusing. Also, is it possible to have the arrows only show when there is a need to scroll outside of the viewable screen. We have 3 choices and all 3 fit on the media screen, so in this instance, we don't need it. On screens deeper in as in the Bookmarks shop page, we do need the scroll bar. Site: Store 1 — The Imerian PW: B^tt3rB^tt Thank you for your help. 🙂
  15. Thank you. I was able to update the various button colors throughout the site.
  16. Hi, We have secondary buttons throughout the website and for some unknown reason they are not the same color. Website: theimerian.com Password is: B^tt3rB^tt For example, the color of the Learn More button on the Explore page is the color we want. It is a darker purple. If you click on the Spirits page, the buttons there are a lighter color (which appears to be the color of the color pallet) . We'd like all buttons (primary and secondary) across the website to be the same darker purple. How can we fix this? Thank you in advance for your help.
  17. Thank you so much for all of your help. I'm happy with how it's turned out. 🙂
  18. That's great! Thank you! What would be the code to add those circles and arrows to the Product Item gallery carousel? I currently have this, but it's not working as expected. .ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control.ProductItem-gallery-next:after, .ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control.ProductItem-gallery-prev:after { border-width: 6x 6x 0 0 !important; } .ProductItem-gallery-carousel-controls { justify-content: none; height: 100%; align-items: center; } .ProductItem-gallery-carousel-controls .product-item-gallery-carousel-control:after { border-color: lavender !important; } I appreciate your help. 🙂
  19. Thank you. That could work. We can give it a shot. Can you keep the original arrow style, make it thicker, and add the circle?
  20. I put the code back in and it seems to have worked this time. (I had to reboot my computer, so that may have been the issue the first time I tried it.) I did tweak the code for the placement and thickness of the arrows, but they do look good now. Thank you so much for your help. May I ask one more favor? The arrows on the product carousels in the shop page are difficult to see depending on the background. I've been playing around with color and though it's not a great color, I though making them bolder might help. However, I am having trouble figuring out how to make them thicker or otherwise more visible. Can you help me with this as well? (The bookmarks are the only products with only one image).
  21. Thank you for your help. 🙂 It doesn't appear to have worked. The arrows are still in the upper right.
  22. Hi, On our blog page, the arrows for the summary carrousel are placed to the right, above the carrousel. They are small (appear to be the same size as the ones on mobile format) and not very noticeable on the desktop. We would like make them larger and thicker, and to move them down to be centered within the carousel as they are for the 'Starry Magic Throw Blanket' Shop page, and colored lavender. [Really, the arrows are difficult to see on the throw blanket page since the first image is dark and the second image is white where the arrows are located. We made them lavender so they are visible but not overwhelming. Any other suggestions would be welcome.] Website is Fantasy Artist Blog - Winter B. Renes — The Imerian, password B^tt3rb^tt Thanks for your help.
×
×
  • 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.