intermedi8
Forum Replies Created
-
Forum: Plugins
In reply to: [IM8 Box Hide] "In Hide" recurring pop-up dialogue boxThis is not a IM8 Box Hide problem. We dont have any popup dialogs in our plugin, not even a message “In Hide”…
Forum: Plugins
In reply to: [IM8 Exclude Pages] question and maybe feature wishWhat you want could easily achieved with a meta_query or meta_compare.
For example:
query_posts(array('post_type' => 'post', 'meta_key' => 'YOUR_META_KEY', 'meta_compare' => '==', 'meta_value' => 'YOUR_META_VALUE'));Or:
'meta_query' => array( array( 'key' => 'YOUR_META_KEY', 'value' => 'YOUR_META_VALUE', 'compare' => 'LIKE', ), )Forum: Plugins
In reply to: [IM8 Exclude Pages] question and maybe feature wishHi,
if you want to hide some posts, why dont you use the draft-status?
Or you could use a simple query which excludes the posts with a certain category and/or tag.
Using a filter seems unnecessary complex in this case?!Our plugin is only for hiding pages in automatic wordpress list functions (for example when used for building menus). Its not meant to filter posts, as this is a totally different use case which could easily achieved with wordpress core functions.
Forum: Plugins
In reply to: [IM8 Box Hide] Hide Specific Field(s) only in Meta Box based on user roleHi Joe,
im sorry, theres is no way we can do this. Each plugin and its metaboxes are coded in their own way. Due to this IM8 Box Hide is not able to “know” which fields are availalable for each metabox.
Forum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Great Plugin…any back-end functions soon?Hello SasCarol,
thanks for liking the plugin. 🙂
We just released an update that handles a number of filters that either changed in the course from WooCommerce 1.X to 2.1.3, or that we totally missed before.
As those filters, in part, also affect emails you might be lucky to have your invoices fixed as well. If not, don’t hesitate to open a new topic and provide detailed information on what is missing or not working where.The plugin is actually designed to target the front-end only, though.
So I don’t think back-end functions will come soon – if at all.Kind regards,
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Warning:…translations.php on line 72 errorHi,
thanks (again) for reporting this.
We just released an update that will fix this issue.
Kind regards,
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Double namesHi Steven,
would you mind deleting your posts here (if you can) and start a new topic where you, once again, state your problem as well as provide your WordPress and PHP version?
Thanks
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Double namesHi Steven,
please don’t hijack other threads for different problems/questions. Start your own instead.
We will be looking into this issue and post a new thread (or if you already did so, answer to it).
Kind regards,
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Double namesHi Dobbydoo,
thanks for reporting this.
We just released a minor update that takes care of these newly introduced filters and hence fixes this issue.
Kind regards
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 Exclude Pages] The "exclude" box won't stay tickedHello jameshardiman,
I just tested the plugin on a fresh install, and I can’t confirm this behavior.
Where and how are you trying to edit the page?
Did you upgrade the plugin from an older version to the current 2.6.1, or did you just install the new version?
Please deactivate all plugins (including IM8 Exclude Pages), re-activate IM8 Exclude Pages, switch to a WordPress core default theme (like Twenty Twelve or so) and test again (if you can, that is).
The function that updates the meta box setting bails in a number of circumstances – but none should be the case here.
Please report back with new information, and we’ll sort this out.
Kind regards,
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 Exclude Pages] Exclude Page meta box missingHi gusa123,
what exactly do you mean by the meta box does not show up in WordPress 3.8.1 edit window?
Is it not visible on the Edit Page page? Or is it even not listed in the Screen Options (which you can find in the upper right corner, right below the Admin bar, left of the Help button)?
The meta box is added for the post type Page only.
So, just to be sure: the plugin is active, you did not get any errors on activation, and you are editing a Page, right?
Do you see the plugin setting IM8 Exclude Pages on the Writing Settings page (
/wp-admin/options-writing.php)?Kind regards,
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 Box Hide] IM8 Box Hide in Multisite?Hi AMGill,
we just released an update that fixes this bug.
You were absolutely right in that the plugin before was not being loaded when activated network-wide, so thanks for the hint.Kind regards,
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 Box Hide] Conflict with Adminimize persistsHi marikamitsos,
thank you for reminding us of this!
We just released an update that will fix the conflict, so, from now on, IM8 Box Hide will play nice with Adminimize (and possibly any other plugin relying on the global current user object).
Kind regards,
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 Box Hide] IM8 Box Hide in Multisite?Hi Laurent,
well, we did not actually test the plugin for/on multisite.
It should work, though, as it doesn’t include any functionality specific to multisite, or not-multisite.The workflow is as follows:
User with theedit_userscapability can access the settings page, where the actual meta boxes for any public (custom) post type are being fetched (via an AJAX request) and displayed.
On thepost.phpandpost-new.phppages (i.e., when creating a new post, or editing an existing post) the meta boxes are hidden (actually: removed) according to the plugin settings for the specific user role—post type combination.If you encounter any problems, don’t hesitate to drop us a line, though.
Kind regards,
Thorsten | intermedi8Forum: Plugins
In reply to: [IM8 Box Hide] User with lower permissions accessing IM8 configHi joant6,
we are currently working on an all-round update, which will address this issue. The update will most probably be released within the next couple days.
Kind regards,
Thorsten | intermedi8