Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 11:17 am (All times are UTC )

 





Post new topic Reply to topic  [ 521 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 18  Next
Author Message
Posted: Sat Sep 22, 2007 12:54 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
MuffinDCC wrote:
I noticed that the text in the search module seems a bit off, might need a bit of padding so it fits in nicely :)


I was just going to leave it like that but since you've noticed I decided not to be lazy and fixed it  :laugh: Thanks!  ;)

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 1:03 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
Last comment (many templates to look at...)

Quote:
Notice: Object of class stdClass could not be converted to int in /Library/WebServer/Documents/joomla11new/components/com_content/helpers/route.php on line 56
About Joomla! -
Warning: Missing argument 2 for ContentHelperRoute::getCategoryRoute(), called in /Library/WebServer/Documents/joomla11new/templates/redevo_aphelion/html/com_content/frontpage/default_item.php on line 69 and defined in /Library/WebServer/Documents/joomla11new/components/com_content/helpers/route.php on line 71

Notice: Object of class stdClass could not be converted to int in /Library/WebServer/Documents/joomla11new/components/com_content/helpers/route.php on line 74

Notice: Undefined variable: sectionid in /Library/WebServer/Documents/joomla11new/components/com_content/helpers/route.php on line 76

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 1:29 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
infograf768 wrote:
Last comment (many templates to look at...)

Quote:
Notice: Object of class stdClass could not be converted to int in /Library/WebServer/Documents/joomla11new/components/com_content/helpers/route.php on line 56
About Joomla! -
Warning: Missing argument 2 for ContentHelperRoute::getCategoryRoute(), called in /Library/WebServer/Documents/joomla11new/templates/redevo_aphelion/html/com_content/frontpage/default_item.php on line 69 and defined in /Library/WebServer/Documents/joomla11new/components/com_content/helpers/route.php on line 71

Notice: Object of class stdClass could not be converted to int in /Library/WebServer/Documents/joomla11new/components/com_content/helpers/route.php on line 74

Notice: Undefined variable: sectionid in /Library/WebServer/Documents/joomla11new/components/com_content/helpers/route.php on line 76



May I just ask if there's any chance I can see these message myself so that I'll be able to debug? Thanks again for your time.

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 2:11 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Wed Sep 12, 2007 4:17 am
Posts: 203
Location: Melbourne Australia
great template, here are some suggestions...
(tested with ie7 on your demo server)

Put a minimum size it can be shrunk to, as shrinks to the point where it breaks..
when you change the text size, it defaults back to blue, not the colour you are on.
when you change colours, it defaults the font size and does not stay to what you have chosen

and this is being really picky...  just want you to know...
the font size change buttons don't have a transparent background, so when you resize the thing small enough, because of the change in colour of background, they look like they have a box around them


In all though, its very smart looking!

Marty

_________________
Have a look at some cool Sci-fi art and Science Fiction Sculpture by Martin Dolan here...
http://www.marty.com.au Made from scrap metal, chrome and other found objects!


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 2:13 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 11695
Location: **Translation Matters**
Use last SVN, full debug and errors on.
API has changed.

See the native file
Code:
<?php if ($this->params->get('link_category')) : ?>
            <?php echo '<a href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug, $this->item->sectionid)).'">'; ?>
         <?php endif; ?>

yours is

Code:
<?php if ($this->params->get('link_category')) : ?>
            <?php echo '<a href="'.ContentHelperRoute::getCategoryRoute($this->item).'">'; ?>
         <?php endif; ?>

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Qui vult dare parva non debet magna rogare.
---------------------------------
Joomla! Translation Coordination Team


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 2:27 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
rasterblaster wrote:
great template, here are some suggestions...
(tested with ie7 on your demo server)

Put a minimum size it can be shrunk to, as shrinks to the point where it breaks..
when you change the text size, it defaults back to blue, not the colour you are on.
when you change colours, it defaults the font size and does not stay to what you have chosen

and this is being really picky...  just want you to know...
the font size change buttons don't have a transparent background, so when you resize the thing small enough, because of the change in colour of background, they look like they have a box around them


In all though, its very smart looking!

Marty



Those are really nice feedbacks, thanks a lot. I've been thinking if the real time colour theme switcher is really useful, other than confusing... I believe the option to choose a value for the parameter is handy enough. And I think few users would bother to use the real time colour theme switcher anyway... Therefore I've removed them so the text sizers would work properly  :)

Also changed the css file to give the fluid width a minimum width value, quite nice this way. Moreover in this way the background of the text sizers wouldn't show up  ;)

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 2:57 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
infograf768 wrote:
Use last SVN, full debug and errors on.
API has changed...


Thanks very much for checking it out for me.

It's really weird because I didn't touch that part of the native file. Anyway I've changed the codes to be as it should be and hope it's working now. If it's still not working I guess I'll just lose the articleauthor class feature.

Cheers.

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 4:22 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
New update 1.0.3

Used Joomla! logo for the template.

Added a parameter to control Logo style - can choose plain text or background image as logo style.

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 4:27 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Feb 21, 2006 4:39 pm
Posts: 48
Looks great, one TINY WINY thing :) in the bottom left and bottom right corners theres a white? square. Attached example of the bottom left, bottom right is the same.


You do not have the required permissions to view the files attached to this post.


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 4:34 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
Mat-D-Rat wrote:
Looks great, one TINY WINY thing :) in the bottom left and bottom right corners theres a white? square. Attached example of the bottom left, bottom right is the same.


Good to know! Although I can't notice anything here. May I know which browser you're using? I've changed the CSS file and hopefully it's gone by now  :)

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 4:54 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Feb 21, 2006 4:39 pm
Posts: 48
Was IE7, but looks as though you cured it.


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 5:09 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jul 13, 2007 6:02 pm
Posts: 16
libaizhuo wrote:
sam604 wrote:
This looks amazing  :) In IE6, it seems that there is a problem with the "latest news" and "popular" modules though. They are not lining up properly.


Hi, thanks very much for pointing it out. Did you mean the icons are not lining up properly with the news items? If so the problem has already been fixed! Thanks again. :pop


I meant what Mat-D-Rat had posted, it seems like you got it fixed anyways. Also, the rss feed entries icon's png transparency isn't working in IE6.


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 7:38 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue May 09, 2006 5:18 pm
Posts: 35
Location: South Africa
Wow! This is really a beautiful template - great work.

_________________
http://www.webflash.co.za - Joomla Web design and development, Template Design


Top
   
 
Posted: Sat Sep 22, 2007 8:51 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Sep 09, 2007 5:25 pm
Posts: 19
Location: BEAUVAIS ( FRANCE )
Your template is very great  :D
When I wanted to modify some parameters in your template I have seen in the part "detail" the template_thumbnail ?.....
I don't understand how do you do ?...
Properties of your picture = http://www.redevo.net/libaidocuments/or ... mbnail.png
It's a good idea,can you explain ?
Thanks
vincent

_________________
http://www.latitude-21.fr
Web Master of an interdependent association tourism


Top
   
 
Posted: Sat Sep 22, 2007 8:54 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Nov 22, 2006 9:07 am
Posts: 345
Location: UK
You place that in your templateDetails.xml inside


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 8:59 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Sep 09, 2007 5:25 pm
Posts: 19
Location: BEAUVAIS ( FRANCE )
Where is it ? I don't see it in the xml file

Code:
   <license>GNU/GPL</license>
   <description>REDEVO_APHELION_DESC</description>
   <files>

_________________
http://www.latitude-21.fr
Web Master of an interdependent association tourism


Top
   
 
Posted: Sat Sep 22, 2007 9:03 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Sep 09, 2007 5:25 pm
Posts: 19
Location: BEAUVAIS ( FRANCE )
I find it !....
in templateDetails.xml
Code:
<description>REDEVO_APHELION_DESC</description>



and in language file en-GB.tpl_redevo_aphelion.ini
Code:
REDEVO_APHELION_DESC=<h3>RedEvo Aphelion - Joomla! 1.5 Template</h3><img src="http://www.redevo.net/libaidocuments/orange_thumbnail.png"/>

_________________
http://www.latitude-21.fr
Web Master of an interdependent association tourism


Top
   
 
Posted: Sat Sep 22, 2007 9:38 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
tourisme.solidaire wrote:
I find it !....
in templateDetails.xml
Code:
<description>REDEVO_APHELION_DESC</description>



and in language file en-GB.tpl_redevo_aphelion.ini
Code:
REDEVO_APHELION_DESC=<h3>RedEvo Aphelion - Joomla! 1.5 Template</h3><img src="http://www.redevo.net/libaidocuments/orange_thumbnail.png"/>



There you go!  ;)

Sorry I just saw your reply and glad that you've already figured it out!

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Sat Sep 22, 2007 11:27 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
Latest version 1.0.4 updated! All the known bugs corrected and it's loading faster... Corrected some images as well!

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Last edited by libaizhuo on Sat Sep 22, 2007 11:29 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Sun Sep 23, 2007 2:17 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sun Nov 05, 2006 10:20 pm
Posts: 298
Location: Joomlamz!
nice Job
Thank

_________________
FREELANCER ALL CMS
Suporte Joomla em Portugues -http://forum.joomlamz.com
Suporte smf em Portugues -http://www.smfpt.net


Top
   
 
Posted: Sun Sep 23, 2007 4:28 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Nov 22, 2006 9:07 am
Posts: 345
Location: UK
Just some notes from testing

1# The favicon is missing - the image and reference in index.php
2# One untranslated string
COLOUR_THEME_DESC

Great template :)


Top
  E-mail  
 
Posted: Sun Sep 23, 2007 6:14 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
MuffinDCC wrote:
Just some notes from testing

1# The favicon is missing - the image and reference in index.php
2# One untranslated string
COLOUR_THEME_DESC

Great template :)


Thanks!

Didn't know that we have to include favicon :-[ I've added it and add a reference in templateDetails.xml
Had a typo with COLOUR_THEME_DESC which has been corrected  :P

New zip file uploaded!

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Sun Sep 23, 2007 8:56 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Nov 22, 2006 9:07 am
Posts: 345
Location: UK
Glad you got it fixed :)

I really admire your design, it seems to me that it contrasts perfectly. Example being the darker shades of the header and background to the light, white areas of the mainbody which works very well in my opinion. The glossy, graphical module styling is an excellent design feature of this template. Module styling such as this is what I love to see in a design, just has that added definition. Also with the module design, the bottom shadows was a great extra that balances/completes the module themselves.

Everything seems to compensate each other in your design, some small elements that I would change but that is pure personal taste and nothing more.

Just a recommendation with your templateDetails.xml - Joomla 1.5 has a neat feature that allows you to use the syntax instead of listing all your files as . Therefore, you only need to use the tags for the root template files and images/ for the rest (using images/ as my example).

Definantly a thumbs up from me :)


Top
  E-mail  
 
Posted: Mon Sep 24, 2007 7:34 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Jan 30, 2006 9:58 am
Posts: 68
Hi libaizhuo

On the demo site the font size switcher the large and middle size fonts are the same. I seem to remember that they were different at one point.

Keep up the good work, this is a good template. My kids love it!!


Top
  E-mail  
 
Posted: Mon Sep 24, 2007 7:44 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Jan 30, 2006 9:58 am
Posts: 68
Hi libaizhuo

On the demo site the font size switcher the large and middle size fonts are the same. I seem to remember that they were different at one point.

On my wish list would be suckerfish menus! Also can I align the top menu items to the left rather than the right.

Keep up the good work, this is a good template and I hope it makes the final 5. My kids love it!!

Sorry for duplicate posts...manage to quote the previous entry rather than edit it!!


Top
  E-mail  
 
Posted: Mon Sep 24, 2007 8:24 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
MuffinDCC wrote:
Glad you got it fixed :)
...


Thanks very much indeed for taking so much time writing me feedbacks, I really appreciate that!

Good tip about the templateDetails.xml, I've updated the zip file again... It's really nice and neat this way. Cheers!

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Mon Sep 24, 2007 8:26 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Dec 04, 2006 10:52 am
Posts: 128
BaldrickThe4th wrote:
Hi libaizhuo

On the demo site the font size switcher the large and middle size fonts are the same. I seem to remember that they were different at one point.
...


I realized the difference between large font and medium font is not obvious enough, so I've changed the css file to make the large font a bit larger  :) Thank you for pointing that out!

By suckerfish menu did you mean suckerfish menu for top menu or left menu? I'll develop it once I have some time, cheers.

_________________
Please check out our FREE Joomla! templates at http://www.redevolution.com

NEW! Red Evolution Joomla! support forum http://forum.redevolution.com


Top
  E-mail  
 
Posted: Mon Sep 24, 2007 8:36 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Jan 30, 2006 9:58 am
Posts: 68
libaizhuo wrote:

By suckerfish menu did you mean suckerfish menu for top menu or left menu? I'll develop it once I have some time, cheers.


Personally I'd like to see it on the top menu, but if it could work on the left menu as well that would be brilliant. I guess I could get it working eventually, as I managed to do that on my exisiting site, but this is not my area of expertise, and you could do a much better and professional job!!


Top
  E-mail  
 
Posted: Mon Sep 24, 2007 11:58 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Sep 05, 2005 3:45 pm
Posts: 625
Location: Aberdeenshire, Scotland
The template needs to work well on a standard install. I think this excludes things such as suckerfish. Might be wrong.

d

_________________
Practical Joomla! help, documentation, training, templates and support - http://www.redevolution.com


Top
   
 
Posted: Mon Sep 24, 2007 3:31 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Fri Sep 02, 2005 7:04 pm
Posts: 583
Location: Texas
This one is in my top 4. Nice work!

_________________
http://www.corywebbmedia.com/
http://www.howtojoomla.net/


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 521 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 18  Next

Quick reply

 



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group