Page 1 of 1
Title of img displays right on the img!
Posted:
October 11th, 2011, 10:47 am
by vdsleo
Title of img displays right on the img!
here is a sample
http://lab1127.labclient.com/wp-login.p ... n=registeryou 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.
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 10:54 am
by Eduan
Have you tried removing the title="Miami Micro Data Inc."? Or is it indispensable?
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 10:56 am
by vdsleo
thanks for your reply, i have done this however no matter what i put in there, it does not change!
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 10:59 am
by Eduan
Do you want it to appear out of the image or you want it not to appear at all?
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 11:03 am
by vdsleo
not at all!
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 11:08 am
by Eduan
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>
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 11:16 am
by vdsleo
yes, but i dont know where to edit that line!
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 11:37 am
by Eduan
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.
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 11:50 am
by vdsleo
edit that line of the code where?? what file?
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 12:07 pm
by Eduan
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.
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 12:17 pm
by vdsleo
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?
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 12:36 pm
by Eduan
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.
Re: Title of img displays right on the img!
Posted:
October 11th, 2011, 2:49 pm
by Cristián Lávaque
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 AttributeI hope this helps.