Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi Mark, do you also have any plugins add-ons added? Check the functions.php file of your theme to see if there are any entries for this plugins.

    Thread Starter benchmarkgraphics

    (@benchmarkgraphics)

    Hello, there are add-ons, but even if they are disabled I still can’t control the menu login button destination. I have also looked through the function.php file, but can’t find any clues. I can PM the login details if you would like to take a look?

    Thanks,
    Mark

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, when you say you added a few membership levels. Are they free or paid levels?

    Thread Starter benchmarkgraphics

    (@benchmarkgraphics)

    All free membership levels

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, please read the following documentation.

    Thank you

    Thread Starter benchmarkgraphics

    (@benchmarkgraphics)

    Hi, read through the documentation. It doesn’t mentioned the menu login button.

    Any other ideas?

    Thanks,
    Mark

    I believe you send the user to whichever page you created which has the the generated shortcode you added to it.

    Plugin Support mbrsolution

    (@mbrsolution)

    @benchmarkgraphics, looking closely at your Join us page it looks like you are using the Form Builder add-on? Is that correct?

    The Join Us button is pointing to the following page [http://www.improveasy.com/membership-join/] but is redirected to [http://www.improveasy.com/membership-join-2/]. Look at your Pages and find out why it is redirected to the membership-join-2 page.

    The URL I shared above shows you how to add many free membership levels to your site. Now let me see if I understand correctly what you are trying to do. You want lets say 4 different Free membership levels sign up, correct? And when one registers to lets say membership level advance you want them to be redirected to what ever that level offers, is that correct?

    If the above statement is correct then what you need is the following plugin simple-membership-after-login-redirection. This will redirect any member to their corresponding levels page.

    What you have to do now is to create a page which offers all the different membership levels sign ups. Because at present when I click on Join Us button it only takes me to one registration page. I don’t see any option to select a different membership level page. To further understand the Join Us button please check the following URL wordpress-simple-membership-join-us-page.

    Let me know if the above helps you.

    Regards

    Thread Starter benchmarkgraphics

    (@benchmarkgraphics)

    Hello,

    Yes the site does use Form Builder Add-on. I’m aware of how to add membership levels and application forms, but this doesn’t answer my question. Maybe I am not being clear enough. The link to the screen shot below, shows the menu button I am talking about. I just want to know how to control where this points to:

    http://awesomescreenshot.com/048665s961

    I don’t need to know how to create Join us pages, I don’t need to know how to create additional members, or membership pages, I only need to know how to control this menu item. perhaps even disabling it, if it is not possible to change.

    Thank you.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, thank you for clarifying further your issue. This plugin does not control customize menus. Who ever was managing the site prior to you added a custom top level menu on the header. You will have to find out how the menu on the header was created and what link was added to point to the login blue button.

    Looking at the source code I see the following menu structure.

    <nav>
            <div class="primary_nav"><ul id="menu-menu-1" class="menu"><li id="menu-item-137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="http://www.improveasy.com/consumer/">Consumer</a></li><li id="menu-item-168" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-168"><a href="http://www.improveasy.com/membership-join-2/">Installer</a>
    <ul class="sub-menu">
    	<li id="menu-item-138" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-138"><a href="http://www.improveasy.com/installer-login/">Installer Login</a></li>	<li id="menu-item-139" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-139"><a href="http://www.improveasy.com/installer-gdar/">GDAR Request Form</a></li>	<li id="menu-item-140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-140"><a href="http://www.improveasy.com/installer-quote/">The Quote Creator</a></li></ul>
    </li><li id="menu-item-136" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-136"><a href="http://www.improveasy.com/assessor/">Assessor</a></li><li id="menu-item-423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-423"><a href="http://www.improveasy.com/introducer/">Introducer</a>
    <ul class="sub-menu">
    	<li id="menu-item-424" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-424"><a href="http://www.improveasy.com/introducer-login/">Introducer Login</a></li>	<li id="menu-item-425" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-425"><a href="http://www.improveasy.com/finance-calculator/">Finance Calculator</a></li></ul>
    </li><li id="menu-item-428" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-428"><a href="http://www.improveasy.com/appointed-representative/">Appointed Representative</a>
    <ul class="sub-menu">
    	<li id="menu-item-434" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-434"><a href="http://www.improveasy.com/appointed-representative-login/">AR Login</a></li>	<li id="menu-item-433" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-433"><a href="http://www.improveasy.com/appointed-representative-finance-calculator/">AR Finance Calculator</a></li></ul>
    </li><li id="menu-item-271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-271"><a href="http://www.improveasy.com/financeapp/">Finance</a></li></ul></div>                <a class="button2 small blue login" href="/installer-login" target="_self">login</a>
    			</nav>

    The following code is what you have to delete from your menu to delete the login blue button.

    <a class="button2 small blue login" href="/installer-login" target="_self">login</a>

    Let me know if you need more help.

    Regards

    Thread Starter benchmarkgraphics

    (@benchmarkgraphics)

    Hi,

    Thanks for all your help. I managed to find the offending code in the header.php file. As you rightly pointed out it had been set as href=”/installer-login”.

    Thanks again.

    Plugin Support mbrsolution

    (@mbrsolution)

    You are most welcome πŸ™‚

    Can you mark this support thread as resolved.

    Thank you

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Login menu item’ is closed to new replies.