queso
Forum Replies Created
-
Thank you! Sorry if this came off as a personal attack. It was definitely not meant to be one.
(As mentioned) I understand and support the monetization, just would prefer the charging be for all the “advanced” features and not have core/basic functions removed.
Free add-on SOON: So, yes, the original (working) functionality was removed (breaking people’s sites) and will be restored in the future, but currently, no solution is available aside from downgrading the plugin or reverting/modifying several parts of the site ๐
My suggestion/point was more that I would have kept it in until the separate plugin/module was available… (or at least included a work-around such as just free texting the font name into a box (even if it had to match verbatim).
Not judging YOU, just saying I’m disappointed that it wasn’t much clearer that a function that is crucial for (some?) users was no longer in the update and they may want to hold off until the future version is removed.
Not everyone reads to full changelogs on every plugin. I’m one of the few that actually does (at least skim them) and somehow missed this.
I’ve have publicly thanked you before (multiple times) for your hard work and continue to commend you on the good work on this (and the CAOS) plugins. ๐
- This reply was modified 5 years, 7 months ago by queso.
I am quite aware that this is not an existing feature. Please note the subject of this. I am SUGGESTING that you add this to a future release ๐
and actually the 404 monitor is reporting false information too…. starting a separate issue for that…
Already have that enabled… but that doesn’t make these numbers clickable.
https://i.imgur.com/sNWBQ5S.png
I was suggesting making those 2 lines a hyperlink to: /wp-admin/admin.php?page=rank-math-404-monitor
Sorry not Hebrew but definitely excessive. So the easiest tool I’ve found for this is
https://fontdrop.info/ Just drag it there and you can see all the glyphs. All 230 of them… 26 letters in the US english alphabet + the caps variations, 0-9 and the few punctuation symbols… Realistically there should be less than 100 glyphs if my quick math is remotely accurate.Now if you want to see how big an impact it can make in the real world, take a look at these 4 files: https://imagez.strangled.net/fonts.zip
1) on my site I’m using just the letters Mentoring in Caveat font. It’s not being used anywhere else on the site literally just used a few different places on the front page (above the fold too and it’s such a stylized font that using =swap is HIGHLY noticeable.
2) I did a quick and dirty subset of Assistant using the official Google route to just “US” english letters plus common punctuation and symbols (and included the file as pulled by OMGF through the heroku api. I missed a few of symbols but if you drag these to one of these tools above or below you can see its pretty darn close…
Let me know what you think ๐
Bonus: Here’s a few additional sites that you may find helpful:
http://torinak.com/font/lsfont.html
https://www.fontsquirrel.com/tools/webfont-generator (not sure if you can see the individual glyphs but if you click expert and drag the font it will show you the same 230 # as the others.)
https://everythingfonts.com/ttfdump <– not visual but will dump literally all the codes and mapping tables out of a font file.
https://fontforge.org/en-US/downloads/ <— a full featured font editorNot that it is a direct answer but i looked at the API and it didn’t so much seem like there was a way that I could figure out. Seemed like the only way was to pull the .css from multiple user agents and then pull the urls out of the resulting file and fetch them. I believe thats also how the API worked. Probably better answer would be for the API to implement it but seems like that project died off unfortunately. Seems like it would be fairly easy to implement on the original project but it’s definitely above my skill level (have already looked at the code).
Sad part is for example my website is primarily using Assistant font which I found out the Latin codeset seems to include the hebrew alphabet as well. So it’s not just a few letters extra, I could cut the file size in half.
Yep… it worked… Final code below for anyone else wanting to do this…
add_filter( โrank_math/snippet/rich_snippet_article_entityโ, function( $data ) { $data[โdateModifiedโ] = $data[โdatePublishedโ]; return $data; }, 50, 1 ); add_filter( "rank_math/opengraph/facebook/article_modified_time", function( $content ) { global $post; return mysql2date( DATE_W3C, $post->post_date, false ); }); add_filter( "rank_math/opengraph/facebook/og_updated_time", function( $content ) { global $post; return mysql2date( DATE_W3C, $post->post_date, false ); });Forum: Plugins
In reply to: [LuckyWP Table of Contents] Javascript file needed?Sorry for the delay. I actually changed my mind and decided I liked the smooth scroll. Thanks so much for the prompt reply!
Yes I spent hours trying to figure out the first one using samples from the page. For us non PHP people it would definitely help not just to have the framework/shell of the function but some actual samples of a complete one. Would probably help lessen your support ticket load ๐
But anyway, I tried both codes and neither seems to be working… I tried updating the post and it just updated with the current time for both of them…
Also threw in
echo "<pre>"; print_r($post); exit;and with $content and neither page and no variable output…Sorry I sure don’t. First time sharing anything on LinkedIn…Spoke too soon… looks like SEOPress does:
https://www.seopress.org/blog/author-meta-for-linkedin-seopress-3-7-4-releaseOf interest, the API documentation says they want an ID to share the post not a free-text name… not sure if it’s because the API already requires authorization so they have your name off of that or not… But when I tried to share I was logged in as me so it clearly wasn’t utilizing it.
https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin?context=linkedin/consumer/contextFound a brief discussion on the Yoast support site about it which could be true regarding it conflicting with Pinterest. But I’d still keep the tag as I will never have a Pinterest account but am on LinkedIn a lot.
That’s interesting. If you look in the source on that page the meta tag isn’t there either…
I see the difference though…
While your test site doesn’t have the meta tag either… it does have
<span class=”screen-reader-text”>Posted by</span><span class=”author vcard”>Amanda Barden</span></span>Per recommendations being a single author blog, I disabled the author archive. I’m guessing that the vcard class isn’t what’s triggering it and I also have the word Author in the class tag around my name on the post so it has to be using the actual author archive link tag to trigger. (my theme has the surrounding class as “post-author” so I assume if your test page was pulling from class it would have found mine too.
Also if you look on the post-inspector and click on her name (on the left) you’ll see no backup authors were considered. So it seems like it still really wants the meta tag and the archive page is just a backup. Since a user’s theme could also break that archive link, it seems like the safest route is to just always use that meta tag so LinkedIn doesn’t have to rely on a backup method.
And at minimum the tag should be inserted for users who disable the author archive.
I’m fortunate enough to be comfortable editing the .php but have you also considered just a few generic boxes in the settings that would allow the user to set any meta tag? (I think LinkedIn is a big enough site it would deserve a formal fix, but it may prevent some headaches for you in the future.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Whitelist by Post TypeYa unfortunately I’m using the “Post Name” permalink structure so there wouldn’t be anything that could match with Regex. Besides Post Type the only other thing that may be “reasonable” (in terms of not too many to include/exclude) are categories (on my site at least)… I think including that unclassified one (whatever #1 is called) I’m using 5.
Definitely makes sense… just throwing the ideas out there ๐
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Compacting the View – Hide TipsI think part of the “visual” problem is that it actually seems to look MUCH better when the window is slightly smaller (~680px’ish) but when in a maximized 1920×1080 window there is a ton of empty real estate to the right.
Hope this works, never tried it before… If so, sorry about the messyness. The colors don’t mean anything just used a few so you could see through the crossed lines. But if you basically:
1) moved all the “descriptive” stuff to the top row (handle, source, file size, child of ___, etc.)
2) put all the settings on the second row (and probably give that HEAD/BODY a matching white box)
3) kept that same short third row for notesWell sorry can’t figure out how to get it to embed (thought I read somewhere that imgur ones could be embeded… on well if you can take a look at this picture… I tried to quickly sketch out what I was thinking… http://imgur.com/RO6yLMs
- This reply was modified 6 years, 3 months ago by queso.
Haha… um I’m kind of OCD so ya it very well might (and I have a lot loaded and unloaded (there wasn’t a lot of forethought/initial planning on it, so it’s been just a bunch of different pages/post types bolted on…)
And Yeah, like that, but it would be even less information needed since it would only be looking at the status relative to that particular page. I.e. from that view I wouldn’t be looking at if a script was unloaded globally, for the individual page, regex, etc… all I care is is it going to load or not. (and if not the expected behavior i just pop open the detailed settings below and make adjustments).
I’m just thinking you could keep most of that same code with a few tweaks to keep it even more compact (so it’s not too distracting). What if you:
1) put the two tables (JS/CSS) side by side (narrower), and split each table in half (one half for enabled the other for disabled)
2) moved the path into the tooltip (just in case someone doesn’t recognize the handle)
3) use the remaining real estate to add some little status iconsThat should be able to get each script to one row with no wrap.
This would be awesome! ๐