Jump to content

AA95

Member
  • Posts

    48
  • Joined

  • Last visited

Everything posted by AA95

  1. I want to be able to click on RECIPES and to go to the actual page. I can't use code injection cause I don't have a business plan
  2. Unfortunately it didn't work. I mean the first item in the drop down menu disappeard but whenever I click on the folder it does nothing plus it messes up with the whole menu. It moved up, it became narrower and it doesn't close anymore. That's such a pity I wish there was a way... 😞
  3. Hi there, Can we try this on my website? I have the same problem of the guy since I have a personal plan as well. it's definitely worth a try. My website is www.andreaaronica.com Thanks @tuanphan P.S. I have also another idea but before trying to tell you that let's see if your idea works
  4. Your code is just..wow!! thank you so much creedon you saved me so much time. I couldn't find a right one on the internet
  5. Site URL: http://www.andreaaronica.com Hello, I'd like to add a zoom in hover effect to the images on my homepage. How can I do that? Thanks in advance. www.andreaaronica.com
  6. I texted you on Instagram 🙏🏻
  7. What's your name on Instagram? So that I can contact you cause with this forum it can easily become a mess 😂😂
  8. I couldn't even find the buttons let alone that crazy thing ahah I'll have to go for a drop menu which is the easiest thing to do
  9. Do you know what would be interesting to add just to keep the home page as it is? a little arrow like this one "v" under my logo and when you click on it there's a drop and the categories apper. This way I'll keep the homepage simple but functional. what do you think?
  10. Sure I'd love to, thank you so much. My goal is to have something similar to the website I showed you. If you have also a super minimal code for a drop down menu I'd love to try that one too so I'll be able to have an idea of what's best for my site. Not like the leaf one but more like yours or even something more minimal. Thanks 🙂 please keep me posted on you brand cause if you take that eco friendly approach I'd love to share it with my followers
  11. I'm doing really well, many people like the website. I launched it yesterday 🙂 Talking about your business there are many brand carbon free certified (both the products and the production) or there are some brands which use eco friendly materials like bamboo or hemp. For instance I own a bamboo t shirt and it's not just being eco friendly but the quality is incredible. Another suggestion could be organic cotton and so on,.. I have many examples of companies who care about these stuff and I believe it to be the future. Higher the demand for these products lower the prices of the raw materials. Regarding my website, I would like it to behave just like when you click on the categories in the homepage right now. It loads to another page, the website is pretty fast so it won't make any difference whether is a new page or the same one.
  12. Hi inunzi, how are you doing? Thank you so much for your suggestion, I think I'll try to find a good code for the button navigation. It's really minimal and different from the usual drop menu. Regarding your website how interesting! I've seen it, for now you're selling face masks right? Are you also taking into consideration the environmental aspect of production? Cause I have a few website you could look at to take inspiration if you like the idea. I'll keep you posted also on the button navigation, we'll see what I can find 🙂 ------Update------- Ok so I looked around for the code and I couldn't find a specific one. One I found instead is that I could add a few buttons (with the name of the categories) and make sure they stay close together just like in the screenshot I sent you. So now I'm on the hunt for a code to place all these buttons in one place with maybe a search bar too. I'm not super optimistic about that ahah
  13. Something like the one above is what I had in mind. I want to keep it as minimal as possible that's why also a menu itself is not the most appealing solution but I have no other choice. I could display the categories just like this guy did (see attachment), that's another way of doing it but whenever someone comes to my page it will see that first, instead of the food. What do you think would be better? I don't wanna add the search bar to the css otherwise it will be too confusing with all the social links, button, logo and text. Less is more but it has to be a quick and easy website to use. Regarding your help, I really appreciate it and you're a very kind soul. If you do some work and you want me to share it on Instagram I'd love too as long as it's not a steak house (no offense but I don't think my audience will appreciate it, as you might guess most of the people there, are vegan). I don't think I will sell food and drinks since my reason to be online is to show people how easy is to be vegan without compromising taste. Next year I'm planning to do a ebook to support the costs of the website, I wanna keep it ads free. I have a sponsor I could ask that but then you have some moral obligation towards them, you know. Step by step, today the website tomorrow the ebook. Thank you🙏🏻 Andrea
  14. Thank you so much, no I don't sell any food at the moment. The only thing I'll have to fix is that little dot that sometimes you can find under the nav items, the one I showed you in the video. Do you know a code for the drop-down menu with categories? Cause at the moment I don't have many recipes but I guess that at some point I'll have to add something similar (even if I don't like it) otherwise it will take ages to find a recipe. I know there is also the search box but it takes quite a big space, that's why I had to place it at the bottom, not the most amazing place. Thanks 😊 P.S. since you were very kind by helping me out if I can return the favour somehow let me know
  15. Ok so little update, as you can see in the video I managed to do what I was looking for but the static underline is thinner than the underline hover effect. The only thing I'm able to do is to reduce the thickness of the underline hover effect to match the underline. I'm not able to just increase the thickness of the static underline. In the video I didn't do that to show you what I'd like to do instead of going for the "easy way". Although I changed it on the website VID_20201004_011731.mp4
  16. I fixed the left to right thing changing margins but sometimes it's like the undeline won't disapper completely. there is a tiny line when you move toofast. super weird. Zoom under "about" and you'll see what I mean
  17. I just tried it and it works!!! 🙂 Super excited for this. Just a few things I need to change. I'd love to make the underline appear from left to right. I'd also love that the underline stays when you are on a certain page. for instance I'm on contact and I'd love the underline to be there and not disappear. I don't know if I explained myself correctly. Thank you so so much my friend. If I can offer you a coffee send me your paypal link
  18. Have you tested it on my site too? In a sec I'll give it a try even though I used a similar css snipet but it didn't work. Anyway fingers crossed, I'll let you know how it goes. Thank you 🙏🏻 I'll send you also a video of the problem I was talking about in the first text VID_20201003_090115.mp4
  19. Hi Inunzi, I'd love to keep it but if you have a new CSS is fine as long as I get the same result. Thank you so much, I really apreciate it 🙂
  20. Site URL: http://www.andreaaronica.com Hello everyone, what I'm trying to do is a animated underline hover effect under the pages on my header (squarespace 7.1). The password for my website is: almostready I managed to use this code in my CSS: nav a::after { border-bottom: 1.5px solid #000000; content: ''; display: block; position: relative; top: 0.5px; /* Change the vertical position of the underline */ transition: width 0.35s; width: 0%; } nav a:hover::after, nav .current-menu-item a::after { width: 100%; } And it works just fine even though it takes the page titles slightly up. Not a big deal (But if I can fix also that it would be great). The real problem is with the mobile version. The underline is too wide and it doesn't underline just the text but also the social buttons and the button. The code I used for mobile is: @media (max-width: 979px){ nav a::after { top: 0px; /* Change the vertical position of the underline */ } } but it does absolutely nothing, actually it messes up the desktop version. I really tried every kind of css code I could find but I'm totally stuck. Any help would be appreciated. Thank you in advance.
×
×
  • 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.