DavidSortOf
Forum Replies Created
-
Ah! That’s it! I wasn’t looking at it correctly. on some days, there’s just no referral data available, I guess. : ) thanks for helping me brainstorm through this!
- This reply was modified 1 year, 5 months ago by DavidSortOf. Reason: Marking resolved. : )
Hey Sebastian, thanks! Yes, I DO see referrers there, on my wp.org dashboard. But what I can’t do is see the referrers for a particular day. That’s when I get the blank results I posted above. But maybe there was no info for that particular day, or several? Hm, I’ll check that out and report back. : )
Oh and I forgot to say, if I click on “referring visitors” it takes me to a page where that phrase is defined.
Hi Thanks Bruce, and sure, it’s here: http://www.davidweiss.net. By the way under Referrers, I don’t see any data, I just see:
——————————————————
[Megaphone icon]
We’ll show you which websites are referring visitors to your site so you can discover where your audience comes from. Start sharing!
Share on social media with one click
——————————————————
and if I follow “View More” it shows basically the same as the above.
Thank you @wprashed! Good thoughts and ideas, here.
Forum: Developing with WordPress
In reply to: Edit HTML of a Page Title?Ok thanks for that, especially with the warning and background. I figured it would involve something like this. I’m going to leave things alone regarding this. ; )
Forum: Developing with WordPress
In reply to: Adding .page-id-N is causing css to failGeorge, that’s it! I had a feeling I was missing something obvious. It’s a post, not a page. And yes,
.postid-64did the trick. Thanks much! : )Forum: Everything else WordPress
In reply to: Troubleshooting Custom Font IssuesThe company got back to me, and led me to a fix!
Instead of
src: url(http://www.davidweiss.net/wp-content/themes/mantra-child/fonts/mreavessanot-regitalic-webfont.woff2)It should be
src: url('/wp-content/themes/mantra-child/fonts/mreavessanot-regitalic-webfont.woff2')That is, it needs
-
The directory structure, but not the domain
A leading /
And it needs to be surrounded by ‘single quotes.’Thanks much @sterndata and @gappiah for digging into this! : )
Forum: Everything else WordPress
In reply to: Troubleshooting Custom Font Issues@sterndata, @gappiah, and anyone else who might have dug into this, I’m going to clean up my site until I get this resolved and I’m putting the new-custom-fonts experiment over here. On this page you should be able to see two fonts, Mr. Eaves Heavy Italic, and Mr. Eaves Bold.
This is what it looks like, so far, only on my machine, and I’m trying to get it to look that way on yours. : )
Forum: Everything else WordPress
In reply to: Troubleshooting Custom Font IssuesI decided to keep the urls to “https,” and this gets rid of a good number of “Mixed Content” errors. But I still have the original problem, that I only see the fonts on my dev computer, and on none of my other computers, i.e., over the Internet, and I get a whole slew of error messages that I’m not sure what to do with, even after looking them up.
Forum: Everything else WordPress
In reply to: Troubleshooting Custom Font Issues@gappiah I tried to do a fancy screenshot like yours but it got too complex. This is a page with different variants of the font, showing what the bold looks like. Clearly different from what your computer is showing: https://www.emigre.com/Fonts/Mr-Eaves-Sans-and-Modern
Forum: Everything else WordPress
In reply to: Troubleshooting Custom Font IssuesOh thanks @gappiah! But they should be on other pages as well.
Forum: Everything else WordPress
In reply to: Troubleshooting Custom Font IssuesHm. They are uploaded to my theme’s directory, and I thought I had added them to my site by using that @font-face declaration, since it makes them appear on my site but on my local computer. Baffled that you don’t see any reference. You can’t see the @font-face lines that I added in CSS? I’m so confused. ; )
Forum: Everything else WordPress
In reply to: Troubleshooting Custom Font IssuesHm. I tried removing the sample_stylesheet.css file and putting its contents in “Custom CSS” via Mantra’s Text Settings panel, and that yielded an interesting error related to http vs https, so I modified all the url’s to begin with https, but that just created a display delay on my dev computer, and the fonts still don’t appear to other computers.
Forum: Everything else WordPress
In reply to: Troubleshooting Custom Font IssuesMy previous reply is being reviewed, which has answers to your questions, @sterndata. Meanwhile just wanted to say that now I see those css-related errors in my browser, using the dev tools. Not sure what to DO with them yet, but I see them. ; )