Jump to content

Roamer

Member
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Roamer

  1. I'm guessing no one came back to you on this? Just wondering if you found a solution as having the same issue. Big thanks!
  2. Hello! Did you get sorted Hannah? Having same issue! Cheers
  3. Hi Paul, Thank you for your response. I thought this might be the case, but for some reason I can't even delete them from there. Every time I save they still appear?!
  4. Site URL: https://roamerbatteries.com/shop/p/12v200ah Hello, I was hoping you might be able to help. I am trying to delete files off my Squarespace account but it won't let me and it also won't let me change the name of them. The only way I can figure to view them is through the links editor. There is a lot of files that need deleting. I will attach a screenshot. Is there an easy way to do this? It's very important as the old files are showing up in Google search. Thank you, Holly
  5. Site URL: https://roamerbatteries.com/shop/p/12v300ah Hello, I'm having an issue with taxes on our website. Please see images below. So when our accounting software pulls through the subtotal, because it is set to VAT inclusive, our accounting software then adds another 20% VAT when it generates the invoice. This means I have to go into our accounting software and manually change the price with every invoice. I was hoping to change the website so whilst it still show a VAT inclusive price on the site, when it generates an invoice for the customer, the subtotal is a VAT-free amount (as it's this figure that is pulling through to my accounting software) Is there a way to do this? I have tried using the tax section in invoices, but when I click the option to show the amount less VAT, it always auto-changes the VAT-inclusive price box in commerce. Any ideas? The website price includes VAT, but when it goes to our accounting software (screenshot below) it is then adding another 20%. So I have to go into each invoice and manually change the prices to make it correct.
  6. Don't worry, I figured it //tag cloud mobile @media screen and (max-width:767px) { .tagcloud-block ul li { margin-bottom: 0px; font-size: 14px; } .sqs-tagcloud li a { font-size: 14px; } } Thank you for your quick help
  7. Thank you that's great 🙂 I tried to change the font size too by adding the below code but it never worked. Could you confirm the best way to do this? //tag cloud mobile @media screen and (max-width:767px) { .tagcloud-block ul li { margin-bottom: 0px; font-size: 14px; } }
  8. Site URL: https://roamerbatteries.com/posts Hello, I was wondering if you might be able to help. I created a tag cloud on my blog to help users sieve through articles. It looks good on desktop but on mobile looks odd. Can you help? It would be great to reduce the size of the font and line height on mobile. This is the code I used to create it: /* Tag Cloud */ //tag cloud .sqs-tagcloud li a { color: rgb(0, 0, 0); background-color: #f2f2f2; font-style: bold; padding: 0px 00px; border-radius: 0px; font-size: 20px; text-align: center; text-decoration: underline; text-decoration-color: #e85627; text-underline-position: under; -webkit-transition: .15s ease-out; -moz-transition: .15s ease-out; transition: .15s ease-out; } //tag cloud:hover .sqs-tagcloud li a:hover { background-color: rgba(255, 120, 0, .2); } //tag cloud .sqs-tagcloud li { margin-bottom: 15px; margin-right: 10px; } .tagcloud-block { padding-top: 0; } Thank you Holly
  9. Thank you, that's worked perfectly 🙂
  10. Also, sorry if you can't find the page anymore it's www.roamerbatteries.com/support/bms-app
  11. Thank you for getting back to me so soon and your code 🙂 The first part has worked apart from it isn't inline with my text anymore? Is that possible? The text hasn't stacked above the image on the second request. I have attached two screenshots to help with problem. Thanks Holly
  12. Site URL: https://roamerbatteries.com/bms-app Hello, Please may you help? I am trying to keep the 'app store' and 'play' logo side by side on mobile rather than stacked on top of each. I have figured out how to reduce the size of them but cannot figure out how to create two columns (top section of my website) I would also like the section 'Check battery status, faults and alarms' to stack text first on mobile as looks weird. It would be great if it was the same order as 'Monitor real-time data from you phone' and 'Control and configure battery protection' sections. Thank you Holly
  13. Site URL: https://roamerbatteries.com/stories Hello, I was wondering if you might be able to help me with my website. I have recently created a new blog page using css to create card modules. I was happy with the design on my Macbook and mobile but when I looked at the webpage on my iMac at work this morning the layout looks odd. Is it possible to either increase the width of the cards or set the card amount to 4 instead of 3 for anything greater than Macbook size so less space on the right. This would be for the 3 sections, 'Planning Stories', 'Installation Stories' and 'Maintenance Stories' on https://roamerbatteries.com/stories Is there also a way to set a maximum word count for the titles and description of the cards so they are all the same height? Thank you Holly
  14. Thank you that would perfectly. Thanks for your help and speedy response 🙂
  15. Thank you that all worked perfectly apart from on my stories page the cards aren't appearing on the 'Installation stories' section and the 'Maintenance stories' section. Is it possible to target all summary blocks on this page to be cards? https://roamerbatteries.com/stories Thank you - appreciate your help
  16. Site URL: https://roamerbatteries.com/stories Hello, I have been digging deep to try figure out how to remove the date stamps off my blog posts. I have figured it out by using the following code on the advanced section of the stories page. However now it leaves so much space below the header. Can you help me fix this? https://roamerbatteries.com/stories <style> /* for stories */ time.summary-metadata-item.summary-metadata-item--date { display: none !important; } </style> I have also noticed that since I added the code below to my website to make my blog posts into cards on the stories page it has affected summary blocks elsewhere on my website. Is it possible just to target the stories page? For example the summary module on here has changed too https://roamerbatteries.com/shop/p/12v460ah // DB Summary Block Design // .sqs-block-summary-v2 .summary-item { background-color: #ffffff; border-radius: 5px; -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; -moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; } // DB Summary Block Image Radius // .sqs-block-summary-v2 .summary-thumbnail { border-radius: 5px 5px 0px 0px; } // DB Summary Content Padding // .sqs-block-summary-v2 .summary-item .summary-content { padding: 20px 40px 20px 40px; } // DB Summary Block Button // .sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link { display: inline-block; margin-top: 10px; background-color: #e2e2e2; color: #333333; border: 0px solid white; border-radius: 0px; padding: 10px 20px; font-size: 16px; font-family: address-sans-pro-condensed; font-weight: 400; text-transform: uppercase; } Thank you Holly
  17. Thank you so much for your quick response. This has worked perfectly 🙂
  18. Site URL: https://roamerbatteries.com/shop Hello I am trying to reduce the padding on my shop section. I have gone through lots of the forum answers but nothing seems to be working for me. I have removed the categories which I think is why there is now so much space. https://roamerbatteries.com/shop Thank you Holly
×
×
  • 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.