Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Advanced Search

Esquirebr

Member
  • Content Count

    19
  • Joined

  • Last visited

Everything posted by Esquirebr

  1. Hi, I had a similar problem and resolved it with a third part plugin - take a look https://www.squarewebsites.org/products/lazy-summaries
  2. Site URL: https://www.jupiter10.com I have a Summary block (grid) on a page and I want to disable the lightbox. I found on a forum the code below to disable the click on the thumbnail of summary blocks. .summary-thumbnail-container { pointer-events: none !important; } However, I have other summary blocks on the same page that should be clickable, so how can I disable the clicks on a specific block #block-yui_3_17_2_1_1584715631892_17063 Thanks a lot in advance
  3. Hey @tuanphan Thanks a lot !! the code works perfectly! šŸ™‚
  4. Site URL: https://www.jupiter10.com Hi, I’m trying to make the ā€˜related products’ displayed in 2 columns for mobile users. I’m currently using the code below to display the product page in 2 columns and it works perfectly, how can I tweak it in order to also make it apply to related products? Many thanks in advance. @media only screen and (max-width: 700px) { #productList .product { clear: none!important; margin-bottom: 2em; width: 48%; } #productList .product:nth-of-type(odd) { margin-right: 3%; clear: left; } .product img { max
  5. Hi @paul2009 Thank you, I thought about doing it this way, but if I change the product link I would create a bigger a problem, because I have internal linkage, running FB ads, communication with customers etc.. all depend on these existing links. Once I change the structure these links will be broken and it will be a headache to deal with. I was thinking of a more straight forward way, like to create a page and somehow make this page show the content of all these other product pages. Is it possible? Thank you.
  6. Site URL: https://www.jupiter10.com Hi there, I sell wallpaper and they are are divided into collections. On the main navigation menu, the customer can choose to browse between 4 different collections. I would like to add on the this menu an option to browse ā€œALL WALLPAPERSā€ which would display all wallpapers from all collections in the same product page at once.I’ve tried this using Summary Block, but it's not working as it display a max of 30 products and I want to display over 100. Also the images are static. Currently on each individual collection if you hover the mouse over an image i
  7. Hi @paul2009 I was searching on the forum and found this thread When I inject the code below on the header, the second button is displayed, but because each wallpaper has its respective different sample I need the href to be different for each product, and if add the code on 'additional info' it doesn't work, how can I inject individually on each product? Any help would be much appreciated. Thank you <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> <script> $(function() { $("&l
  8. HI @VUELA @GRSM I’m also looking for a second button alternative I sell wallpapers and each product has a roll and a sample, I need the second button to be ā€˜ORDER SAMPLE’ next to roll "ADD TO CARTā€ When I inject the code below on the header, the second button is displayed, but because each wallpaper has its respective different sample I need the href to be different for each product, how can I inject individually on each product. Any help would much appreciated. Thank you <script src="//ajax.googleapis.com/ajax/libs/j
  9. Hi @paul2009 Thank you very much for your attention and feedback, I think your suggestion is a straight forward solution to my problem. How can we follow from here? How much would you charge to write the code?
  10. Site URL: https://www.jupiter10.com Hi guys, I’m a looking for help on how to change the way the pricing is displayed on the Clay template from Squarespace. I’ve looked everywhere and cannot find a solution. I sell wallpapers and all my products have 2 variants, the client can either choose to buy a roll (Ā£145) or a sample (Ā£2). When I add the 2 product variants the pricing is displayed as IMAGE 1 = from Ā£2 ( the sample price) However, I find it misleading and I would like the pricing to be displayed as IMAGE 2 = Roll Ā£145 / Sample Ā£2 - this way I think it’s much cleare
  11. Site URL: https://www.jupiter10.com Hi there, My FB pixel was installed a few months ago and it's tracking perfectly fine. However, I was taking a look on it today and found out an error "Missing CompleteRegistration currency and value parameters" It says that one or more of my CompleteRegistration events is missing a value & currency parameter and this may affect my return on ad spend calculation. Below are attached the error notification and affected urls How can I resolve this? Many thanks in advance
  12. Yay ! It worked, fantastic! Thanks a lot šŸ™‚ šŸ™‚
  13. Thank you very much @lu.diehl Now everything is hidden (see image attached), but I want to display the titles, any joy? Many thanks again
  14. Hello! Is there anyway to customize search result page? I have Clay template. I would like to have only photos + titles in search result, without descriptions, filenames or anything else. Does anyone know how to hide them? Thank you
  15. Hi @tuanphan I have a similar question and wondering if you could help me. I’m using the Clay template and I would like to customize the search result page - like Katariina123 I would like to have only photos in search result, but WITH titles and excluding everything else such as description texts, filenames etc.. so only show image + title, nothing else- is it possible? Thank you.
Ɨ
Ɨ
  • Create New...