Genevieve Perron-Migneron Newcomer
@gen035 · Joined 8 years ago · 5 posts · 2 topics · 0 reputation
Badges
Recent posts
-
langSwitcher adding a /
· 8 years ago
I have this issue where, if you switch the language when on the homepage, images from that page stop loading Example of an image path: user/pages/01.home/IMG_8877.jpg. In the URL, I can see that it a
-
What is the best way to work with dynamic images?
· 8 years ago
logo: type: file label: Logo destination: 'theme://images/'
-
What is the best way to work with dynamic images?
· 8 years ago
Hey thanks for your help, so your solution didn't work unfortunately, but I got it to work like this: <img src="{{ theme_url }}/images/{{ site.logo | first.name }}" alt="La Bete" class="header-logo
-
What is the best way to work with dynamic images?
· 8 years ago
@pamtbaau I meant "dynamic" as in, I'd my clients to be able to upload/change their own logo. I am using a custom theme that I made myself from scratch. My index page is called home. It doesn't work
-
What is the best way to work with dynamic images?
· 8 years ago
Hi, I trying to find a way to implement dynamic images for something like a logo that could be used across the site, and that my client could edit. I tried adding a field in the config.site. When usi