"Sign in/Join" Link on Top Menu

Posted in: Newsmag
Post count: 184

Hello again.

I’d like to know how do I change the “Sign in/Join” link on the top menu to link it instead to wp-login.php.
I’m using WP social login and don’t want to show the modal window.

I would like to also know how to implement this code for WP Social Login:
<?php do_action( 'wordpress_social_login' ); ?>

to the modal window just in case I want to use it.

Post count: 184

How do I also change the target link to in the mobile menu?

Post count: 6535

Hi

To remove the modal window from login widget you have to edit top-menu.php and remove these classes: http://screencast.com/t/6pUOPlwTz5q Note that our login system was intent to work only with modal window abd if you remove it then there will be needed other adjustments.
We did not tested wordpress social login plugin with thew theme and we’re ot aware of its functionality in order to provide an answer.
The mobile menu have the same structure as desktop menu and link target can’t be changed easily. Basically you have to register a new menu and set a custom html structure for it then use it only for mobile.
This is a complex task which require lots of customiztions and tests in order to be achieved. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.