Missing thumbnails & gk3 photoslide problem

GK User
Wed Mar 14, 2012 4:33 pm
Hey guys listen im a bit of a noob when it comes to joomla so hope you guys can help me out.
Im using gavicks black and white template on joomla 1.5 and mosets hot property When i try to display my featured properties on the front page the details appear but the thumbnail image doesn't , but if i change to any of the default joomla template the thumb appears. Another problem i have encounted is with the gk3 photoslide module, i have used all the same settings and images for testing and the the slider is nudged to the right and overlaps the right hand side border even if i change the width of the module it still does not align, would like it to appear like the demo site.
Would greatly appreciate you help.
User avatar
Fresh Boarder

teitbite
Tue Mar 20, 2012 7:12 am
Hi

Please show me Your site.
User avatar
Moderator

teitbite
Wed Mar 21, 2012 9:00 am
Hi

For Image Show You can add this code to remove padding around slider:

Code: Select all
#gk-header .moduletable_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none !important;
    padding: 0;
}


to fix thumbs visibility please use this code:

Code: Select all
li.property h2.contentheading {
    overflow: visible;
}
User avatar
Moderator

GK User
Wed Mar 21, 2012 10:02 am
Hi - Thanks for helping out. However am still confused - which files do I need to access in order to alter the css. Sorry for being such a newbie. I appreciate you assistance.
User avatar
Fresh Boarder

teitbite
Wed Mar 21, 2012 10:38 am
Hi

Try add it to override.css file. But please remember to allow using of this file in template settings.
User avatar
Moderator

GK User
Wed Mar 21, 2012 10:45 am
Working great now thanks so much for all your help.
User avatar
Fresh Boarder

teitbite
Wed Mar 21, 2012 11:12 am
Hi

No problem. Glad I could help.
User avatar
Moderator


cron