I have been using Miva for a long time and we decided to upgrade to Shadows and are experimenting in a dev store. I hit the ReadyTheme icon and go to Settings Look & Feel. Changing the Default Font does not change anything in the store. Same issue with changing the background color or adding a background image. They do nothing.
Announcement
Collapse
No announcement yet.
Using Ready Theme Shadows Questions
Collapse
X
-
The only part in the Look & Feel section of ReadyTheme Settings used in the Shadows ReadyTheme is the Logo Type. To modify the fonts and site background color/image, you would need to update the CSS code found in User Interface -> CSS Resources -> theme-stylesMatt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
-
It's worth reiterating, maybe making this clearer on the actual Shadows promotional pages, that Shadows is a "basic" framework to which, using CSS/HTML you add 'Style' to it. It's not like the other ReadyThemes that you could basically just add products and go. (Other "instant" themes, based on Shadows, is forthcoming.)Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
- 1 like
Comment
-
Originally posted by Bruce - PhosphorMedia View PostIt's worth reiterating, maybe making this clearer on the actual Shadows promotional pages, that Shadows is a "basic" framework to which, using CSS/HTML you add 'Style' to it. It's not like the other ReadyThemes that you could basically just add products and go. (Other "instant" themes, based on Shadows, is forthcoming.)Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: leslie@lesliekirk.com
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
It IS "ready" to go in the same sense as BaseReady theme...which is what we use a starting point when we already have a design we want to implement. So much easier to create a design with these than to repurpose another design to fit.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
- 2 likes
Comment
-
Originally posted by Bruce - PhosphorMedia View PostIt IS "ready" to go in the same sense as BaseReady theme...which is what we use a starting point when we already have a design we want to implement. So much easier to create a design with these than to repurpose another design to fit.
It is my understanding that the next ReadyTheme release is supposed to expand upon Elements even further. But the whole purpose of the Evergreen project is to get something that is more plug and play. Something that that would allow you to grab snippets from one ReadyTheme and use it in another. That it would also ensure the coding is standardized across every ReadyTheme going forward. But again, this is just my take on what I was hearing Matt say at the past two conferences.
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: leslie@lesliekirk.com
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
- 1 like
Comment
-
I suppose that could be pointed out on the theme download page. However, we have found that now that the initial 'ground work' is finished, we have a very nice set of add-on features ready to go for Shadows. As Bruce said, it's easier to start with bare bones and make it 'your own', but i agree, as a store owner that wants plug-and-play it's not the way to go.
Comment
-
Originally posted by lesliekirk View Post
I think you are right Bruce, something needs to be mentioned. I was under the impression that Shadows was a "ready to go" ReadyTheme built on top of Elements, which is not.Thank you, Bill Davis
Comment
-
Originally posted by Matt Zimmermann View PostThe only part in the Look & Feel section of ReadyTheme Settings used in the Shadows ReadyTheme is the Logo Type. To modify the fonts and site background color/image, you would need to update the CSS code found in User Interface -> CSS Resources -> theme-stylesCode:font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: leslie@lesliekirk.com
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Hi Leslie,
With the exception of Poppins, the rest are system fonts which are available depending on the OS of the user. Poppins is a Google font and is being called as its own CSS Resource.Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
Comment
-
Originally posted by Matt Zimmermann View PostHi Leslie,
With the exception of Poppins, the rest are system fonts which are available depending on the OS of the user. Poppins is a Google font and is being called as its own CSS Resource.
Okay, so I've edited the CSS Resources preconnect-google-fonts. I've also edited the theme-styles to change Poppins to Montserrat
I don't think it's working.
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: leslie@lesliekirk.com
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Hi Leslie,
You should not have to modify the path for preconnect-google-fonts, only the path for google-fonts.Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
Comment
-
Originally posted by Matt Zimmermann View PostHi Leslie,
You should not have to modify the path for preconnect-google-fonts, only the path for google-fonts.
Code:<link href="https://fonts.googleapis.com/css?fam...at:400,500,700" data-resource-group="css_list" data-resource-code="google-fonts" />
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: leslie@lesliekirk.com
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Hi Leslie,
That link loads the font so you can make calls to it in your CSS.Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
Comment
-
Originally posted by Matt Zimmermann View PostHi Leslie,
That link loads the font so you can make calls to it in your CSS.
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: leslie@lesliekirk.com
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
Comment