Jump to content

Storefront icons are enormous


krne_xe

Recommended Posts

Hi @krne_xe

Welcome to the forums. Hopefully someone will be along shortly who can pinpoint your problem.

What version are you on and what skin are you using? Is this a new install? If not new, have you done anything different to your store or hosting lately? Could we have the url of your store?

Link to comment
Share on other sites

Hi, thanks...

Just upgraded to latest version, not sure what skin it is...sorry

It's probably important to note:

Thanks

Link to comment
Share on other sites

This happens when CubeCart was upgraded from CC613 or earlier (I think) to a later version, but your web browser is still using the CSS file from that prior version.

Please force your browser to reload the page's resources: images, CSS and javascript files.

This can most often be done with CTRL-F5.

Edited by bsmither
  • Like 1
Link to comment
Share on other sites

Please note that your customers will not automatically refresh so many will be stuck with that large, unwieldy icon.

To force your customers' browsers to refresh the CSS, you can do this simple trick:

Open the /skins/foundation/templates/main.php file (or the equivalent for your skin)

Find the <head> link to 'cubecart.css'

Add '?v=1' to that link.

In the end it should look like this:

<link href="{$STORE_URL}/skins/{$SKIN_FOLDER}/css/cubecart.css?v=1" rel="stylesheet">

Whenever you make a major change to your CSS that will cause the store to look crappy for customers if they have a cached version, change the v=1 to v=1.1 or whatever.

Edited by bsandall
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...