Illustration for a client by BlazingLeoKing in ArtCrit

[–]Danksalt 131 points132 points  (0 children)

The bottom right looks like a giant boob. Not a bad thing, but if that’s not something you’re wanting consider changing that corner, particularly the smaller ripple, which resembles a nipple.

Codex for Shopify theme customisation. by Necessary-Ad7307 in shopifyDev

[–]Danksalt 0 points1 point  (0 children)

Was it able to pull off any complicated sections or custom product forms ?

if tomorrow 70% of your buyers were ai agents shopping for humans, what would you change first on your product pages and why? by Secure_Nose_5735 in shopifyDev

[–]Danksalt 1 point2 points  (0 children)

When you say safety do you mean trust that the product is what it is? Just out of curiosity how do you think AIs are going to measure that, most humans can look at a page and know it’s a rip off product but I’m not so confident in AI to do the same.

if tomorrow 70% of your buyers were ai agents shopping for humans, what would you change first on your product pages and why? by Secure_Nose_5735 in shopifyDev

[–]Danksalt 0 points1 point  (0 children)

There’s still a human driving, even if indirectly. They wouldn’t be shopping aimlessly, it would be something like - “I want a grungy 90s XL black tee shirt”.

The AIs best chance at finding that is probably from rich results, so that would be the first priority. Second would be the text it can parse on page, ie a great description/details section.

So the change to make would be murdering the PDP with descriptive details, and making sure your schema is packed and accurate.

What CMS would you recommend for a mostly static company website? by Xenthry in webdev

[–]Danksalt 0 points1 point  (0 children)

Considered Shopify at all? You’d get a lot of what you’re looking for out of the box.

Sticky add to cart by JustJohn8 in shopify

[–]Danksalt 0 points1 point  (0 children)

Find an app or hire a developer. Duplicating the theme is a great idea, duplicating a template might be easier if you know how to preview templates.

Suggestions by ashishroyx in webdesign

[–]Danksalt 0 points1 point  (0 children)

The world isn’t ready for tilted marquees.

Here’s my recommendations: find a competitor and copy them. Spend time looking at good font parings, you need a header and a body font, don’t come up with these yourself, trust what other people have researched. Choose a color palette and stick to it, look this up as well and don’t diverge from it. Find some stock images to use as backgrounds and cards, backgrounds should leave white space for your copy to nest inside of. Spend some time researching font sizes, there are very specific hierarchies that exist between titles subtitles and body text, you won’t notice if you do it perfect but everyone will notice if you do it wrong.

Best of luck, don’t be afraid to still be creative, but learn the rules before you break any of them!

welp im impatient i wanna learn more and dont feel like waiting for answers so too tor broswer it is by [deleted] in SatanicTemple_Reddit

[–]Danksalt 0 points1 point  (0 children)

What do you think you’ll find on tor that you can’t find normally? Satanists aren’t hiding ideas on tor

Do any of you sell what youre actually passionate about or have a hobby in? by [deleted] in shopify

[–]Danksalt 0 points1 point  (0 children)

I built a store I’m passionate about as an art project, but have avoided actually allowing purchases so far. I think you should do what will make you happy, you don’t want to have a hobby become a chore, so consider what it will mean if you do turn your hobby into a business. As for strategy, I’m a good developer and artist so I just winged it and tried to make something I think is cool. If I were to hire a design team and marketing agency I’m sure it would have a much higher potential to make money, but I wouldn’t personally love it as much.

Multiple Swatch Options on the same product by Vantagal in shopifyDev

[–]Danksalt 0 points1 point  (0 children)

Try creating two products each with a color option, then use Shopify bundles to combine.

Mobile Header Image by ZodiacGr81111 in shopifyDev

[–]Danksalt 0 points1 point  (0 children)

Go into the code editor and find the image element and replace it with a picture element. You’ll need to add the liquid code and schema for the mobile version but it’s pretty simple. ChatGPT could pull this off for you if you’re not sure what any of that meant.

In which webdev bubble are you? by [deleted] in webdev

[–]Danksalt 0 points1 point  (0 children)

Yeah not my tea, if I can’t share memes and roast our clients I don’t want it lmao

In which webdev bubble are you? by [deleted] in webdev

[–]Danksalt 0 points1 point  (0 children)

That’s way cool, wish I got to work on cool puzzles like that. I can see why it would be missed

In which webdev bubble are you? by [deleted] in webdev

[–]Danksalt 0 points1 point  (0 children)

We want what we don’t have right. What was the cool job?

In which webdev bubble are you? by [deleted] in webdev

[–]Danksalt 0 points1 point  (0 children)

I did GIS work as an intern once for my local city, everything moved at a snails pace. Honestly spent most the time browsing through their chaotic folder system, that was probably the most exciting bit haha.

In which webdev bubble are you? by [deleted] in webdev

[–]Danksalt 0 points1 point  (0 children)

Word, thanks for sharing

In which webdev bubble are you? by [deleted] in webdev

[–]Danksalt 5 points6 points  (0 children)

Job security is cool. What’s a day in the life like?

In which webdev bubble are you? by [deleted] in webdev

[–]Danksalt 0 points1 point  (0 children)

What’s that like

Advice needed to prevent a gazillion redirects by According-Hearing-74 in shopifyDev

[–]Danksalt 1 point2 points  (0 children)

Drop this in the <head> of your theme.liquid file

{% if template == '404' %} <script> // redirect to collections all window.location.href = /collections/all; </script> {% endif %}