Thorsten Frommen
Forum Replies Created
-
Forum: Plugins
In reply to: [MultilingualPress] translation meta box not showingIt seems you found the culprit. Thanks for that. I will create an issue over at GitHub, and you can expect a fix soon. We will use different capabilities, though. Thanks again.
Forum: Plugins
In reply to: [MultilingualPress] translation meta box not showingHas the user account in question been added to more than on site in the network? Being an admin on one site isn’t worth anything for other sites—especially when the user hasn’t even been added to other sites.
I will have a look at
current_user_can_for_blogreturningNULL, though. I suppose, this is a core bug, which I will report once confirmed.Could you show me how your debugging code looks like exactly?
Just for your information, I couldn’t come up with a way to return something other than a boolean
TRUEorFALSE. Most probably, there is something wrong at your end.Forum: Plugins
In reply to: [MultilingualPress] How to disable admin side translation?First, on
/wp-admin/network/settings.php?page=mlp, check the first checkbox User Backend Language, if not already checked. Second, on your own profile page,/wp-admin/profile.php, you can find a select input Your preferred backend language. It’s located in the Personal Options section. Just choose your desired language, save, and be happy. 🙂Forum: Plugins
In reply to: [IM8 Exclude Pages] Not able to make excluded page the front pageHi there,
you can simply disable the plugin’s functionality for your backend. Just put the following to your theme’s
functions.phpfile (or some other appropriate place):if ( is_admin() && function_exists('disable_im8_exclude_pages') ) { disable_im8_exclude_pages(); }Cheers,
ThorstenForum: Plugins
In reply to: [IM8 Exclude Pages] Excluding pages removes them from Parent Drop DownHi there,
you can simply disable the plugin’s functionality for your backend. Just put the following to your theme’s
functions.phpfile (or some other appropriate place):if ( is_admin() && function_exists('disable_im8_exclude_pages') ) { disable_im8_exclude_pages(); }Cheers,
ThorstenForum: Reviews
In reply to: [tf Song List] Developer does not respondingFirst of all, I wrote you back on:
- June 1, 2015, 08:15 AM;
- June 9, 2015, 12:36 PM.
What did I write? Both times, it was this:
Hi there,
there is no limitation whatsoever, so I assume there’s something wrong with the CSV file. Can you send it to me?
Kind regards,
ThorstenSo far, I did not receive any answer to that. I suggest to double-check your spam settings/folder or so.
Second, reviews are for plugins/themes, and not for the respective author(s). It seems like you like the plugin but have a technical problem with it. So you should have written into the support forums instead of writing a review in which you complain about me not responding. Please edit your review (or have it deleted, if that’s possible).
Third, you still can send the CSV file to me, and I will have a look at it. As I wrote already, there is no limitation – and I didn’t encounter anything similar before, so I guess there’s something wrong/unexpected with your file.
Kind regards,
ThorstenForum: Plugins
In reply to: [IM8 Exclude Pages] Incompatible with CMS Page Tree ViewHi Eric,
glad it worked for you. 🙂
I mark this topic as resolved now.
Kind regards,
ThorstenForum: Plugins
In reply to: [IM8 Exclude Pages] Incompatible with CMS Page Tree ViewForum: Plugins
In reply to: [IM8 qTranslate WooCommerce] double name of ProductsDuplicate of this post. Please let’s move on over there.
Kind regards,
ThorstenForum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Out of stockHi 3Lancer,
do you still have this problem?
If so, what settings do I have to use to reproduce this?
If I set a product to out of stock I can’t even add it to the cart.Kind regards,
ThorstenForum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Product category URLsHi Josh,
do you still have this problem?
Unfortunately, I can’t confirm this. I created a menu and used it both in a
wp_nav_menuas well as a Custom Menu widget. Both works fine. The titles are in the language I would expect, and the links are fine as well.Kind regards,
ThorstenHi all,
this will be fixed in the next release.
Kind regards,
ThorstenForum: Plugins
In reply to: [Gravity PDF] Plugin breaks nav tabsHi,
I just sent a pull request to your
development_2branch. It includes some improvements regarding theadmin.jsfile. In theswitch_tabsfunction, you didn’t limit the nav tabs to the#tab_pdfelement.Marking this as resolved.
Kind regards,
ThorstenOver at Stack Overflow, I posted two different solutions to this.
The easy one is as follows:
function so_23984689_remove_nextgen_post_thumbnail_html() { remove_all_filters( 'admin_post_thumbnail_html' ); } add_action( 'do_meta_boxes', 'so_23984689_remove_nextgen_post_thumbnail_html' );Forum: Reviews
In reply to: [tf Song List] (EDITED) Nice plugin for musiciansHi singer74,
thanks for your answer and edited review. Very much appreciated.
Kind regards
Thorsten