Ben Huson
Forum Replies Created
-
Great, thanks
I have released a version 2.2.1 which fixes a PHP error which is likely the cause of this issue.
Please upgrade to that version and post if you are still experiencing these issues.
Regards
Ben
I have released a version 2.2.1 which fixes a PHP error which is likely the cause of these issues.
Please upgrade to that version and post if you are still experiencing these issues.
Regards
Ben
No, this plugin is for using just a single password.
If you are looking to protect you site with usernames and passwords, you would be better looking into plugins that protect the site and allow register Users to login using the WordPress login form.
Forum: Plugins
In reply to: [WP Subtitle] How to declare support for multiple custom post types?Hi,
Try usingadd_post_type_support()twice:function my_wp_subtitle_page_part_support() { add_post_type_support( 'consultants', 'wps_subtitle' ); add_post_type_support( 'events', 'wps_subtitle' ); } add_action( 'init', 'my_wp_subtitle_page_part_support' );- This reply was modified 8 years, 1 month ago by Ben Huson.
The above fix will crop the image square.
It might be better to use a smaller but correct aspect ratio image and limit the size with CSS like the WooCommerce product list does:width: auto; height: auto; max-width: 100px; max-height: 100px;It seems to be a combination of “Show only products with custom prices in secondary currencies” with some other setting on my install. Please close this issue and I will add a new issue if I have further issues.
Thank you
Hold on…
On further investigation WooCommerce WPML is running the
woocommerce_variation_is_visiblefilter at some point affecting the output.
Let me just look into this further before closing.Thanks
Hi George,
I have narrowed down this down to a WooCommerce issues.
For more information see:
https://ww.wp.xz.cn/support/topic/get_available_variations-return-empty-from-woocommerce-3-3-2/Ben
- This reply was modified 8 years, 2 months ago by Ben Huson.
Forum: Plugins
In reply to: [Content Parts] the_content_part doesn’t workVersion 1.7 should revert to previous functionality.
Please let me know if this resolves your issue.
Thanks
Forum: Plugins
In reply to: [Content Parts] 1.6 update – breaks websiteI have just released a 1.7 version which rolls back to previous behaviour and adds a settings page where auto formatting can be activated per post type. I think this is probably safer than blanket enabling for everyone as the extra div structure could cause issues with some themes.
Autoformatting can also be enabled/disabled via the
content_parts_auto_format_post_typesfilter which should contain a list of post types for which auto formatting is active. Add extra post types to this array, or remove them using the filter at a later priority.I agree with your idea above that auto formatting should only affect
the_content()as if you’ve used the custom tags it is likely because you want more control. I’ll check if anything further needs changing to address that.Forum: Plugins
In reply to: [Content Parts] the_content_part doesn’t workMy apologies…
I added some extra functionality to improve the experience for new users first installing the plugin, however this has caused some incompatibilities with existing usage for some people.
Please see the temporary fix here:
https://ww.wp.xz.cn/support/topic/1-6-update-breaks-website/#post-9714292I will be release an update that reverts the new default functionality and instead makes it opt-in.
Sorry.
Forum: Plugins
In reply to: [Content Parts] 1.6 update compatibilityWhat is the issue you are having?
There is a separate issue regarding duplicate content output caused by this version. Please see this post for a temporary fix:
https://ww.wp.xz.cn/support/topic/1-6-update-breaks-website/#post-9714292
If your issue is different, please provide more details?
Is it causing an error.Forum: Plugins
In reply to: [Content Parts] 1.6 update – breaks websiteApologies for this.
I hadn’t anticipated all the different way in which the Content Parts plugin may be being used.For now, please implement the fix above or rollback to a previous version.
I will release an update removing this as default functionality and make it opt-in using the above filter to return true, or perhaps an option in the admin.My aim was to give a better default experience where users could just install it and style the new provided div structure. Apologies again for the issues this has caused.
Forum: Plugins
In reply to: [WP Subtitle] show subtitle in adminHi,
Are you using the latest version of the plugin? There should be the option to show the subtitle column but I can’t see it in your screen grab. It maybe that what’s you are using to display you products is breaking the functionality?
Can you confirm if the subtitle column shows for normal pages rather than products?
Ben