Error box ICON shows at the top of my page

Hi - I use a LINE for all my headers. Works fine on all my shops except one!
get-rid-of-box
I’ve checked my code over and over and there is no reason that box should be there.
I host the site on my own domain. Everything is identical, yet this box shows up on only one of the storefronts.
I appreciate you getting rid of that little bugger. Thanks!!! xo

I have the same issue. http://www.ascensionatsea.net/sailfaster/spreadshirt/

1 Like

I’ll see if I can figure out something.

EDIT: I can’t reproduce this… is this still happening, guys/gals? If so, please send over your Shop IDs!

1 Like

Hi Sara - here is the link to the page that still has the icon - right under the red line, as shown in my original post. http://militarymomshop.us/MarineFamilyShirts.html - Thanks for your help!

Hi Sara. My shop at http://www.ascensionatsea.net/sailfaster/spreadshirt shows the broken link icon on the top left of the page. I am also having the issue of very small fonts on the page. Is there something I can do to increase the size of the fonts? Appreciate your help!

Yes, add this to your spreadshop css or your website custom css area:

#sprd-main {
    font-size: 2rem;
}

Adjust font-size as you desire. More about font-size: https://www.w3schools.com/cssref/pr_font_font-size.asp

Are you sure your image url is correct? http://www.ascensionatsea.net/sailfaster/wp-content/uploads/2018/03/group-models-revised-1.jpg

1 Like

You did upload your image through spreadshirt user area, right? Then this URL won’t work and it seems to be a spreadshop bug: /MarineMomShop/shopData/images/1054561_20150802114945.jpg
For the moment you could remove the title image of your spreadshop in the spreadshop settings.

@sprd-sebastian, is this something you can pitch in? :thinking:

Not a bug, but the wrong URL.

Please use the ‘Copy image location’ feature when embedding images in your custom HTML.
image

In this case, for once a relative URL is used, which won’t work as the Shop is embedded on a custom domain.
Furthermore, using the shop name in the image URL has not been supported now for quite some time.

So please, @MilMom, change the image URL in your custom header HTML to https://shop.spreadshirt.com/1054561/shopData/images/1054561_20150802114945.jpg
Or alternatively, just use the image as a header image and not try to achieve this with custom HTML.

2 Likes

@sprd-sebastian - Thanks for your comment, but your fix is not the problem I am referring to. What you suggested I already understand. I know how to code. The problem is that I DO NOT want ANY image showing there. That jpg url is from my very first site that WAS on my original spreadshirt store. I had no intention of it following me over to my actual website.

The code embedded into site does NOT contain that jpg data. That is what has me going buggy. I deleted that old header anyway! The only “header” image is the red line.

From what I can tell, that shop still has a custom header HTML of

<div id="myHeader">
   <img src="/MarineMomShop/shopData/images/1054561_20150802114945.jpg"/>
</div>

That’s what is causing the issue. To delete that header, go to your Shop settings, click on ‘Advanced Settings’, ‘HTML & CSS’. There you will find the code for custom Header and Footer HTML. In your case it would be sufficient to just delete all of the Header HTML.

3 Likes

@sprd-sebastian urawsm A Big Hug and Thank YOU for taking your time in figuring this out! I know this wasn’t anything big, but that little icon annoyed me so much. xo

2 Likes