Yes, I know I should track these things but, I cut some corners lol.
I didn’t want “powered by shopify” on my website so I stupidly pulled code from somewhere to block it a few days ago. Thing is, it also blocked my copyright and I only JUST now noticed this. But, now I don’t know what code that was or where. I’ve been poking around and I can still see the footer code there to have the copyright and powered by shopify there - but I can’t seem to find the code I added. Perhaps some genius out there can quickly see this so I can go about changing it back?
This was so dumb… I should have just deleted the powered by shopify bit in the code in the first place.
{%- liquid
assign has_social_icons = true
if settings.social_facebook_link == blank and settings.social_instagram_link == blank and settings.social_youtube_link == blank and settings.social_tiktok_link == blank and settings.social_twitter_link == blank and settings.social_pinterest_link == blank and settings.social_snapchat_link == blank and settings.social_tumblr_link == blank and settings.social_vimeo_link == blank
assign has_social_icons = false
endif
if settings.brand_image == blank and settings.brand_headline == blank and settings.brand_description == blank
assign brand_empty = true
endif
if section.blocks.size == 1 and section.blocks[0].type == ‘brand_information’ and brand_empty and has_social_icons == false and section.settings.newsletter_enable == false and section.settings.enable_follow_on_shop == false
assign only_empty_brand = true
endif
-%}
{%- if section.blocks.size > 0
or section.settings.newsletter_enable
or section.settings.show_social and has_social_icons == true
or section.settings.enable_follow_on_shop
-%}
{%- unless only_empty_brand -%}
Hi @BarreCode ,
This is Theodore from PageFly - Shopify Page Builder App.
Log in to your Shopify admin panel.
Go to Online Store > Themes.
Click on Actions next to your active theme and select Edit code.
In the Assets section, look for recently edited files, especially those related to the footer (e.g., footer.liquid).
Look for any code you might have added that targets elements containing “copyright” or “powered by Shopify.” It might be commented out (with `` tags) or actively hiding the elements.
If you find the culprit code, remove or comment it out to restore the copyright and “powered by Shopify” text.
I already did that before creating this thread, sadly! I clicked right into the code and searched and the only thing that comes up is the ORIGINAL code. SOME sort of code exists somewhere that is hiding it and I am at a loss!
I too deleted “Powered by Shopify” from my footer. Now I want to show it on my store. Happened to find this solution by going back to history on my browser.
Go to Your Online Store’s Theme section
Click on " Edit Default Theme Content" by clicking on three dots button
Now on Theme Content Page’s search field, type “Powered by”
You should see a field below, most probably empty or whatever you replaced in the past
You type " Powered by Shopify" or " Powered by xyz"