DragonflyDes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Myfonts Webfont not rendering on my siteFixed
HEADER was <link rel=”stylesheet” type=”text/css” href=”MyFontsWebfontsKit.css”>Reference to that link on Home page is correct since it’s in the root
Reference to that link on all other pages pointed to root/pagename/myfontswebfontskit.css. errors of course as the file only resides in the root. I have 2 page levels from root since i have parent pages set in my navigation menu.
SOLUTION add ../ to the link rel to make it look back a level. So since I have 2 levels here is my new Header code and every page renders the webfont on my PC, PHONE AND TABLET.
<link rel=”stylesheet” type=”text/css” href=”../../MyFontsWebfontsKit.css”>
Forum: Fixing WordPress
In reply to: Myfonts Webfont not rendering on my siteI appreciate all of your help. I will contact them again.
Forum: Fixing WordPress
In reply to: Myfonts Webfont not rendering on my siteIt’s in the custom css so I’m confused
Forum: Fixing WordPress
In reply to: Myfonts Webfont not rendering on my siteWell DOH! But it works on the home page fine, not on the About, contact and other pages.
Forum: Fixing WordPress
In reply to: Myfonts Webfont not rendering on my siteYou are looking at the Instagram font. The bottom of the page, by appointment only is H1
Forum: Fixing WordPress
In reply to: Myfonts Webfont not rendering on my siteForum: Fixing WordPress
In reply to: Myfonts Webfont not rendering on my siteI tried and they said it was “customization” so they won’t help.
Forum: Themes and Templates
In reply to: [Preferential Lite] Contact Form Plugins – 2 issuesMy contact forms are still in my Database, but no longer appear on my pages. In my WPAdmin, I am seeing This Account has Been Suspended. Anyone know why that would happen.