Log in
Log into community
Welcome to the Liquify Community
New post
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Active
Updated 3 days ago
0
Follow
How can i add or link author info to the design?
How can i add or link author info to the design?
Active
0
Follow
N
Nicco
2 weeks ago
Β·
want to add authors to the blog posts but not sure what's needed. didn't see it in the starter template. just need avatar, name, and title
Attachment
N
j
17 comments
Share
Open in Discord
N
Nicco
2 weeks ago
and what about other items such as summaries/descriptions, published date, categories, etc
j
jonas.halbstark
edited 2 weeks ago
Hi @Nicco π
for this i would use the article object from Shopify.
https://shopify.dev/docs/api/liquid/objects/article
Inside you finde the user object which contains all the Author information (Name, Image etc)
https://shopify.dev/docs/api/liquid/objects/user
So a author name would look like: li-object="article.user.name"
author Image: li-object:src="article.user.image | image_url: width: 100"
j
jonas.halbstark
edited 2 weeks ago
This is how to use the image_url filter:
https://shopify.dev/docs/api/liquid/filters/image_url
j
jonas.halbstark
2 weeks ago
The image of an author is the user image in shopify backend
N
Nicco
2 weeks ago
what determines the dropdown arrow? (i DON'T want one)
Attachments
j
jonas.halbstark
2 weeks ago
the arrow is from the webflow dropdown. you can delete it webflow. Hope that helps
N
Nicco
2 weeks ago
is that not linked to a certain setup on shopify's end of things?
j
jonas.halbstark
2 weeks ago
is this a navigation? are there any liquid attributes applied to the arrow? can you send me the read only link?
N
Nicco
2 weeks ago
yeah i have it straight from the starter template
N
Nicco
2 weeks ago
possible to have 2 versions of a nav? or an option for editors inside of shopify to HIDE links/buttons? to only have a logo?
N
Nicco
2 weeks ago
https://preview.webflow.com/preview/brass-shopify-starter?utm_medium=preview_link&utm_source=designer&utm_content=brass-shopify-starter&preview=2e903db79948c9938579805d4b825151&pageId=67238e05dde70ed96ca96112&locale=en&workflow=preview
N
Nicco
edited 2 weeks ago
currently they have a "splash" page up:
https://getbovi.com/
N
Nicco
2 weeks ago
wanting to keep this while i test adding the blog in place
j
jonas.halbstark
edited last week
Hi Nico,
yes thats possible. We use prefixes in the menu title to show diffrent types of dropdowns: link.title contains '1-'
j
jonas.halbstark
last week
and then remove it in the text again: link.title | remove: '1-'
j
jonas.halbstark
edited last week
Here is an example:
https://www.aqon-pure.com/
j
jonas.halbstark
3 days ago
Does that solve your problem @Nicco ?
Add a reply
Sign up and join the conversation on Discord
Join on Discord