Forum Replies Created

Viewing 15 replies - 1 through 15 (of 44 total)
  • Plugin Author intermedi8

    (@intermedi8)

    This is not a IM8 Box Hide problem. We dont have any popup dialogs in our plugin, not even a message “In Hide”…

    Plugin Author intermedi8

    (@intermedi8)

    What 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',
        ),
    )

    Plugin Author intermedi8

    (@intermedi8)

    Hi,
    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.

    Plugin Author intermedi8

    (@intermedi8)

    Hi 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.

    Plugin Contributor intermedi8

    (@intermedi8)

    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 | intermedi8

    Plugin Contributor intermedi8

    (@intermedi8)

    Hi,

    thanks (again) for reporting this.

    We just released an update that will fix this issue.

    Kind regards,
    Thorsten | intermedi8

    Plugin Contributor intermedi8

    (@intermedi8)

    Hi 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 | intermedi8

    Plugin Contributor intermedi8

    (@intermedi8)

    Hi 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 | intermedi8

    Plugin Contributor intermedi8

    (@intermedi8)

    Hi 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 | intermedi8

    Plugin Author intermedi8

    (@intermedi8)

    Hello 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 | intermedi8

    Plugin Author intermedi8

    (@intermedi8)

    Hi 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 | intermedi8

    Plugin Author intermedi8

    (@intermedi8)

    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 | intermedi8

    Plugin Author intermedi8

    (@intermedi8)

    Hi 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 | intermedi8

    Plugin Author intermedi8

    (@intermedi8)

    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 the edit_users capability 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 the post.php and post-new.php pages (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 | intermedi8

    Plugin Author intermedi8

    (@intermedi8)

    Hi 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

Viewing 15 replies - 1 through 15 (of 44 total)