lucidnz / bootstrapify-1

An open-source base theme for Shopify using Twitter Bootstrap
http://bootstrapify-theme.myshopify.com/
187 stars 72 forks source link

Fresh install, theme looks broken #137

Closed mik3y closed 10 years ago

mik3y commented 10 years ago

Steps:

  1. Created new developer store in shopify developer console.
  2. Added a 2-3 fake products, added to "Frontpage" collection.
  3. Viewed store in default theme, looked as expected (homepage shows featured products; navbar has "home", "about us", etc).
  4. Generated config.yml
  5. grunt && theme upload
  6. Upload succeeds, theme shown below.

Expected results: Bootstrappy navbar with same pages; same products are shown on home page.

Actual results:

screen shot 2014-04-08 at 7 57 45 pm

Store URL: https://app-test-store-4.myshopify.com

(It's a test store, I'm happy to share access if it would help). Thanks!

mik3y commented 10 years ago

Hm, probably my error: Appears uploading the theme resets a bunch of settings. Perhaps this is unique to dev stores. Closing!

mik3y commented 10 years ago

Monkeying with settings, things almost look right, except:

screen shot 2014-04-08 at 8 34 25 pm

Source:

screen shot 2014-04-08 at 8 35 47 pm

I'm guessing this still has something to do with the site's theme settings. Is there a way to zap the site's theme settings to nominal? Failing that, any hints on how to merge the navbars?

stewartknapman commented 10 years ago

Hey @mik3y

If you have an empty or no config/settings_data.json running a theme replace will wipe all your settings. Otherwise you can delete the contents of the settings_data.json in the template editor in Shopify's backend.

A theme with no settings at all looks pretty sad, but we are working on a preset that give a base/default to work from.

Also are you still having issues with the navbars?

mik3y commented 10 years ago

Thanks for following up!

A theme with no settings at all looks pretty sad, but we are working on a preset that give a base/default to work from.

Ah yeah, that'd be pretty cool.

Also are you still having issues with the navbars?

Nope, managed to toggle my way out of this: in theme Navigation settings, disable the "main" navbar and show the "top" navbar.

stewartknapman commented 10 years ago

Cool.

I guess I'll leave this open till we have done the base preset.

stewartknapman commented 10 years ago

Closing in favour of #158