lucspe
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Vegas] LocalizationPull request sent.
Apart from localization changes (I hope I caught everything π ), I’ve also added 2 filters for admin menu name & icon.
Forum: Plugins
In reply to: [WP Vegas] LocalizationHi Jamnes,
Sorry for not replying earlier on this but the project where this was needed went on standby for a while. It now resumed π
So, actually adding localization is rather easy as it requires just a couple of minor changes into your code.
I have implemented the changes already (the project I am working on REQUIRES the whole backend to be localized).
It probably doesn’t make much sense to keep a forked version of the code as this is something that would benefit everybody, so I was wondering if you wanted to merge the changes into your code π
Forum: Plugins
In reply to: [Genesis Taxonomy Images] If this plugin is abandoned, I want it.Hi Mike,
It would be really cool if someone could take over and maintain this plugin. I am currently using it on a WP 4.1 site (Genesis 2.1.2) and it still works as expected.
On the author’s website, at the following page:
http://www.studiograsshopper.ch/about/web-services/there is this a contact email: [please do not post email addresses on the form]
In case you achieve to agree with the author, please let me know as I have made a few changes myself so if you set up a repository I could do pull requests to it.
Forum: Plugins
In reply to: [WP Vegas] Firefox v35 images clippingI am experiencing the exact same issue described by others on Firefox 35 (both Win and Mac). The site at moment is in a dev environment.
I confirm that for me – using FF 35 – the issue appears also on your own site (http://vegas.jamesdbruner.com/) but not on http://vegas.jaysalvat.com/.
I hope there is a solution. As you mention, it is quite bothersome π
James, is there any way we can help you?
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] Menu sections as hierarchicalOk, thanks, my mistake (lesson learned not to look at these things at 3am in the night, my timezone π )
At any rate, this seems to work, in case anybody else needs it:
add_filter( 'fdm_menu_item_taxonomies', 'fdm_hierarchical_taxonomies' ); function fdm_hierarchical_taxonomies( $menu_item_taxonomies ) { $menu_item_taxonomies['fdm-menu-section']['hierarchical'] = 'true'; return $menu_item_taxonomies; }Thanks again.
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] Menu sections as hierarchicalHi,
Thanks for the reply.
I’ve tried adding hierarchical without rewriting the whole array using the following code, but it doesn’t work:
add_filter( 'fdm_menu_item_args', 'fdm_hierarchical_taxonomies' ); function fdm_hierarchical_taxonomies( $menu_item_taxonomies ) { $menu_item_taxonomies['hierarchical'] = 'true'; return $menu_item_taxonomies; }any idea of what I am doing wrong?
Forum: Plugins
In reply to: [Attachments] Limiting attachments numberThanks, works like a charm!
Only issue (minor) I am facing in that then when you have already an attachment it does not disable the “add” button but if you click on it, it will display a “currently limited to 1” message, which I can’t find it in the .pot file to localize it.
+1 for that. I’ve been looking for quite some time now to whether there is a way to either achieve that or somehow disable image checking in SEO analysis.
Thanks.
It works now. Thanks a lot!
+1
Happening to me as well.