Jump to content

mgroeteke

Member
  • Posts

    53
  • Joined

  • Last visited

Everything posted by mgroeteke

  1. Is there a way to remove the cookies banner on my landing cover page only (so it appears as soon as the owner enters the site)? I'm on the Wells template and tried this code from an older post here, which i put into the page injection code, but without success. <style> .cookie-notice {display:none !important;} </style> Any solution? Thank you so much, Markus
  2. Yes i got reply from customer service that all the issues have been fixed today!
  3. Indeed, for whatever reason, it is working again! Thank you anyway for your support!
  4. Could we get this working for the "Wells" template please? Would be great!!!
  5. Thank you for the tips, I already tried to remove any injection code or CSS, but it doesn't influence the appearance of the contact page, the form is always missing. In editing mode, however, I can see the form as expected. Also the "Find Squarespace ID'S" Plugin in Chrome is finding the block. See screenshots.
  6. hi everyone, for some reason, all forms on my two websites using the wells template are suddenly non functional and did disappear prom rendering. looking more closely, they seem to be rendered, but immediately blanked again. i didn't change any code recently and both sites are using a similar design. did some code change inside squarespace and how could i fix this? my form pages are located at: https://architectureshooting.com/contact https://architectureshooting.com/licensing and https://www.3dworks.com/kontakt
  7. Interesting thread! Is there also a solution to set the custom text BEFORE the category navigation on the shop page? I would like to add a title to the shop and an explanation for category browsing. My shop: https://architectureshooting.com/druckeditionen-print-editions Thank you very much Markus
  8. Useful thread! Would there be also a code for changing the "from" text on the shop page like this one one my website? https://architectureshooting.com/druckeditionen-fine-art-print-editions My template is wells. Thank you and cheers Markus
  9. Having the exact same question for the older 7.0 "Wells" template, is there a way to do it there? And is there a way to change the "Newest first" popup menu text for languange customization? My page is here: https://architectureshooting.com/blog/kopenhagen
  10. Thank you, this seems not to be a viable solution, as the result is not working with many of my images. Position seems to vary for different formats and i cannot position title and caption in one line on the bottom of each image.
  11. Thank you, very cool - working! Is there a way to add a padding or line between the category navigation and the product gallery?
  12. Is there a way to reposition the category navigation on the shop page to the bottom of the page? I'm using the wells template. The page whe I would like to set this up is https://architectureshooting.com/druckeditionen-fine-art-print-editions Thank you in advance for any suggestions!
  13. Sorry, i missed your reply some time ago. This is my page with a slider https://architectureshooting.com/architekturfotografie/sfvv-berlin-marte-marte-freitreppe Kind regards Markus
  14. Very interesting solution! Would it be possible to have the same with Title + caption for the gallery slides? If I'm changing the CSS to <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('.slide').each(function(){ var text = $(this).find('img').attr("alt"); console.log(text); $(this).append('<div class="wells-caption">' + text + '</div>'); }) }) </script> <style> .wells-caption { background-color: gray; margin-top: -20px; z-index: 999999; position: absolute; width: 100%; } </style> unfortunately, I'm getting a screen mess with a lot of "undefined" text blocks... Anyone with a solution? Also, is it possible with this solution to print the Tittle + caption outside the image borders?
  15. paul, sorry to reply late - was on a vacation. thank you so much, this was really helpful and it is working well with almost all of my blog post entries!
  16. please have a look at the attached screenshot, how could i make the image clickable and linked to the corresponding blog entry? a general solution working for all the site would be preferable. thank you so much for helping out. markus
  17. Thank you Tuan, but this would work for what was my optional second question, as it just fades out the screen after a certain time, useful when set up for the full slide show lenght. But I'm still missing a code which makes cookie option selectable without registering that click for leaving the running slide show and jump to my portfolio page. In case cookies are already selected and the banner is not appearing, the current solution on my web site is perfect. But for a first time visitor, cookie options will probably not be registered and the click on the option will transfer immediately to the portfolio page. How keep that banner interaction "in front" of the slideshow?
  18. Hi everyone, I'm struggeling with this problem: On my web site landing page (a cover page) a slide show is running and I want my visitor to be able to click anywhere in the screen to jump to my home page. Previously i had a button set up to take that action and the body text had a link, but I found this obstrusive and wanted to get rid of boxes and text links. My current solution is working well as long you don't visit the site for the first time and the cookie banner is popping up. As you need to cklick on one of the options, the code will interpret such click and jump directly to my home page after selecting cookie options. I also suspect that the cookie options will never get correctly transmitted to the site. Question: How can I handle a full screen click through over a slide show and at the same time allowing cookies to be selected without affecting this? I'm not a coder, but understand basics of code and css and how to handle them with css and injection on my site. I guess a block ID and javascript will be necessary to be used, but I have no clue how to do it. Optional question: ist there a way to make my visitor jump to the home page anyway after the cover page slide show is finished, basically setting up a no repeat and jump to a page action at the end? This is not supported in the coverpage design interface, of course... I didn't find any post about this topic when browsing for a solution. The code I'm currently using on my site, which is ignoring cookies, is <body onclick="window.location.href='/architekturfotografie';" style="cursor:pointer; width:100%; height:100%;"> </body> Any solution would be highly appreciated! Cheers Markus
×
×
  • 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.