Shape 5

Joomla Club Extensions => Horizontal Accordion v2 - Club => : gbuzzi June 22, 2010, 09:34:33 AM



: Vertical Text does not fit
: gbuzzi June 22, 2010, 09:34:33 AM
Hi  ... please see the following URL:   http://www.rt15duckrace.com/   I have made my custom modules using 911w x 228h for my slide.pngs ... my vertical text does not fit.  :-\  Please tell me what to do to make it fit.  Thank You in advance!  This is my first time using this module and I really like it!


: Re: Vertical Text does not fit
: jonahh June 22, 2010, 12:50:40 PM
Try reinstalling the module, perhaps you made some edits that messed it up


: Re: Vertical Text does not fit
: drewla June 23, 2010, 02:03:32 AM
gbuzzi -

I don't know if this is worth mentioning, but when I was playing around with the template and clicked "RTL Languages" on the main menu of the default design, my labels also behaved as yours are. I reverted to the default, and they returned to normal. I see that you've removed this menu item. Not sure if this is somehow turned on behind the scenes (though if it was, I might have expected other obvious consequences). Otherwise, maybe the style has been somehow set to right-align which I guess is what makes the vertical title shuffle down to that end of the bar. So perhaps find the style and check the CSS.

PS I'm no expert. Only just bought the template. But just a thought.

Drew


: Re: Vertical Text does not fit
: gbuzzi June 24, 2010, 07:46:09 AM
Thanks Drew ... I must be totally blind ... I cannot see where you mean about the RTL Languages.  I looked at the template parameters and the main menu parameters but could not find it.  I removed and reinstalled the module as Jonah suggested and re-uploaded my slide images.  Still, the vertical text does not fit.  Any other ideas ... anybody???  I have not changed anything in the parameters of the module.  My image sizes are 911 x 228.  Thanks for any help anyone can give!! 


: Re: Vertical Text does not fit
: jonahh June 24, 2010, 11:48:39 AM
Would you be able to PM Joomla login access to your site so I can take a look?


: Re: Vertical Text does not fit
: aussiemike June 24, 2010, 05:42:24 PM
Same problem here. Tried editing the templateDetails.xml file to change the rtl css to ltr but no change. Really just putting this here so I am notified when the excellent support staff have responded (flattery will get you everything) ;-)

EDIT: That would notwork anyway because there is no css for ltr  ::). Perhaps they are missing?


: Re: Vertical Text does not fit
: jonahh June 25, 2010, 12:19:43 PM
Hello,

In your accordion menu css file under the modules folders of your Joomla install open this up and look for:

.s5_hor_acc_title_wrap {
   width:39px;
   overflow:hidden;
   font-size:11pt;
   font-weight:normal;
   padding-top:28px;
   font-family:Lucida Sans Unicode;
   direction:ltr;
   text-align:center;
}

Change the direction from ltr to rtl and vice versa until it works.


: Re: Vertical Text does not fit
: gbuzzi June 27, 2010, 08:50:05 AM
That fixed it!  Thanks so very much! :D


: Re: Vertical Text does not fit
: flavio schiavo February 06, 2011, 11:56:15 AM
sorry for my question, why  font-size:11pt; (11px;)?
thanks