Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

hello help me

WCMp Advanced Frontend Manager

Resolved
Viewing 31 reply threads
  • Author
    Posts
    • #121164
      kevajo
      Participant

      I want to remove the header from the vendor store and also remove it from protuits and policies.
      Thank you

    • #121201

      @kevajo, in order to remove these section add this css in the style.css of your active theme :

      .wcmp-tab-header {
      display: none;
      }
      Copy
      .wcmp_bannersec_start.wcmp-theme02 {
      display: none;
      }
      Copy
    • #121206
      kevajo
      Participant

      I did it but it doesn’t work

    • #121215

      @kevajo, please share a temporary admin and vendor access so we can check.
      While sharing the access don’t forget to mark the response as private.

    • #121238
      kevajo
      Participant
      This reply has been marked as private.
    • #121276
      This reply has been marked as private.
    • #121280
      kevajo
      Participant
      This reply has been marked as private.
    • #121295
      kevajo
      Participant

      You can create the test store.
      We want to track the entire marketplace in French but we note that several words still remain in English.
      How to translate all the texts in French.

    • #121348

      Hi,
      We have added below code on on function.php, Kindly Check this –

      Please add this code in the function.php of the current active theme :

      add_action('wp_head', 'add_custom_css');
      function add_custom_css(){
          ?>
          <style>
          .wcmp-tab-header {
          display: none;
          }
          .wcmp_bannersec_start.wcmp-theme02 {
          display: none;
          }
          </style>
          <?php
      }
      Copy

      If you facing any issue then kindly share us a staging site access and FTP where we can check this.
      Regards,

    • #121376
      kevajo
      Participant
      This reply has been marked as private.
    • #121385
      kevajo
      Participant
      This reply has been marked as private.
    • #121421

      @kevajo, you can choose the desired template from WCMp settings: https://www.awesomescreenshot.com/image/8095288?key=97ef16113fff044b69bae42a02deb9f4

      Now, are you looking to add a sidebar? If yes then enable the sidebar for your site and add widgets under “WCMp Sidebar” only:
      https://www.awesomescreenshot.com/image/8095326
      https://www.awesomescreenshot.com/image/8095344

      Our team will check the banner removal on your site.

    • #121423
      kevajo
      Participant

      We want to remove the header from the seller’s store

    • #121445
      kevajo
      Participant
      This reply has been marked as private.
    • #121472
      This reply has been marked as private.
    • #121671
      kevajo
      Participant
      This reply has been marked as private.
    • #121675
      This reply has been marked as private.
    • #121857
      kevajo
      Participant

      How I can translate the whole seller dashboard, because several word groups are in English, I want to translate this into French, I used the locco translate plugin but I see that several words are not found in the file, I also ask which file I have to translate with you have several plugins.
      Thank you

    • #121874

      @kevajo, you just need to follow this documentation to translate the dashboard : https://multivendorx.com/knowledgebase/wcmp-translation-guide/

    • #122699
      kevajo
      Participant

      Hello
      The date that is not displayed in the commissions is not due to a plugin but rather from the translation file, we have deactivated all the plugins and changed the language to English but the problem persists, so I checked the file translation and I noticed that the problem came from there.
      Please give us the default words in the translation.
      Here is the text displayed instead of the date: %B %e, %Y @ %I:%M %p

    • #122734

      kevajo, let me check with the team, what will be the correct string for commission page.

    • #122768
      kevajo
      Participant

      okay

    • #122843

      @kevajo, the string is Commission – %s

    • #122866
      kevajo
      Participant

      I do not understand your answer, I replace:%B %e, %Y @ %I:%M %p by %s?

    • #122908

      @kevajo, Oh sorry.
      In that case, the date format can’t be changed using string. Becasue this format comes from WordPress and this can only be changed via their settings.

      However, if you want to change this we will add a filter in our next update. Using this filter you can add your changes.

    • #122909
      kevajo
      Participant

      We are unable to have the commission dates in the list of commissions

    • #122947

      Kevajo, please remove the translation from here: https://scrgrb.in/y-l and check again.

      If the issue still there please share temporary admin access of the staging site so we can check.

    • #122952
      kevajo
      Participant

      It’s always the same

    • #122976

      kevajo, in that case, please do share temporary admin and ftp access so we can check.

    • #122977
      kevajo
      Participant
      This reply has been marked as private.
    • #123028
      This reply has been marked as private.
    • #126219

      Hi, we haven’t heard back from you for a while. We presume this issue has been fixed.

      Please open another thread if you need any further help

Viewing 31 reply threads

The topic ‘hello help me’ is closed to new replies.