Several bugs ...

GK User
Mon May 02, 2011 6:07 pm
Hi, lately i encounter several bugs in our Sporter template.

1. A little layout bug inside main menu (dropline) for a particular component. I talked with the component's support and they told me that this must be template related because the component make use of the site css and doesn't modify anything. (the component is Reverse Auction Factory)

menu_conflict.jpg



2. "JFile:Read:Unable to open file ....... /gk_typography.css" (on serveral component pages)

add_auction_error.jpg




3. Messed up calendar layout on front end (not on backend)

calendar_error.jpg
User avatar
Junior Boarder

GK User
Mon May 02, 2011 6:53 pm
Please show us your website.
This way it's pretty difficult to help.
User avatar
Platinum Boarder

GK User
Mon May 02, 2011 7:54 pm
Thanks for answering Seichinha.
I sent you an email with our website address and login credentials.
User avatar
Junior Boarder

GK User
Tue May 03, 2011 11:49 pm
Hi again

I recommend that you add this lines on override.css file:

Code: Select all
#gk-footer,
#gk-footer a {color: #fff}

#gk-nav ul.level0 > li .last.active {border: none;padding-top: 0;}
#gk-subnav li a {border: none;}


About the issue with the calendar, i'm afraid that's nothing with our template.
That would need to change tmpl files (if they exists on this 3th party extension)...honestly i don't know it.
User avatar
Platinum Boarder

GK User
Wed May 04, 2011 11:17 am
THANKS. The first two errors got solved, the only one still around is the calendar layout.

It seems that calendar shows up distorted into another component.
So, we encounter the same messed up calendar layout into 2 diferrent components.


project_fork.jpg


calendar_error_2011-05-04.jpg
User avatar
Junior Boarder

GK User
Wed May 04, 2011 12:30 pm
If i rename the file joomla.css located in template directory "/templates/gk_sporter/css" the calendar shows up properly but with some different style.

calendar.jpg



So, i think this is a template css issue.
User avatar
Junior Boarder

GK User
Wed May 04, 2011 1:43 pm
ok i can take look again, but i still think that they could avoid this problems, using classes with their own prefix. For example, instead of ".calendar", they could use "my-calendar" or something.

Anyway, i tried to access again to your website but the log doesn't work.
Can you check it please.
User avatar
Platinum Boarder

GK User
Wed May 04, 2011 6:01 pm
Verified the password (one of my colleagues changed it :blush: )
Try the same login credential that i sent you in the email.

Millions of thanks Seichinha!
User avatar
Junior Boarder

GK User
Wed May 04, 2011 10:12 pm
Hi again

In my honest opinion, the developer of this extension should think about template developers. Using .button class inherit from the template classes, it's not a good idea, specially in this case.

Anyway, i think it's fine now and i also add some small touch.
Please add this like on override.css file.

Code: Select all
.calendar {border: 10px solid #333;-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;border-opacity: 0.9}
.calendar tr .button {float: none;display: table-cell;background-image: none;background: #d32527;border:none;-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.calendar tr .button:hover {background: #444;}
.calendar .selected {border: none!important}
.calendar .daysrow td {text-align: center!important}

#rbid_details .text_area {margin-left: 10px}


The result should be like this:
screen_2011-05-05.png


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu May 12, 2011 11:42 am
Thanks @hgabc for bringing that calendar popup problem up... I had the same problem!

...and thanks @Seichinha for the fix!

I also placed
Code: Select all
img.calendar { vertical-align: bottom;}

in the override.css to have the calendar icon in the correct place (not at top)
User avatar
Senior Boarder


cron