Michael Aronoff
Forum Replies Created
-
Forum: Plugins
In reply to: [Hierarchy] parent menu items aren't highlightedJust to chime in on this same thread/idea.
if you could extend this plugin to not only work in the admin area but also on the front-end as described that would really make this plugin a powerhouse. I would pay for a Pro-version with that added feature.
Forum: Reviews
In reply to: [Change Text Case] Really good plugin, little bug with bulleted listsYea the regex that does the work does not play well with bullets.
I have messed with it in the past. Not on my list of priorities right now. Sorry.
Forum: Plugins
In reply to: [Change Text Case] Small Caps are missingThis plugin is for changing the actual text not for styling.
The whole point of this plugin is to clean up messy input text. So while what you want would be possible it is not something I want to do with THIS plugin.
I will look at something new soon however.
Forum: Plugins
In reply to: [Very Simple Google Maps] Responsive DimensionsIt is not responsive right now. I will look at allowing % in the dimensions so it can be.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Remove BackWPup Admin roleI figured it out. The Admin user has the role added so you have to use User Role Editor and remove the additional role from any users who have it and then you can remove that role.
I would like to suggest that this be added as part of the plugin uninstall process.
Forum: Plugins
In reply to: [BMo Expo - a Wordpress and NextGEN Gallery plugin] Centering Elements?Nope, I wound up switching to Royal Slider. It has a filmstrip mode that works like a gallery.
Forum: Plugins
In reply to: [Very Simple Google Maps] Location Point not centered in the map onloadOK, the fix has been added to version 2.5
Thanks I was able to find the custom css to fix this.
In case anyone else needs this add the following to your themes style.css:
@media print { .dataTables_wrapper.FixedHeader_Cloned.fixedHeader.FixedHeader_Header { display: none; } }
Forum: Plugins
In reply to: [Very Simple Google Maps] BB Code?No this is written just as a Very Simple WordPress shortcode plugin only.
Forum: Plugins
In reply to: [Very Simple Google Maps] Location Point not centered in the map onloadThanks for the fix SiNNeD. I will get that added to the next update.
Thanks this worked great. Just one last question.
I put the code into my functions.php to override the defaults. Can I safely leave that there? I mean will it just effect the defaults for a new table or will it override everything. I have a few very long tables I will be using the paginate for.
Thanks!
Forum: Fixing WordPress
In reply to: [Firelight Lightbox] Scripts to footerOK, I see what you mean.
I have turned off all media except what I need and turned off transitions. That helps a little but it still seems to me that putting the css and javascript that are called in the head would be cached better (and that really matters on a site with MANY pages) if you placed them in external files and then called them. This would really tighten up the code and is really best practice.
Please consider it at some point.
Thanks,
M Aronoff
Forum: Plugins
In reply to: [Dynamic "To Top" Plugin] dynamic to top won't deleteThe last line of the uninstall script has a typo.
elete_transient( ‘dynamic_to_top_transient_css’ );
should be
delete_transient( ‘dynamic_to_top_transient_css’ );
Forum: Plugins
In reply to: [Auto Files] One file attached to multiple pages?Sorry, I found a good one.
Forum: Plugins
In reply to: [Awesome Flickr Gallery] I have a patched version of 3.3.6Your patched version works great. If the original developer has let it does you should take it over. ??
Or fork it. The warnings about a new version bug me.