If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
The font is set to load from www. The non-www version will not work. You'll want to add some code to your .htaccess file to force your site to www. It is best practice for SEO anyways.
Thanks for the response Brennan. I have tried adding code to my .htaccess file and my site looks fine from the user end with susansoaps.com being sent to www.susansoaps.com but I am not able to get into anything beyond the home page on the miva admin side. (No catalog, marketing, user pages, etc., etc.)
This is the code I tried to add below what was inserted by Miva. RewriteEngine On RewriteCond %{HTTP_HOST} ^susansoaps.com RewriteRule (.*) http://www.susansoaps.com/$1 [R=301,L]
I deleted that code out since I could not manage my site with it there, but obviously I would like to have the redirection set up.
All the icons are being generated by an icon font. If you need to change this you'll have to create your own icon font, which you can then call in using the CSS located in: /fonts/fonts.css
If you're not changing the icon character itself, can't you just use the /font.css (or inline style) to change the color? I mean, the coffee was weak this morning but I'm not sure how weak it was.
Originally posted by Bruce - PhosphorMediaView Post
If you're not changing the icon character itself, can't you just use the /font.css (or inline style) to change the color? I mean, the coffee was weak this morning but I'm not sure how weak it was.
I tried to answer Bruce, but I am in some sort of moderated limbo. Say a prayer so I'll be sprung from these wretched chains soon and will be able to participate.
Comment