Forum Replies Created
-
AuthorPosts
-
October 11, 2010 at 10:31 am in reply to: Change Default Look/Dimensions of eMember Login WIdget #17902fabramsMember
(1) Where do I change the font, font color, font size and background for the “Member Login” at the top of the login form? I went into the eMember_style.css and I see how to change the other elements in the form but not the top type that says “Member Login”. see screenshot here [http://www.opportunitytrainingcourse.com/screenshot.jpg] Also
(2) Is this the same for “Affiliate Login” on Affiliate plugin? and…
(3) Why are there two .css files in the directories – when trying to make the changes I noticed the file in the sub-folder called css was the file that effected the changes?
fabramsMemberThanks got the email & I uploaded.
Question…Do I have the up to date proper versions of the following:
WP eStore 3.9.9
WP Affiliate 4.1.5
WP PDF Stamper 1.4
fabramsMemberI’m using v5.4.5
Plesae see this pic there is no zipcode in the Registration form
http://www.opportunitytrainingcourse.com/art/nozipcode.jpg
Can you give me a step by step to add the postal code field to the [wp_eMember_registration_form:end] including checking the database to see if it is adding postal code data.
fabramsMemberWhen I display this in page…
[wp_eMember_registration_form:end]
There is no postal code field.
I want people to add postal code when they register. So I went through some of the php files. I added the code as above in those two files but it doesn’t display and I don’t know if it is storing it in a database. Can you give me a step by step to add the postal code field to the [wp_eMember_registration_form:end] including checking the database. Many Thanks!
fabramsMemberWhich php files need changing to add a field and make sure the database adds a column. So far I have added this and it doesn’t show on the registration page:
—-
wp-eMember/reg_member_view.php
—-
<tr>
<td>Postal Code*: </td>
<td><input type=”text” name=”apostalcode” size=20 value=”<?=$_POST?>” class=”required”></td>
</tr>
—-
wp-eMember/eMember_installer.php
in 2 places
—-
postal_code varchar(64) NOT NULL,
fabramsMemberCan I have a license key so I can activate the plugin – Thanks
This is the message I get inside wordpress:
WP PDF Stamper is almost ready. You must provide a valid License key here to fully activate it.
-
AuthorPosts