Jump to content

abigailallen

Member
  • Posts

    26
  • Joined

  • Last visited

Everything posted by abigailallen

  1. Hi all, When I go to Edit mode a URL (that I've not added) is appearing at the bottom of the page. Does anyone know why it appears and how to delete? https://www.parisarch.fr/news-entries/cantabria-study-trip-2023 On other parts of the site I've added a page header code injection for a filter, it looks like the blog post pages are picking the same code up as I get a message that the filter needs to be configured. When I asked the Squarespace customer service they said the URL is appearing because of this code, however, I've not added that code to these blog posts? Please let me know if anyone has an idea why this is appearing. Thanks in advance!
  2. Hi there, I have added code to customize the font on the summary blocks, this however doesn't show on mobile view. Does anyone know how I can solve this? I've used this code: I have also noticed that this block (see attached, correct margin in pink) does not align to the margins of the rest of the site on mobile view. Does anyone know if that can be adjusted? Site: https://caterpillar-wrasse-ns3s.squarespace.com/ Pw: psa23 Thanks a lot!
  3. Hi, Checking to see if anyone has suggestions how to achieve this. I am using a " | " character to emphasise the item spacing in the announcement bar. I would like this to be placed with equal spacing on either side of it, but as of now I can only place it on the sentence line, one space bar ahead. Does anyone know how to adjust the spacing so that it appears centered? I would like 0.8 em spacing on both sides. Hope this makes sense! Thanks
  4. @tuanphan thanks, this is the function I need, however, can you place the link below 'Password'?
  5. Really, that's a shame! But thanks a lot for your reply 🙂
  6. Thanks again Ziggy, still could not get this work unfortunately. The client has decided to go with a different design either way. Thank you for looking into it, appreciate it!
  7. Hi there, I have looked through the posts on customising the Lock Screen without any luck so hoping someone can help me here. I am trying to add a custom font to the body text to match the serif font on the rest of the site. I would also like to left-align the block if possible. Additionally, if there's any way to add a 'Return to home / Go Back' button or link under the password box, this would be great. https://caterpillar-wrasse-ns3s.squarespace.com/ Password: psa23 The codes I've found on other posts have not been working for me, hoping someone might know how to sort this or see what I'm doing wrong? Thanks, Abigail
  8. Thanks so much @Ziggy for looking into this. I tried your code but unfortunately it didn't change anything...
  9. Hi, I'm trying to add a green underline for the headings (names) in a summary block. Does anyone have code that can achieve this? I've attached a screenshot showing what I'd like to do but ideally with a 1px line rather than this thick one. Thanks in advance! https://gerbil-rose-axs9.squarespace.com/ Password: boron23
  10. Thanks @tuanphan that took away the animation! However the images are now at a lower opacity or in general look grey. Any idea why? Thanks! 🙂
  11. Hey there, I am using the Carmine template for my current site, and I would like to take off the animation on the images. I tried clicking the image and removing the image animation, but this doesn't affect it, so I am guessing it is embedded in the template? Is there any code I can use to remove this sliding effect on the images? https://helicon-endive-8jx7.squarespace.com/ pw: boron23 Thanks, Abigail
  12. Hi there, My client's site has three domains connected to it and we would like to change the primary domain from blackwatchfilms.co.uk to blackwatchtv.com. However, I am not given the option to set that as primary domain. Does anyone know why this domain in particular does not come with options? Domain is provided by GTT. Please see screenshots of all three domains. Two out of three have the option to set as Primary. Really appreciate any insight to this! Thanks, Abigail
  13. Hi, We are using a custom filter code to allow us to use Categories and Tags to filter blog posts here: https://pepper-chicory-pbsc.squarespace.com/our-people Password: hm23 We need to allow the selection of multiple categories (and tags) in order to filter posts by ‘Job Role’ and ‘Location’ simultaneously. I can currently pick one category and one tag but I need the user to be able to pick multiple tags and categories to filter the search. More specifically I need help with making the filter do the following: Functionality: allow user to pick multiple categories and tags (i.e. Solicitor, Director, Glasgow, Prestwick) to filter the blogposts. Styling: I need the filter options to appear underneath Filter By (see screenshot). I need the blogposts to appear in 3 columns rather than two (on desktop). The filter options also seem to stick to the top of the page on navigation, does anyone know how to apply that to the Filter By as well? Or remove the fixed attribute. We’d also like to make some simple front-end styling tweaks to the filters – but arent sure what is possible here. The filter needs to work on mobile devices as well. The designer that has made this site has used the following page header code injection but as I’m unfamiliar with it I’m wondering if anyone in the community could point out which parts of the code that needs to change? (code) <link rel="stylesheet" href="//assets.squarewebsites.org/custom-filter/custom-filter.min.css"/> <script> window.customFilterSettings = { 'targets': [{ container: '#block-e70159f1b4c5bee91316',// css selector for filter container items: '.summary-item',// css selector for items to filter settings: { position: 'left',//set the position for filter to appear. May be: top, left, right align: 'left',// align filter options, may be: left, center, right, space-between showItemsCount: false, // show (true) or hide (false) Items count collectionUrl: '/blog-2',// you need to set source collection url slug (like /blog) if your items have external links (not linked to themselves) itemsCount: { enabled: false, // same as showItemsCount text: '', // set the items text before counter, it is Items: by default and you may set your own text positionOrder: 1 // items counter position, higher means last }, keepDropdownsOpenOnInit: false, // if set to true, dropdowns will be opened initially customClasses: 'lite-dropdowns', /* Add any custom classes to filter container if you want to have your own to use in CSS styling, available: cf-sort-right (move sorting element right), cf-sort-left (move sort left), lite-dropdowns(gives lighter dropdowns stylings), cf-ctrls-inline (makes dropdowns fit one line space)*/ view: 'dropdowns', // available: dropdowns, breadcrumbs, modern, buttons, buttons-round, buttons-pill, buttons-inline sticky: {// if enabled: true - trying enable sticky position of Filter to be seen on scroll enabled: true, top: '6%' }, simpleFilter: { show: { effect: 'fade', transitionDuration: 300, stagger: 60 }, hide: { effect: 'fade', transitionDuration: 100, stagger: 18 } }, pagination: { enabled: true, // enable pagination pageSize: 30, // set the page size to 30 }, /*----Mobile Panel Section----*/ mobilePanel: {// control if you want to have separate offscreen panel with filters on small screens enabled: true,// if set to false, no filter buttons on mobiles will be showed triggerButtonName: 'Filter', // trigger button text keepDropdownsOpen: null, // if false it overrides desktop settings, if true - dropdowns opened closeOnSelect: false, // mobile panel closed just after user selected something closeOnSearch: false, // mobile panel closed if user searced something in searc field closeOnOutsideClick: false // if true, mobile panel will be closed if user clicks outside it }, /*----Filters Section----*/ filter: { // here you define all filters you need and name them category: false, // disabling default Category dropdown tag: false, // disabling default Tag dropdown items: [{ name: 'Job role', // give the dropdown (fiter entity) name you want multiple: true, // if true, allow to select multiple options logic: 'and', // how to combine dropdown options with other dropdowns logic. Other value is or multipleLogic: 'or',// combine each selected option with OR or AND logic within one dropdown closedSubOptions: false, // works for Products 7.1 subcategories onl sort: 'asc', // may be asc, desc, asAllowed (need define options list in allowedOptions), or your own custom function getAttr: 'categories'// here you say Filter to look for options in items categories }, { name: 'Location',// give the dropdown (fiter entity) name you want multiple: true,//if true, allow to select multiple options getAttr: 'tags'// here you say Filter to look for options in items tags }] }, sort: {// define the sorters enabled: false,// if false - no sorters visible/working //defined: 'date_desc',// select which of defined sorters will work initially items: [{ name: 'Alphabetical', order: 'asc|desc', orderTexts: 'A-Z|Z-A', hideName: false, sort: '.summary-title-link' },{ name: 'Date',// name your sorter order: 'asc|desc',// apply the orders you want to use orderTexts: 'Older|Newer',// name the orders in format you need hideName: false,// if true, you will not see Date name sort: '[data-publish-on] parseInt'//if properly configured, each Squarespace item will have publish date as data attribute. parseInt saysFilter operate it as integer number }, { name: 'Price',// name your sorter order: 'asc|desc',// define orders hideName: false,// hide the Price name orderTexts: '$-$$$|$$$-$'// define orders naming /* If sorter named as Price, you do not need define sort selectors or function: it will work the same like you defined: sort: '[data-price] parseInt' */ }] }, search: { enabled: false,// if false, no Search input will be showed text: 'Search', //set the placeholder to your search field, otherwise Search will be used } } }] }; </script> <script src="//assets.squarewebsites.org/custom-filter/custom-filter.min.js"></script> Grateful for any help to understand this! More than happy for suggestions of alternative code for the filter if anyone knows easier ways. Thanks, Abigail
  14. Ofc, thanks! https://ukulele-vibraphone-9ele.squarespace.com/ pw: blackwatch
  15. Hi there, I'm wondering if anyone knows how to adjust the pagination on a blogpost page to match the margins of the video above? I tried this code without any luck: Wondering if anyone knows why it's not work for me? I'm also wondering if there's a way to change the footer colour on all blogpost pages, without changing the footer on the remaining site? Thanks!!
  16. Thanks, that worked in terms on only showing 3 columns but the content is now a bit scattered, any idea why? I attached a screen shot, it should be 2 rows with 3 columns in each. Thanks! Regarding the margins: When I view the site on a desktop the site looks too wide, with the line lengths in the text blocks longer than I specified. I would basically want the layout when viewing on smaller screens to carry through to desktop, with the sides increasing rather than the content being spread out to fit the screen. Hope that makes sense! I was thinking of using a break point, but unsure if that would work or which code to use for it. Let me know if it's still unclear, I've just encountered this issue so not sure how to word it!
  17. I have two issues I would like to see if anyone knows how to solve, any help is much appreciated! First, I am wanting the summary block on my site to show no more than 3 entries per row. It does this when shown on a smaller screen, but once I view it on a larger desktop it extends to 4 entries per row. Is there any way to specify this? Second, I would like to decrease the side margins on the site when viewed on a desktop to prevent it from looking as stretched as it does now. Is there a way to just adjust the body margin rather than side margins? I basically just want the sides to increase as the site extends, with the content still centred to 3 entries per row in the summary block. https://ukulele-vibraphone-9ele.squarespace.com/ password: blackwatch Thanks!
  18. I have two issues I would like to see if anyone knows how to solve, any help is much appreciated! First, I am wanting the summary block on my site to show no more than 3 entries per row. It does this when shown on a smaller screen, but once I view it on a larger desktop it extends to 4 entries per row. Is there any way to specify this? Second, I would like to decrease the side margins on the site when viewed on a desktop to prevent it from looking as stretched as it does now. Is there a way to just adjust the body margin rather than side margins? I basically just want the sides to increase as the site extends, with the content still centred to 3 entries per row in the summary block. https://ukulele-vibraphone-9ele.squarespace.com/ password: blackwatch Thanks!
×
×
  • 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.