11
astonstreet
Re: Regarding phpkaox text alignment

I have never used that theme.. but

where is the text centralized? if its the XOOPS contents then you may want to look at #centrecolumn #content maybe the .item classes ummmm? would help if knew what was centered and what wasnt..



12
astonstreet
Re: New Genealogy-Helper Site

interesting stuff... I have recently been researching my own family history here in Australia. Good Luck with site!



13
astonstreet
Re: Help! Shrinking Side Table!

The columns will always be compressed if content elsewhere tries to stretch the page outside of its margins.. ie:browser window.. its not really an error. To stop a table being compressed like that, you need something in it that is as wide as the column and cant be broken to next line. thats where an "invisible" image is good



14
astonstreet
Re: Help! Shrinking Side Table!

This is easy to fix...... just place a 1x1 pixel transparent gif in the left and right columns of your theme file... then set the width of the 1pixel gif to 160 pixels.... this will stop the left and right columns from being "compressed"

ie:

<img src="<{$xoops_imageurl}>1px.gif" width="160px" height="1px" alt="" />


you may need to allow for padding on the left and right columns, so if you have 5px padding, then image width would be 150pixels

edited code



15
astonstreet
Re: testing theme ...

Looks great in Opera 7 as well.



16
astonstreet
Re: Theme changes crap out the site..

Are you sure you uploaded the right folder?

When themes are zipped, there is often an extra directory made... you must be sure that the directory containing the theme files is the one you upload.

This may be an obvious question, but it would explain a blank page after uploading a theme.



17
astonstreet
Re: Logos and Links

<{$Xoops_url}> is smarty code... it points to the root directory of your site. I dont quite understand what you want to link to in your menu, but you can use that smarty code in your links. ie: <{$xoops_url}>directory/page.html will make a linkhttp://www.yourxoopssite.com/directory/page.html.

I arent sure if thats what you didnt understand or if I explained it bad... hope it helps.



18
astonstreet
Re: Embed a flash logo in theme

Wow, thanks for pointing that out... was only In I.E... I was trying a php script in theme and it was stopping page from loading in I.E :S



19
astonstreet
Re: Embed a flash logo in theme

Are you absolutely positive that it is pointing to the .swf?

<param name="movie" value="????/logo.swf">


Thats first thing I would make sure of.

If its in your theme folder I would just use:

<{$xoops_imageurl}>/logo.swf



20
astonstreet
Re: any suggestions are welcome.

I really like it... nice work




TopTop
« 1 (2) 3 4 »



Login

Who's Online

111 user(s) are online (50 user(s) are browsing Support Forums)


Members: 0


Guests: 111


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits