Couple of errors i am having.

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Tue Sep 07, 2010 11:07 pm
www.ukrapmusic.com

I can't increase the size of the gk image slide pictures on the main homepage to 640 x 360 pixels like the demo it seems to be stuck on 600x300

On http://www.ukrapmusic.com/scene/news
the news category blog, the pagination for the blog at the bottom is corrupted it runs out of the main box

In the community section (jomsocial) the template seems to be corrupt, the user 1, 2, 3 etc and bottom 1, 2, 3, etc module positions seem to be overflowing and are not lining up properly like in the other section

On the search results page the radio options and the tick boxes aren't inline so it all looks very messy

Can u help me rectify these problems?

Thank you
User avatar
Senior Boarder

GK User
Wed Sep 08, 2010 1:43 am
4Site wrote:

I can't increase the size of the gk image slide pictures on the main homepage to 640 x 360 pixels like the demo it seems to be stuck on 600x300


Please try enable "stretch" option on each slide.
On http://www.ukrapmusic.com/scene/news
the news category blog, the pagination for the blog at the bottom is corrupted it runs out of the main box


Try adding this fragment on joomla.css file:

Code: Select all
ul.pagination {width:auto!important}
ul.pagination li {display:inline-block!important}


In the community section (jomsocial) the template seems to be corrupt, the user 1, 2, 3 etc and bottom 1, 2, 3, etc module positions seem to be overflowing and are not lining up properly like in the other section

Try adding this code on template.css file:

Code: Select all

#gk-usersl2 .gk-box.column,#gk-botsl2 .gk-box.column{float:right!important}

User avatar
Platinum Boarder

GK User
Wed Sep 08, 2010 6:38 am
I did the slide option it didnt seem to have any effect,

to test I addded into gk_stuff.css

Code: Select all
.gk_is_preloader div { position:absolute; z-index:999; width:640px; height:360px; }
.gk_is_slide { position:absolute; width:640px; height:360px; }
.gk_is_image { position:absolute; width:640px; height:360px!important; }


but no matter what the height will not change to 360px from 300px?



the pagination seemed to work, but because of the amount of pages the next end and >> links seem to overflow to the next line instead of being in-line, this isn't a problem but maybe i could reduce the max amount of pages being shown?



the fix for the community page fixed the module positions but they were running in the wrong order so i changed this

Code: Select all
.gk-box.column{float:left!important;}


instead of "float:right" and i added the semicolon u forgot to add ;) but the module suffix red looks corrupted and the module position paddings isn't working they seem to be almost overlapping?
User avatar
Senior Boarder

teitbite
Wed Sep 08, 2010 11:18 pm
Hi

For pagination problem: You can always make the buttons smaller changing the padding fot them:

Code: Select all
ul.pagination li span, ul.pagination a {
padding:0;
}


at http://www.ukrapmusic.com/templates/gk_ ... joomla.css
User avatar
Moderator

GK User
Thu Sep 09, 2010 12:04 am
teitbite wrote:
Hi

For pagination problem: You can always make the buttons smaller changing the padding fot them:

Code: Select all
ul.pagination li span, ul.pagination a {
padding:0;
}


at http://www.ukrapmusic.com/templates/gk_ ... joomla.css



worked perfectly thanks :D
User avatar
Senior Boarder

GK User
Sat Sep 11, 2010 8:22 am
4Site wrote:
www.ukrapmusic.com

I can't increase the size of the gk image slide pictures on the main homepage to 640 x 360 pixels like the demo it seems to be stuck on 600x300


On the search results page the radio options and the tick boxes aren't inline so it all looks very messy


I'm having these issues still, is there anyway to fix these?

thank you once again
User avatar
Senior Boarder


cron