Announcement

Collapse
No announcement yet.

Search Icon showing as Letter "j" instead of Magnifying Glass

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Search Icon showing as Letter "j" instead of Magnifying Glass

    Thanks so much!

    Comment


      #17
      Originally posted by Bruce - PhosphorMedia View Post
      Re: Search Icon showing as Letter "j" instead of Magnifying Glass

      cross site scripting issue most likely.

      make sure you have this in your htaccess file

      RewriteEngine on
      RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
      RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]


      and, your css files (or css file script AKA css.php) are referenced with

      <link rel="stylesheet" type="text/css" href="//domain.com/style.css">
      So type slowly when explaining this to me please. What does this rewrite do? Does it force the www to be used? It seems that the ReadyThemes icons need the www to function. The href seems to imply not using the www. Could the href just be <link rel="stylesheet" type="text/css" href="/style.css"> instead? Or is something else needed?


      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #18
        It simply rewrites any form of domain name (example.com mostly) to www.example.com...cause those are TWO different domains, and if a resource is calling one (like www.domain.com) while its on domain.com you can get a 'cross script' error. and yes, using relative references will work based on the base href tag.
        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

        Comment


          #19
          Thanks Bruce!
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment

          Working...
          X