macoafi
Forum Replies Created
-
Forum: Plugins
In reply to: [Central Color Palette] 1-line change?Thanks!
Forum: Plugins
In reply to: [Central Color Palette] 1-line change?Oh, actually, I know why in terms of the page builder that would be the place. I’ve got a global row in Beaver Builder for one of those oversize footer areas. The CSS for that global row is being linked right before the row is used, which is right after the content ends.
Forum: Plugins
In reply to: [Central Color Palette] 1-line change?It’s immediately after the closing
</div>tag fordiv#contentForum: Plugins
In reply to: [Central Color Palette] 1-line change?wp_enqueue_scriptsis for both scripts and styles. (That’s what the docs say.) Inline versus linked styles didn’t seem like a significant difference to me *shrug* so when I saw the Codex saying not to usewp_print_stylesfor enqueueing styles after WP 3.3 I figured that was the same as deprecatingwp_print_stylesYes, I’m using a page builder. Some CSS for the page builder is being linked at the end of the page, which I think is an optimization thing. That’s not actually duplicated, just the color palette part.
Thanks for taking a look!
Forum: Plugins
In reply to: [Divi Accessibility] Plugin Removing Nav ID’sI’m not involved in this project, but I know why it’s doing that:
Divi makes the mobile menu by cloning the desktop menu (with IDs already on it), and that means you end up with two elements with the same ID. So, they’re stripping the IDs (which are put in place by Divi, but then not actually used) to get rid of that duplication.
Before I found this plugin, I was thinking about writing JS that edits all the IDs, so they say like “menu-item-123-desktop” and “menu-item-123-mobile”. Would something like that work for you?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Activation required…why?Suddenly, we can’t add events to the calendar, because the entire admin has been replaced with this page begging us to log in. I don’t want to log in. I don’t want a Time.ly account. I don’t want my events synced to your servers. I don’t want any of your advanced features.
WHY IS TIME.LY HOLDING EVERYONE’S CALENDAR HOSTAGE???
And then on top of that, if I relent and create an account, it just keeps saying the credentials are wrong. This was a terrible update. How do I download a version from September, so I can remember to never, ever install updates to this plugin ever again?
Forum: Plugins
In reply to: [User Role Editor] User Capability changes not savingFailing for me too.
I just installed it tonight. Only found out about it from your Lynda course on plugin development 🙂 Other than this dropdown, it seems to work fine, though. Thanks for putting this together!