PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

Title of img displays right on the img!

s2Member Plugin. A Membership plugin for WordPress®.

Title of img displays right on the img!

Postby vdsleo » October 11th, 2011, 10:47 am

Title of img displays right on the img!

here is a sample
http://lab1127.labclient.com/wp-login.p ... n=register

you can see the image has the text right ontop of the image, overlapping it.

<a href="http://lab1127.labclient.com" title="Miami Micro Data Inc.">Miami Micro Data Inc.</a> is the HTML

I wanted to remove the link name.
User avatar
vdsleo
Registered User
Registered User
 
Posts: 6
Joined: October 11, 2011

Re: Title of img displays right on the img!

Postby Eduan » October 11th, 2011, 10:54 am

Have you tried removing the title="Miami Micro Data Inc."? Or is it indispensable?
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Title of img displays right on the img!

Postby vdsleo » October 11th, 2011, 10:56 am

thanks for your reply, i have done this however no matter what i put in there, it does not change!
User avatar
vdsleo
Registered User
Registered User
 
Posts: 6
Joined: October 11, 2011

Re: Title of img displays right on the img!

Postby Eduan » October 11th, 2011, 10:59 am

Do you want it to appear out of the image or you want it not to appear at all?
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Title of img displays right on the img!

Postby vdsleo » October 11th, 2011, 11:03 am

not at all!
User avatar
vdsleo
Registered User
Registered User
 
Posts: 6
Joined: October 11, 2011

Re: Title of img displays right on the img!

Postby Eduan » October 11th, 2011, 11:08 am

Your code is:
Code: Select all
<a href="http://lab1127.labclient.com" title="Miami Micro Data Inc.">Miami Micro Data Inc.</a>

If you want the link text not to appear why don't you do this?:
Code: Select all
<a href="http://lab1127.labclient.com" title="Miami Micro Data Inc."></a>
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Title of img displays right on the img!

Postby vdsleo » October 11th, 2011, 11:16 am

yes, but i dont know where to edit that line!
User avatar
vdsleo
Registered User
Registered User
 
Posts: 6
Joined: October 11, 2011

Re: Title of img displays right on the img!

Postby Eduan » October 11th, 2011, 11:37 am

I believe the line is the number 72.
Just use Firebug to find that line of code and edit it and that's it!

Hope this solves your problem.
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Title of img displays right on the img!

Postby vdsleo » October 11th, 2011, 11:50 am

edit that line of the code where?? what file?
User avatar
vdsleo
Registered User
Registered User
 
Posts: 6
Joined: October 11, 2011

Re: Title of img displays right on the img!

Postby Eduan » October 11th, 2011, 12:07 pm

1. Install Firebug.
2. Go to the registration page and open Firebug.
3. Look for line 72 or look for your code (<a href="http://lab1127.labclient.com" title="Miami Micro Data Inc.">Miami Micro Data Inc.</a>).

4. Change from:
<a href="http://lab1127.labclient.com" title="Miami Micro Data Inc.">Miami Micro Data Inc.</a>
to:
<a href="http://lab1127.labclient.com" title="Miami Micro Data Inc."></a>.

Hope this helps.
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Title of img displays right on the img!

Postby vdsleo » October 11th, 2011, 12:17 pm

Yes, i am able to do that, and it does disappear, but i must make changes to WordPress in order for this to apply! what do i do in wordpress to change that line?
User avatar
vdsleo
Registered User
Registered User
 
Posts: 6
Joined: October 11, 2011

Re: Title of img displays right on the img!

Postby Eduan » October 11th, 2011, 12:36 pm

Locate in your WordPress folder the register page and edit that file either with a or b:
a) Open the file with your browser and edit it with Firebug.
b) Open the file with a text editor and edit it directly.

Since you say a doesn't work then try b.
After you do one of the two refresh your registration page and see if it worked.
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Title of img displays right on the img!

Postby Cristián Lávaque » October 11th, 2011, 2:49 pm

The title text will be displayed below your pointer, so if you place the pointer higher in the linked image, the title will be over the image, but if you place it near the bottom the title will end below the image.

s2Member makes it simple to edit the title, though. WP Admin -> s2Member -> General Options -> Login/Registration Design -> Logo Image Title Attribute

I hope this helps. :)
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010


Return to s2Member Plugin

Who is online

Users browsing this forum: Yahoo [Bot] and 1 guest

cron