Page 2 of 2
Re: Template Contest Entry - [kodadesign]
Posted: Sun Oct 28, 2007 12:16 am
by bratanon
Aha, I understand now. You are talking about SEF urls. I have solved the "bug" now and updated the package file.
Thanks for you report!
Re: Template Contest Entry - [kodadesign]
Posted: Sun Oct 28, 2007 2:37 pm
by piolotto
nice template, but I would rouded the shapes of latest and popular boxes
Re: Template Contest Entry - [kodadesign]
Posted: Sun Oct 28, 2007 3:21 pm
by bratanon
piolotto wrote:
nice template, but I would rouded the shapes of latest and popular boxes
Thanks!
Re: Template Contest Entry - [kodadesign]
Posted: Sun Oct 28, 2007 4:15 pm
by psgeeks
Please take a look at the attached picture, would you know what is causing that to happen? The 1st one is your design and the 2nd picture is the default Joomla template.
Re: Template Contest Entry - [kodadesign]
Posted: Sun Oct 28, 2007 6:56 pm
by bratanon
hmm
, it looks like the title is to long. very strange, Do you have ant bif images or very long words in the content?
If its possoble, can you PM a link to the site (if its live) so I can see it for sure.
I cant find the problem at my local installation.
Re: Template Contest Entry - [kodadesign]
Posted: Sun Oct 28, 2007 10:28 pm
by psgeeks
bratanon wrote:
hmm
, it looks like the title is to long. very strange, Do you have ant bif images or very long words in the content?
If its possoble, can you PM a link to the site (if its live) so I can see it for sure.
I cant find the problem at my local installation.
No images in that post - i noticed that the post tittle font in your template is larger than joomla's template. Not sure if this is what is causing it.
I don't have a live site yet. This is my local installation so sorry for that. I can make a test one for you if this is the only way to help you out
Re: Template Contest Entry - [kodadesign]
Posted: Mon Oct 29, 2007 1:17 am
by psgeeks
Ok, I have been looking into this and it looks like it is related to the overall width of the template and some code in your template index
Code: Select all
<?php
if(!$this->countModules('right')) {
$width = "735";
} else {
$width = "520";
}
?>
Now, Joomla default template overall width is 1050px, yours (i think) is 990px. So, this is why the right side menu is covering some of the content. I dont know if this makes any sense but can you try increasing the overall size of the template to 1050px and see what happens? I've tried this but couldn't quite get it as i'm not good when it comes to css files
Re: Template Contest Entry - [kodadesign]
Posted: Mon Oct 29, 2007 7:44 am
by bratanon
I cant edit my posted template now.
But in your case, I can help you with that template.
Let me see what I can do when I get home.
Re: Template Contest Entry - [kodadesign]
Posted: Mon Oct 29, 2007 2:46 pm
by psgeeks
bratanon wrote:
I cant edit my posted template now.
But in your case, I can help you with that template.
Let me see what I can do when I get home.
Nice! - Thank you - I can PM my email address to you so you can email the updated template to test
Do you know when Joomla team will decide on the top 5 templates?!
Re: Template Contest Entry - [kodadesign]
Posted: Sun Nov 04, 2007 7:02 pm
by Bjorn.P
I think this is the best template
Re: Template Contest Entry - [kodadesign]
Posted: Thu Nov 08, 2007 3:32 pm
by grisha
Very nice template, certainly in Top4.
Please post url where you will keep the updated version.
Thanks!
Re: Template Contest Entry - [kodadesign]
Posted: Thu Nov 29, 2007 2:04 am
by firstprotocol
Sorry if this is a dumb question,
But how can I get a menu like the one in the demo in user3 module across the page?
Thanks
Re: Template Contest Entry - [kodadesign]
Posted: Thu Nov 29, 2007 7:26 am
by dArt85
firstprotocol wrote:
Sorry if this is a dumb question,
But how can I get a menu like the one in the demo in user3 module across the page?
Thanks
Advanced menu parameters / Menu class suffix /
-nav
I also have some problems image title as caption works always, but when image caption + text align left. Text go not next to image but behind it.
Many templates has problems with caption as title and i even didn't test all.
Re: Template Contest Entry - [kodadesign]
Posted: Thu Nov 29, 2007 5:21 pm
by gws
A very nice template indeed, well done.
Re: Template Contest Entry - [kodadesign]
Posted: Sat Dec 01, 2007 1:02 am
by firstprotocol
Hey, thanks for the menu help, needed to fiddle with it abit works great now
Having another issue, not sure if its Joomla or the template, when i login, logout and then try and login again it takes me to a 404 page
as the page tries to replicate the link in the address bar rather than trying to go to one link it goes to two... if that makes sense lol
Any one help me?
Oh plus I have made a couple of colour variations of this template if any one interested, nothing special just red, green, grey etc
Thanks and really love this template!!
Re: Template Contest Entry - [kodadesign]
Posted: Thu Feb 07, 2008 4:46 pm
by MiNdAuGaZ
Where can I download the new edited/patched version of this template? I really like it, but it still has bugs that are mentioned in the posts above...
Please send it to
[email protected]
Thanks in advance
Re: Template Contest Entry - [kodadesign]
Posted: Wed Mar 19, 2008 3:58 pm
by denoza
Lo!
I really like this template, and i think it should be in top 5!
But i have several questions to the developers
How can i align left and right articles on the front page, horizontal align?
I have now, one central article on top, and 2x2 articles in two columns, but they depend on the lenght of my intro news.
Can i edit css, and make that articles can be on same horizontal alignment, or i have to use something else...
...thanks...
Re: Template Contest Entry - [kodadesign]
Posted: Sun May 04, 2008 12:59 am
by Feldon
This is an excellent template, nice work!
I noticed that you have a clearing div immediately before inserting the main component. I think instead of
Code: Select all
<div style="clear:both;"> </div>
you can use
Code: Select all
<div style="clear:both;"><!-- --></div>
. If I read correctly, this will properly clear without adding the extra space.
Re: Template Contest Entry - [kodadesign]
Posted: Fri May 23, 2008 4:24 pm
by DReinares
And, someone knows how to add diferent module positions ?
Thanks !
Re: Template Contest Entry - [kodadesign]
Posted: Sun Aug 03, 2008 1:15 am
by gugaa
I'm with problems with this template. When I create an article, I format it the way I want. When a publish it, it isn't displayed the way I formatted. For example, if I put some text bold in the editor, when I publish it, the text isn't bold, and it's blue!
I changed to the default joomla template and everything works fine...
Can you help me?
Thanks!
Re: Template Contest Entry - [kodadesign]
Posted: Sun Aug 10, 2008 10:38 am
by ufo_hk
Thanks for the nice clean template.
@gugaa
Adjust lines 438 and 439 in the default template to the color and font-weight you require for "strong"
Question:
Why when I set show title parameter for a module to "no" - the module title is still displayed on the front end?
This seems to be a template specific issue as it only occurs with this template.
Re: Template Contest Entry - [kodadesign]
Posted: Sun Aug 10, 2008 2:16 pm
by gugaa
ufo_hk wrote:Thanks for the nice clean template.
@gugaa
Adjust lines 438 and 439 in the default template to the color and font-weight you require for "strong"
Question:
Why when I set show title parameter for a module to "no" - the module title is still displayed on the front end?
This seems to be a template specific issue as it only occurs with this template.
Thanks for your answer, but I only gave an example. What I really want is when I format the article in the editor, these changes appears in the published article, without needing to edit the template.csss all time... understand?