- This topic has 1 reply, 2 voices, and was last updated 14 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Edit HTML for eMember
I am trying to edit outputted HTML – but can not find the code in any of the included files.
For example, on this page – http://www.philipjoncas.com/jobs/hoc/members-area/ – I wanted to remove the “Join Us” text that is below the “Forgot Password” link. I was able to do so within the Eng Lang File – but I can not remove the carrot (>>). Where is that code located?
Thanks
Phil
The login widget shows a link to your “Join Us” page if you have specified a “Join Us” page URL in the “Pages Settings” menu. It’s a good thing to have a link to the “Join Us” page… any particular reason why you don’t want this?
Here is the file that you need to modify to take the “Join Us” link out from the login widget.
Find the following code in “eMember_misc_functions.php” file and remove it:
<tr>
<td colspan="2">» <a id="register" class="register_link" href="<?php echo $join_url; ?>"><?php echo EMEMBER_JOIN_US;?></a></td>
</tr>