BuddyBoss Home – Web Support Forums Themes Boss. theme WC Vendors Login conflict

Viewing 15 posts - 1 through 15 (of 21 total)
  • Question

    #56219
    @lorette

    Hi there,

    I recently switched from Marketica to Boss at the recommendation of WC Vendors. I am finding a conflict with the WC Vendors Pro “Become a Vendor” login and the Boss login/registration.

    I contacted WC Vendors and they said I should ask you to override the /wp-login.php. I am looking forward to your new Etsy styled release…

    Thank you for your help.

    Lorette
    http://fairfindz.com/

    Answers

    #56323

    Anonymous
    @

    Hi @lorette, Boss Theme use default BuddyPress registration but it also allows additional registration page and login pages.
    Please explain little bit about the conflict, i hope it should be registration link which open BP registration by default.
    Regards

    #56324

    Anonymous
    @

    If you need to change the registration link on the top with http://fairfindz.com/my-account/, you will need to edit the header.php inside the child theme and replace /register with /my-account/

    Regards

    #56350
    @lorette

    Varun,

    Thank you for your response. Were can I find the .php coding? I have looked through all of the settings in my dashboard and can’t find it.

    Thank you,

    Lorette

    PS How different will your new “Etsy” style theme be from Boss and when do you expect to release it?

    #56390

    Anonymous
    @

    Hi @lorette, Please edits the file through FTP. in the left-panel.php under child theme..please follow the path to edit this file and replace /register with /my-account/

    “boss-child/template-parts/left-panel.php”

    Regards

    #56414
    @lorette

    Thanks but I am having trouble locating the file to change. Here is a screen shot of how far I got. Could you direct me further? Sorry, I don’t have a coding background…

    Thank you for your help,

    Lorette

    #56424

    Anonymous
    @

    Hi @lorette

    Please copy left-panel.php
    you can get this file inside boss theme

    boss/template-parts/left-panel.php

    Paste this files inside Boss child theme

    boss-child/template-parts/left-panel.php

    you will need to create template-parts folder inside boss-child as this folder do not exist by default

    We are using this apprach apprach to preserve boss theme files, we do not edit parent theme ,else after theme update your edits inside the parent theme will be lost.
    To keep all edits safe we do them inside child theme

    Regards

    #56447
    @lorette

    Thanks for your reply.
    I have been trying to figure out your instructions but have not had success. How do you create a template-parts folder using FileZilla? I am at a loss on how to proceed.

    Thanks for your help,
    Lorette

    #56482

    Anonymous
    @

    Hi @lorette, Please send you login details along with Ftp from our contact page, we will make those edits
    Regards
    Varun Dubey

    #56495
    @lorette

    Thanks Varun,

    Fair Findz is a multi-vendor marketplace and an Event Directory. What I am trying to accomplish is replacing the BuddyPress Registration button in the title bar with a Registration button that links to WC Vendor Pro’s Vendor Dashboard Registration/Login. I would like the button to say Register. If possible I would like to keep the Login button as it currently is as it seems to work as a login for the vendors as well.

    Lorette

    #56574

    Anonymous
    @

    Hi @lorette,
    I have modified both the links register and login with my-account page, as it have both of login.register forms
    Regards
    Varun Dubey

    #57881
    @bryceevans

    I have the same issue and I’ve tried making the edit in my header.php or left-panel.php in the child theme, but can’t find where to make the edit (do not see /register anywhere).

    I want the Register button to direct to /membership-sign-up so that potential new users see the sales page and from their they have the option to choose the free membership and go to /register.

    #57927

    Anonymous
    @

    Hi @bryceevans, In left-panel.php edit the line 35:

    
    <a href="<?php echo bp_get_signup_page(); ?>" class="register-link screen-reader-shortcut"><?php _e( 'Register', 'boss' ); ?></a>
    
    with this:
    
    <a href="http://yoururl.com" class="register-link screen-reader-shortcut"><?php _e( 'Register', 'boss' ); ?></a>
    

    Regards

    #57936
    @bryceevans

    @pallavi – I tried that and it still seems to be going to /register

    I am using s2Member as well, may that be affecting it?

    #58066

    Anonymous
    @

    Hi @bryceevans, Please send your website details through mail at [email protected] I will check that.

    Regards

Viewing 15 posts - 1 through 15 (of 21 total)
  • The question ‘WC Vendors Login conflict’ is closed to new replies.