rtcunningham
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 4.6 admin font change looking odd! Any solution?Hi all,
I’m using Linux Mint 18 and the change was slightly unnerving. I fixed it with the Admin CSS plugin mentioned. I use “Noto Sans”, which matches what I have on my laptop. These fonts work as well:
“DejaVu”
“FreeSans”
“Sans”Forum: Plugins
In reply to: [Contextual Related Posts] CRP Related Posts for AMP Pluginhttps://www.rtcx.net/seasons-weather-philippines/amp/
I didn’t read into it but I saw that AMP works without permalinks as well.
Forum: Plugins
In reply to: [Contextual Related Posts] CRP Related Posts for AMP PluginYes, it works the way I thought it would. The only thing that could change is the endpoint (I’m not going to change mine).
Filtering get_permalink? I don’t think that’s a good idea. The is_amp_endpoint function has to exist and it isn’t in the core.
Forum: Fixing WordPress
In reply to: wp-login.php gets downloaded instead of displayedI wish it was something as simple as that. I ended up using the rename wp-login.php plugin and now I don’t have to worry about it.
Forum: Plugins
In reply to: [Contextual Related Posts] CRP Related Posts for AMP PluginI ended up hacking the output-generator.php file:
if ( function_exists( ‘is_amp_endpoint’ ) && is_amp_endpoint() ) {
$endpoint = ‘amp/’;
} else {
$endpoint = ”;
}and then get_permalink( ID ) . $endpoint . (the rest of the string) in three places.
The only thing that’s iffy is the endpoint, which can be changed.
Forum: Plugins
In reply to: [Conditional CAPTCHA] Escaped apostrophesNo, no other comment-related plugin. I removed one recently (no page comments) because WordPress 4.3 turns off page comments by default.
Page comments are also an option in the Hueman theme. I’ll check to make sure it’s off and wait for another comment. I don’t get them often.
Thanks. APIs confuse me but I’ll figure it out.
I’ve sent the support request.
Forum: Themes and Templates
In reply to: [Decode] Entry Header widthI did, but no luck. I made the width 100 percent and it stayed at the original width. I don’t want to have to reduce the font size to make it fit if I can help it.
Forum: Themes and Templates
In reply to: [Decode] Entry Header widthIs the site-header the same as the entry-header?
Forum: Themes and Templates
In reply to: [Decode] How to center embedded video in DecodeI wrap the link with the center tag. Works every time.
Forum: Themes and Templates
In reply to: [Decode] Entry Header widthTo be clear, what uses two lines at 1024 uses three lines when it’s wider and I want to fix that.
Forum: Themes and Templates
In reply to: [Decode] What happened to the fonts?No problem, and it works.
Forum: Themes and Templates
In reply to: [Decode] What happened to the fonts?Okay, I just checked the rest. It seems the only issue was the default entry-content size.
Forum: Themes and Templates
In reply to: [Decode] What happened to the fonts?Well, something is wrong, even though I solved the issue. I put in what’s supposed to be the default (.entry-content { font-size:1em } the the post/page entry size went back to what it was before. I’ve yet to do the h1, h2, etc.