lkraav
Forum Replies Created
-
Forum: Plugins
In reply to: [Dependency Minification] Minifying Child Theme CSS but not Parent CSSI think using @import shows the theme authors are not very well versed in their business.
Forum: Plugins
In reply to: [Restricted Site Access] 2 simple questions: RSS feeds / Spider indexingI am also wondering about #2, /robots.txt handling, to be specific.
My multisite installation has production and staging sites mixed, which means I don’t think I can shoot a regular robots.txt file into WP root – it would kill products sites indexing.
But right now (5.0.1) robots.txt queries get redirected to WP login screen, which is a bit too messy to my liking. Bunch of plugins get loaded, logs get spammed and other useless work stuff happens.
It’s feeling like the plugin could use a new settings field for specifying a custom robots.txt per subsite.
Any thoughts here, Jake?
Forum: Plugins
In reply to: [Dependency Minification] Not working Purge and Expire optionsNot likely. Had to get strpos based exclude working for this one project and that’s about all I got for this at the moment.
But no worries, this is the one minification plugin I care about, since looking at the code of all the others mostly makes you want to throw up. We’ll get to it all soon enough, 100% guaranteed.
Forum: Plugins
In reply to: [Dependency Minification] Not working Purge and Expire optionsWeston, this report is real, seeing the same thing.
FWIW I’m seeing this on PHP 5.2 right now. Haven’t investigated on 5.5.
Forum: Plugins
In reply to: [WP Super Cache] Warning causes site to fail to load with WP_DEBUG onThis is also happening here. I’m wondering what is missing from my Apache configuration. I think there is no check because it is assumed this header is ubiquitous.
Forum: Plugins
In reply to: [CDN Sync Tool] Could someone pick up Coding for this pluginAlso interested
Forum: Themes and Templates
In reply to: [P2] Link previews like Facebook?Here’s two URL preview libraries we could use for Talk
* https://github.com/Ekito/bootstrap-linkpreview
* https://github.com/LeonardoCardoso/Facebook-Link-PreviewForum: Themes and Templates
In reply to: [P2] Link previews like Facebook?Definitely let everyone know here if you start any GitHub hack repo. I will probably get to it within 1 month myself.
Forum: Plugins
In reply to: [P2 Likes] Option to like comments toowdym, 1.0.4 lets me like comments just fine.
Forum: Plugins
In reply to: [P2 Check In] P2 1.4.3 Breaks "I'm Here" buttonRegarding the check in button, the fix is really easy. I just killed off the position:absolute CSS part that pushes the button into header area and moved the output function right below the widget title.
I wonder if this plugin is still maintained any?
I think if it could do some more dynamic stuff automatically, like pinging the server with AJAX for online status, that would be awesome.
Forum: Plugins
In reply to: [P2 Check In] P2 1.4.3 Breaks "I'm Here" buttonYes, I’m seeing the same thing. On P2 1.5.0.
While going through the P2 Check-In code, I notice several _GET[variable] occurrences, which should be _GET[“variable”].
Strange to see how this plugin ever worked with _GET queries being broken like that.
Forum: Themes and Templates
In reply to: [P2] YouTube link in P@ not workingHow did you resolve this? I’m also seeing [youtube=] shortcode not work in 1.5.0.
Forum: Themes and Templates
In reply to: [P2] P2 Theme: Use for a Private Grouphttps://10up.com/plugins/restricted-site-access-wordpress/ is an up to date solution from a known quality developer.
Totally interested in this, +1 and following
Forum: Plugins
In reply to: [Theme My Login] will not log outI shall also post on W3TC support board to inquire about configuration options.