romanzy
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Login] Deactivating Plugin Leads to HTTP ERROR 500I did Kevin. Thank you for your excellent tool.
Forum: Plugins
In reply to: [Force Login] Deactivating Plugin Leads to HTTP ERROR 500Issue was caused by WP Rocket Cache.
All set!
Thank you for your quick response.
Forum: Plugins
In reply to: [Search & Replace] Backup and Search/Replace leads to 404-pageNo feedback at all?
Forum: Plugins
In reply to: [Swifty Image Widget] Hovering # images within Swifty Image WidgetYes, that worked!
Thank you Goran.
Forum: Plugins
In reply to: [WP Idea Stream] Specific Sidebar for IdeastreamThanks for your reply Eric. Very much appreciated!
Forum: Plugins
In reply to: [WP Idea Stream] Showing Idea-Stream on a restricted WP pageHi iMath,
I wish to restrict IdeaStream to subscribers only. Paid Membership Pro includes restriction possibilities to Posts and Pages.
I found a snippet from the Kleo theme (which I’m using) to add also Portfolio to restricted access. This is the code:
function kleo_portfolio_pmpro_metabox(){ add_meta_box('pmpro_page_meta', 'Require Membership', 'pmpro_page_meta', 'portfolio', 'side'); } function kleo_portfolio_pmpro_cpt_init(){ if ( is_admin() ){ add_action('admin_menu', 'kleo_portfolio_pmpro_metabox'); } } add_action('init', 'kleo_portfolio_pmpro_cpt_init', 20);
Is there a way to include Ideastream this way as well?
Forum: Plugins
In reply to: [WP Idea Stream] Add new idea – Single post type?Strange you did not receive even a reply after 6 months about this topic. I’m struggling with the same issue. Did you find a solution?
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Problem with Custom jQuery UI ThemeThank you for following up Jacob. I created a new custom jQuery UI CSS file, which is working fine. For some reason, the older custom file caused that peculiar CSS conflict.
I’m very happy with BuddyPress Profile Tabs. It must be integrated in the BuddyPress core, because it provides a unique core function. Cheers!Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Problem with Custom jQuery UI ThemeYes, your script works fine. It’s weird, because my existing jQuery UI CSS file was working properly before, and now suddenly not anymore. And is also version 1.11.4.
Anyway, thanks for your very quick reply. I appreciate it.Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Problem with Custom jQuery UI Themesorry, not Jason but Jacob ***
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Conditionally display x-profile-group tabsMember types speaks for itself… Types of members can be for example a professor, a teacher, a student. Once the member types are configured in BuddyPress, which is a great feature for the registration process, you can assign user roles to specific members, such as… a professor can be an administrator, one of the students can have a role of an Authour, or a Contributor. Member Types are core BuddyPress, while User Roles are core WordPress. They do not conflict at all.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Conditionally display x-profile-group tabsTHANK YOU Jacob. It’s really very much appreciated that you have added member types support. The only thing that I experience with the new update is that the custom jQuery UI theme doesn’t work anymore as before. The tabs switch to vertical when a custom jQuery UI theme is selected, while it works normal (horizontally) with a standard theme. Can you please have a look at it? Thanks
One week and still no answer fron YITH?
They must be on holiday…
I have the same problem, can’t wait till they are back from holiday. HallelujaForum: Plugins
In reply to: [BuddyPress Profile Tabs] Conditionally display x-profile-group tabsHi Jacob,
Thanks for following up.
To create Member Types, I recommend one of these 2 plugins: https://buddydev.com/plugins/bp-member-type-generator/ (BuddyPress Member Type Generator from BuddyDev), or https://github.com/imath/bp-mt-extended (BuddyPress Member Types extended from iMath).
The plugin to show/hide profile fields for each Member Type is this one: https://github.com/lmoffereins/bp-xprofile-field-for-member-types.
If would be awesome if Profile Tabs would work nicely together with these plugins.
We appreciate your effort.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] What happened Jacob?Thanks for your feedback Jacob.
We’re glad that you’re back.