wcmp_bannersec_start wcmp-theme03

WCMp Core

Resolved
Viewing 15 reply threads
  • Author
    Posts
    • #133180
      l.gan
      Participant

      hello

      What template can I override in my child theme to move wcmp_bannersec_start wcmp-theme03 content above row content-layout-wrapper align-items-start? (as shown in the picture).

      Just waiting for info: I’m using the code to return the old vendor page, so other ways aren’t quite available to me.

    • #133227

      Hi,
      Override dc-woocommerce-multi-vendor/templates/archive_vendor_info.php template by copying it to yourtheme/dc-product-vendor/archive_vendor_info.php

      Regards,

    • #133232
      l.gan
      Participant

      I realized. thank you

      I have a question – what part of the code is responsible for and which one should be moved (wcmp_bannersec_start wcmp-theme03 content above row content-layout-wrapper align-items-start)? Will it work for me if I just move the terms of the code in some places?

      thank you

    • #133292

      Hi,
      Check line no 203.

      If you need any help then please let us know about your requirement and what do you actually want. Also share the page link so we will help you out accordingly.

      Regards,

    • #133298
      l.gan
      Participant
      This reply has been marked as private.
    • #133350

      Hi,
      We can not found this section on our end. Kindly checkout the video – https://gdskavr9sw.vmaker.com/record/W4WGT76nRKTZOr2o

      Seems like this section coming from your theme kindly change default theme and let us know.

      Regards,

    • #133373
      l.gan
      Participant
      This reply has been marked as private.
    • #133397

      HI,
      Kindly share the page link so we will check and let you know.

      Regards,

    • #133403
      l.gan
      Participant
      This reply has been marked as private.
    • #133451
      l.gan
      Participant

      they 2 answered me:

      Staff; “Hello,
      This requires plugin customization. Please contact the plugin support and ask them to move the content on this hook: woodmart_after_header
      If you have any questions please feel free to contact us.”

    • #133457

      Our team will get back to you.
      Kindly provide us some time.

    • #133486

      Hi,

      We don’t have particular theme related support and this hook is from your theme. kindly ask the theme author to add the content as per your requirement.

      Let me know if you need any other help.
      Regards,

    • #133554
      l.gan
      Participant

      Hello,
      thanks for the feedback, and for not throwing me into my problems.

      Please take a look, I asked the theme team and they answered me:
      (As I understand it, they are asking you for some kind of hook related to your wonderful plugin.)

      Woodmaart team: “We need the title function that shows that banner to hook it into another place.”

    • #133601

      Hi,
      Vendor shop page is a taxonomy page. From this page we can find the vendor id and then show all vendor related data.
      If you want to show the vendor banner then you need the vendor id on this page.

      So as per your requirement you have to add custom code.

      if you have the vendor id then use below code :

      global $WCMp;
      $vendor = get_wcmp_vendor($vendor_id); // need vendor id here
      if( $vendor ){
          $image = $vendor->get_image() ? $vendor->get_image() : $WCMp->plugin_url . 'assets/images/WP-stdavatar.png';
      } 
      Copy

      Regards,

    • #133620
      l.gan
      Participant

      will this work for all vendor pages?

      I see that you write that you need to specify the vendor ID, so this fragment is only suitable for one vendor?

      p.s. passed your code to theme support

    • #133674

      Hi,
      If you want the vendor banner on any page then you have add custom code and change our flow or if you want this on our vendor page then you can get the vendor id from this page.

      I recommend you kindly override our vendor shop page as per your requirement.

      To override the vendor shop page override templates/taxonomy-dc_vendor_shop.php template by copying it to yourtheme/dc-product-vendor/taxonomy-dc_vendor_shop.php

      regards,

Viewing 15 reply threads

The topic ‘wcmp_bannersec_start wcmp-theme03’ is closed to new replies.