Customize Powered By Shopify | 2019 | Debut Theme

preview_player
Показать описание
🆕VIDEO👇 WITH BETTER SOUND QUALITY THAT WORKS ON MOST THEMES🆕

In this video, you will learn how to customize the "Powered By Shopify" link from the footer of your Shopify store. This video covers customizing the powered by Shopify link in the new drag and drop theme editor by being able to say what ever you want it to. In this example it is Powered By Shopify Stig.

It does not let me post the code in the description. Take a look at the pinned comment for the example
Рекомендации по теме
Комментарии
Автор

Leave a comment below with what theme you want to see customized

DSH
Автор

took me a minute to understand what i was doing with this, but worked a charm. thanks mate!

shelbyouston
Автор

Hell yeah! Worked like a charm. Thank you so much!

KyleBardouche
Автор

Thanks a lot! Worked perfectly on Debut theme, december 2020

teddan
Автор

Instead of modifying the HTML outright, just define your own powered_by_link by assigning a value, or capturing some HTML. I have this at the top of my footer.liquid.


{% capture powered_by_link %}
{% endcapture %}


This has several advantages:
1. In the Debut theme, there are two places where the powered_by_link gets output. Keeping it updated in two places is just a pain.

2. When manually merging in code changes (like when there's a new version of your theme), it's way more obvious that this is custom stuff that belongs in your custom theme. If it's just HTML and variables, it can be confusing to know what belongs where.

3. The Debut footer template is already a cluttered mess. It's way easier to know your syntax is right when you aren't 6 indentation levels deep. "[I]f you need more than 3 levels of indentation, you're screwed anyway, and should fix your program." - Linus Torvalds

koreanfairyskincare
Автор

Very good. Are you going to be doing more themes with this? It appears the code is abit outdated...

loodystonk
Автор

Thank you so much, it worked on the homepage, but DIDN'T work on the password-protected page :(
Any advice?

jamesrichard
Автор

Hey Stig !

Thanks for this informations,
But when I'm on my editpage on my footer.liquid I'm seeing another page than you.
For example :
<footer class="site-footer small--text-center" role="contentinfo">
<div class="wrapper">

<div class="grid-uniform">

{% comment %}
Default to 1 footer column

I took that only when I searched "powered"..

Please help me !

dylandossantos
Автор

It wont let me post the code in the description. Here is the code
Bold Powered By Code


Same Text Format Code

DSH
Автор

Instead of modifying the HTML outright, just define your own powered_by_link by assigning a value, or capturing some HTML.

I have this (exact) at the top of my footer.liquid

{% capture powered_by_link %}
{% endcapture %}

just change the URL and your good.

nakaidav
join shbcf.ru