Thomas
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Area] Assign Content to RolesHi,
Yes, you’ll need our additional owner types add-on for that.
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Best regards.
Forum: Plugins
In reply to: [WP Customer Area] Plugin conflicts with WordPress Gutemberg EditorsHi,
I fixed this issue 2 days ago. This issue also made the dropdown “parent pages” in wp pages gutenberg editor.
This update will be released tomorrow.
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Best regards.
Hi,
Does this happen in all pages of your site, or only on WPCA pages?
The only place where we are affecting the excerpt length is https://gitlab.com/wp-customerarea/plugins/customer-area/blob/master/skins/frontend/master/cuar-functions.php#L223
We only affect WPCA pages.
You can remove that by using this code so the excerpt length will be the same as the one used on your site.
remove_filter( 'cuar_excerpt_length', 'cuar_custom_excerpt_length', 999);
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Best regards.
Forum: Plugins
In reply to: [WP Customer Area] SIZES attribute prevent the image to fit in the pageHi,
Can you ask this on our official support forums so we can use the tools we need to help you fix this issue?
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Best regards.
Forum: Plugins
In reply to: [WP Customer Area] Prevent Right Column to Be Displayed in Private PagesHi,
I guess that should help: https://wp-customerarea.com/snippet/disable-sidebar/
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Best regards.
Forum: Plugins
In reply to: [WP Customer Area] Displaying the user role nameHi,
No sorry. We can’t supercharge the plugin with tons of small shortcodes. However, you can edit any template and add your custom code.
<?php $user_id = get_current_user_id(); $user_info = get_userdata($user_id); if($user_info) { echo 'User roles: '.implode(', ', $user_info->roles) }
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Best regards.
Hi,
You need to changes the slug name of WP Customer Area pages, not WooCommerce. You could try ‘my-private-account’ or even maybe ‘account’.
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Best regards.
Hi,
Sorry for the delay.
Yes, this plugin is still very active, and in continuous development.
Do not worry about this message, our plugin is compatible with the last WP version.
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Regards.
Forum: Plugins
In reply to: [WP Customer Area] Toggle Dropdown not workingHi,
– The dropdown issue is a well-know bootstrap conflict. See https://wp-customerarea.com/faq/#sub-menus-are-not-showing-up
– You can customize your menu like any other one, by going into wp-admin -> appearance -> menusPlease, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Best regards.
Forum: Plugins
In reply to: [WP Customer Area] Warning with Contact Form 7Fixed in 7.7.0
Forum: Reviews
In reply to: [WP Customer Area] Best Project Management and Great Support!Hi,
Thank you for this review and your kind words ?? This is greatly appreciated!
Hope you’ll enjoy using this plugin!
Best regards.
Forum: Reviews
In reply to: [WP Customer Area] Good plugin and incredible supportHi!
Thanks a lot for this kind review!
Hope you’ll enjoy using our plugin ??
Best regards.
Forum: Plugins
In reply to: [WP Customer Area] Posts auto-draftHi there,
Sorry that you are facing this issue.
Could you please check for a plugin conflict? https://wp-customerarea.com/faq/#how-to-check-if-i-have-a-conflict-with-another-plugin
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Regards.
Forum: Plugins
In reply to: [WP Customer Area] Invalid argument suppHi,
Sorry for the delay.
Never saw this issue yet. Looks like a PHP version and/or configuration error.
Can you post on our support forums where we have all the required tools to answer this? They are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Regards.
Forum: Plugins
In reply to: [WP Customer Area] Members area with different filesHi,
Sorry for the delay.
Not sure what you mean. Are you trying to upload a file available for all your registered users at once? If yes, this is done with our additional owner types add-on.
Please, note that our support forums are located here: https://wp-customerarea.com/support/
You’ll get answers within 24 hours on this one (except on holidays & weekends of course).Regards.