WooCommerce ajax reload / Message titles


Home Forums Front End PM PRO WooCommerce ajax reload / Message titles

This topic is: Not Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37198
    Stan
    Participant

    Hello there,

    I am using the Pro plugin within my WooCommerce website. I think it’s the only plugin that will fit the needs of many. I have 2 questions:

    – I am using the [front-end-pm] shortcode within a custom tab in the WooCommerce user dashboard. The plugin is displaying fine, but will redirect me to the message page (outside of the dashboard) once I create a new message or open my inbox. It’s important for this webshop that the users can use the plugin withing the same tab/page, without getting redirected outiside of the dashboard. Is there an (ajax) option? Or is this custom work.

    – The message titles in the left sidebar when reading a message are not showing. Also, the avatars are aligned in a strange way.

    Thank you for your time! your plugin is awesome.

    Stan

    Attachments:
    You must be logged in to view attached files.
    #37214
    Shamim Hasan
    Keymaster

    I have added 2 new filter in your child theme’s functions.php.
    1. One to redirect to woocommerce dashboard custom tab when click new message or messagebox

    add_filter( 'fep_query_url_without_esc_filter', function( $url, $args ){
    	return add_query_arg( $args, wc_get_account_endpoint_url( 'premium-support' ) );
    }, 10, 2);
    

    2. Another to show only other person avatar (remove own avatar) from message sidebar

    add_filter( 'fep_remove_own_avatar_from_messagebox', '__return_true' );
    

    To show message title in sidebar, it needs custom work.

    #37247
    Stan
    Participant
    This reply has been marked as private.
    #37301
    Shamim Hasan
    Keymaster

    1. Message sidebar is too narrow to show full subject, We may show couple of words
    2. We can make that happen, but it doesn’t work well with wp editor. So you will have to use textarea editor as message editor.

    If both are ok you can contact through https://www.shamimsplugins.com/hire/

Viewing 4 posts - 1 through 4 (of 4 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.