Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-11T14:49:45-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15501 2011-10-11T14:49:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=46608#p46608 <![CDATA[Re: Title of img displays right on the img!]]>
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. :)

Statistics: Posted by Cristián Lávaque — October 11th, 2011, 2:49 pm


]]>
2011-10-11T12:36:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45357#p45357 <![CDATA[Re: Title of img displays right on the img!]]> 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.

Statistics: Posted by Eduan — October 11th, 2011, 12:36 pm


]]>
2011-10-11T12:17:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45348#p45348 <![CDATA[Re: Title of img displays right on the img!]]> Statistics: Posted by vdsleo — October 11th, 2011, 12:17 pm


]]>
2011-10-11T12:07:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45346#p45346 <![CDATA[Re: Title of img displays right on the img!]]> 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.

Statistics: Posted by Eduan — October 11th, 2011, 12:07 pm


]]>
2011-10-11T11:50:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45345#p45345 <![CDATA[Re: Title of img displays right on the img!]]> Statistics: Posted by vdsleo — October 11th, 2011, 11:50 am


]]>
2011-10-11T11:37:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45344#p45344 <![CDATA[Re: Title of img displays right on the img!]]> Just use Firebug to find that line of code and edit it and that's it!

Hope this solves your problem.

Statistics: Posted by Eduan — October 11th, 2011, 11:37 am


]]>
2011-10-11T11:16:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45343#p45343 <![CDATA[Re: Title of img displays right on the img!]]> Statistics: Posted by vdsleo — October 11th, 2011, 11:16 am


]]>
2011-10-11T11:08:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45342#p45342 <![CDATA[Re: Title of img displays right on the img!]]>
Code:
<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:
<a href="http://lab1127.labclient.com" title="Miami Micro Data Inc."></a>

Statistics: Posted by Eduan — October 11th, 2011, 11:08 am


]]>
2011-10-11T11:03:38-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45341#p45341 <![CDATA[Re: Title of img displays right on the img!]]> Statistics: Posted by vdsleo — October 11th, 2011, 11:03 am


]]>
2011-10-11T10:59:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45340#p45340 <![CDATA[Re: Title of img displays right on the img!]]> out of the image or you want it not to appear at all?

Statistics: Posted by Eduan — October 11th, 2011, 10:59 am


]]>
2011-10-11T10:56:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45339#p45339 <![CDATA[Re: Title of img displays right on the img!]]> Statistics: Posted by vdsleo — October 11th, 2011, 10:56 am


]]>
2011-10-11T10:54:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45338#p45338 <![CDATA[Re: Title of img displays right on the img!]]> title="Miami Micro Data Inc."? Or is it indispensable?

Statistics: Posted by Eduan — October 11th, 2011, 10:54 am


]]>
2011-10-11T10:47:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15501&p=45336#p45336 <![CDATA[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.

Statistics: Posted by vdsleo — October 11th, 2011, 10:47 am


]]>