Move Ask a Question & Chat now above short description

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate Move Ask a Question & Chat now above short description

Viewing 10 reply threads
  • Author
    Posts
    • #56928
      Support
      Guest

      Hi there,

      Could you please help me customize and move the Ask a Question and Chat now above short description and have the Ask a Question beside Chat now?

      Please see photo attached.

      Thanks,

      MCI Support

    • #56929
      Support
      Participant

      Please see attached, thank you!

      Attachments:
      You must be logged in to view attached files.
    • #57121
      WCFM Forum
      Keymaster

      Hi,

      Please add this code to your child theme’s functions.php –

      add_action( 'woocommerce_single_product_summary', function() {
        global $WCFM, $WCFMu;
        remove_action( 'woocommerce_single_product_summary',	array( $WCFM->wcfm_enquiry, 'wcfm_enquiry_button' ), 35 );
        add_action( 'woocommerce_single_product_summary',	array( $WCFM->wcfm_enquiry, 'wcfm_enquiry_button' ), 16 );
        
        remove_action( 'woocommerce_single_product_summary',	array( $WCFMu->wcfmu_vendor_chatbox, 'wcfm_chatbox_button' ), 35 );
        add_action( 'woocommerce_single_product_summary',	array( $WCFMu->wcfmu_vendor_chatbox, 'wcfm_chatbox_button' ), 16 );
      }, 14 );

      Thank You

    • #57176
      Support
      Participant
      This reply has been marked as private.
    • #57311
      WCFM Forum
      Keymaster

      Hi,

      If your site has any caches, then clear those and check once.

      Or, add code using this plugin once and check – https://wordpress.org/plugins/code-snippets/

      Thank You

    • #57342
      Support
      Participant

      Thank you! It worked using the plugin! Just one more thing, how would you move the Chat Now button with the same line as the Ask a Question?

      Please see the attached photo and thanks again.

      Support

      Attachments:
      You must be logged in to view attached files.
    • #57507
      WCFM Forum
      Keymaster

      Hi,

      Actually, we will change this in next update. So do not change anything for now.

      Thank You

    • #57641
      Support
      Participant

      Sounds good, thank you so much!

    • #65504
      Support
      Participant

      Hi there!

      Just wondering if there were any progress for this! Thank you!

    • #65949
      Support
      Participant

      Would love an update on this! Thank you!

    • #66807
      WCFM Forum
      Keymaster

      Hi,

      We have made this change in latest WCFM update, 6.1.5

      Please update yours and take a look.

      Thank You

Viewing 10 reply threads
  • The topic ‘Move Ask a Question & Chat now above short description’ is closed to new replies.