Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eMember » WP eMember General Questions

How to edit the not logged in message

(4 posts) (3 voices)
  • Started 4 months ago by SailorBill
  • Latest reply from SailorBill
  • Possible Solutions (Related Topics):
    1. How to edit the "Login" and "Join Today!" Message
    2. An error message when editing the General Settings -> Aff Center Index Page Opti
    3. Edit Membership Login Widget (Once user is logged in)
    4. Error message on editing profile - updated plugin
    5. Error message in "Add/Edit Products" related to Thumbnail Image URL

Tags:

  • join today
  • login
  • thanks
  1. SailorBill
    Member

    Where do I go to add a space between the sentences in the message that says:

    > Please Login to view this Content.(Not a member? Join Today!)

    Also when people click the javascript link for "Login", the pop-up window more often than not on my machines shows up below the fold, of several scrolls down from the current browser view. Anything I can change to move that up into the current view?

    Thanks!

    Posted 4 months ago #
  2. Peter
    Moderator

    Hi,
    Regarding the space in the message - this post will help you do that:
    http://www.tipsandtricks-hq.com/forum/topic/wp-emember-login-text

    Regarding the placement of the popup, you can use to firebug or something similar to find out which element you need to modify. I had a brief look at your site and noticed that something is setting the following which determines your popup position:

    element.style {
    display: block;
    left: 533px;
    top: 363.9px;
    }

    You can override the above by entering the following in the eMember_custom_style.css file:


    #signin_menu {
    left: 33px !important;
    top: 63.9px !important;
    }

    I used some arbitrary values above but you can simply vary the left and top values to suit your needs.

    Posted 4 months ago #
  3. admin
    Key Master

    You can also use the customize text option explained here to customize this:
    http://www.tipsandtricks-hq.com/forum/topic/how-to-customize-various-textmessages-displayed-by-the-plugin

    Open the corresponding language file and search for the following line of code:

    define("EMEMBER_TO_VIEW_CONTENT", "to view this Content.");

    When you find it change it to the following which should add the space you want:

    define("EMEMBER_TO_VIEW_CONTENT", "to view this Content. ");

    I will make this change in the plugin's code too.

    This post also has some helpful info on this topic:
    http://www.tipsandtricks-hq.com/forum/topic/adding-custom-html-to-the-message-displayed-on-protected-content

    Posted 4 months ago #
  4. SailorBill
    Member

    Thanks!

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin