Joobi

Joomla components

For Bug Report or Feature Request please use the ticket system accessible on the tab Support.
This forum is not monitored by Joobi Team although we might take part in discussion.
The forum is mainly a place for members to share ideas and interact together.

You are not logged in.

#1 21 Nov 2008 04:25:22

Drcoach
New member

Subscribe button layout problem

My apologies if this has already been resolved but I couldn't find it on the forum.  I have just installed ajacoom on my joomla 1.5 site for a client.  It seems great.  However, the subscribe button appears to be too small for the text and reads "subscri" . I know this is a nit picking type thing but it is really bothering my client and I need to fix it.  Any advice on how to do so?

#2 21 Nov 2008 09:25:19

mihha
Moderator

Re: Subscribe button layout problem

Hi,

please I need more info on this subject.

1. which version of Acajoom
2. where does this problematic button shows up, module or Acajoom component or maybe backend

Some screenshots would be useful (zip them and attach to your post)


Please check our 

Sorry. You have to be registered to access this content.

and existing replies before posting on our forum!

Best Regards,
Igor

http://www.usersigs.com/site/./data/media/12/CROATIA.jpg

#3 21 Nov 2008 13:32:40

Drcoach
New member

Re: Subscribe button layout problem

Thanks for your reply, Minha.

This is the free version of Ajacoom.  I still haven't figured out how to do screenshots on Firefox but here is the temporary url:

Sorry. You have to be registered to access this content.

 

You will see it on the left column reading "Register to Receive Updates on Adoption.

I have to leave town for a couple of days so will get your reply late Sunday most likely

#4 21 Nov 2008 15:26:48

Adrien
Administrator

Re: Subscribe button layout problem

It's not the default style for the button subscribe...
That's why the text is not displayed completely.

So your own CSS file changes this button.
Please search for .button (class button) in your CSS files and you should be able to fix it properly...


Please check 

Sorry. You have to be registered to access this content.

and existing replies before posting on our forum!

Best Regards,
Adrien

#5 23 Nov 2008 13:39:43

Drcoach
New member

Re: Subscribe button layout problem

Hi Adrien,

Can you be a bit more specific about which CSS file and which .button?  I looked through template css, and the css for the specific template style.  I tried changing the size on #accessibility .button but that did nothing.  As you can probably tell, I am a newbie so need a bit of extra guidance here.

#6 23 Nov 2008 13:52:40

Adrien
Administrator

Re: Subscribe button layout problem

In your CSS file template_css, you will find :

Code:

.module-clean input.button, ...
.module-hilite7 input.button, .moduletable-hilite7
input.button, ... {
border:0 none;
cursor:pointer;
display:block;
font-size:9px;
font-weight:bold;
height:14px;
line-height:14px;
margin-bottom:10px;
margin-top:10px;
padding:0;
text-align:left;
text-indent:5px;
text-transform:uppercase;
width:62px;
}

If you modify the width from 62px to 100px, you can now see the text until the end...

But you still have a problem with your background image which is not big enough.

And in the file class1.css, you will find the background :

Code:

.module-clean input.button, ...
, .module-hilite7 input.button, .moduletable-hilite7 ... {
background:transparent url(../images/login-button.png)
 no-repeat scroll 0 0;
}

But I think you simply want to change the class extension you added to the Acajoom module (which is actually -hilite7 ) and specify an other one to be able to set your own CSS... So maybe simply edit your Acajoom Module and instead of -hilite7, specify -hilite20 (or anything else) and do your own CSS...


Please check 

Sorry. You have to be registered to access this content.

and existing replies before posting on our forum!

Best Regards,
Adrien

#7 23 Nov 2008 17:14:37

Drcoach
New member

Re: Subscribe button layout problem

Thanks so much for your reply.  I tried the first part of your fix which worked to make the "subscribe" word visible.  However I cannot find class1.css anywhere.  I did a search of all my files and it came up no records found.  can you tell me where to find this?

#8 23 Nov 2008 17:18:26

Adrien
Administrator

Re: Subscribe button layout problem

I mean style1, sorry.

Sorry. You have to be registered to access this content.


Please check 

Sorry. You have to be registered to access this content.

and existing replies before posting on our forum!

Best Regards,
Adrien

#9 23 Nov 2008 17:31:27

Drcoach
New member

Re: Subscribe button layout problem

Hey, just wanted to let you know, I fixed it by going to the png file and widening it in Fireworks.  Thanks again for your help!  It was exactly what I needed to know.:laugh:

Forum Tools