Stheno Free Joomla Template

Stheno is a Free Joomla 1.5 Template with automatic Slideshow, 5 module position with 3 color skins.
  • Completely Free Joomla Template with GNU GPL v2.0 License.
  • Comes with auto slider on frontpage(No plugin/module/Component Needed.)
  • Multi level Dropdown Menu.
  • 8 Module Position.
  • 3 marvelous Skins to choose.
  • Font Resizer to enhance reading experience.

 

Compatibility:

  • Internet Explorer 7+
  • Firefox 3+
  • Safari 5
  • Opera 9+
  • Netscape 6+

 

Module Positions:

  • topmenu
  • slider(only for Frontpage)
  • left(not displayed on Frontpage)
  • breadcrumb(not displayed on Frontpage)
  • user1
  • user2
  • user3
  • user4(only for Frontpage)

The theme is released under GNU General Public License, version 2.


  • This is a great template, well done to the creator.
    A nice improvement would be to make the settings tab easily configured by adding some parameters to the template.

    I am now experimenting on trying to add the joomfish flags inside the settings tab, which I think will be nice. I’m open to any suggestions.

    Again, nice job. 🙂


  • I am using this template for a site I am putting together for a non-profit. I’ve read the instructions that came with the template to set up the slider but if you go to my website here

    http://kheprw.org/demo2/

    you can clearly see that something’s wrong. I have tried everything and I don’t know how to fix it. Let me know if anybody recognizes this problem and can tell me how to fix it. Thanks.


    • I got it to work, great template!


  • Hello, very beautiful template.
    But the USER4 on frontpage don’t work.

    and how i can replace “latest” by my module

    thnks !!!


  • Hi Towfiq,
    you template is exactly what I was looking for. It is clear and brillian. 🙂
    I see you have excellent support. I read all posts, because I was looking for answer, for one question: “who to make 6. box under slider”, but I didnt find it.
    3 people want to make 6. box, Darcy, Solinko and me, but we cant find solution.

    Can you help us and tell how to make it?
    Thank you sooo much 😉


    • From your admin panel go to Menus>Main Menu>Home.
      From the right side in the parameter box make sure you have this settings:

      # Leading 1
      # Intro 4
      Columns 5
      # Links 4


    • Thank you for advice.
      The 6.th box has appered when I used this settings, but “Intro” set at “5”.

      Thank you once again 😉


  • I tried to read through these,, Did we ever get a resolution to the contact errors not showing up?
    Great template!


  • I got almost everything to work on this great template, but how can i change the image_holder for each article on the front page. I seem to get the same images on top of every article.
    thanks in advance.


    • I found it. If I put the slider articles on the front page, it all works out.


  • Hey. I was wondering how to make it so that when I change the logo, it doesnt cut it off. Right now only half my logo appears.

    Thanks!


  • Hello. Great template. Everything is perfect but i have problem with IE 8 …. i am using 3 article in the home page and they become vertical. Using template v 1.1 joomla 1.5.20
    This problem is not present in Firefox or Google Chrome.

    Pls help me deal with this problem.

    Thank you in advance.


  • getting this error :

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Fri, 22 Oct 2010 16:52:00 UTC

    Message: Invalid argument.
    Line: 4618
    Char: 4
    Code: 0
    URI: http://localhost/templates/stheno/js/jquery-1.4.2.js


  • Hi Towfiq!,

    I’m back 🙂 I resolved the issue with missing “joomla error message”. I inserted to templates/stheno/index.php a record: under record “” and it works now 🙂

    I have another question. I found out that a submenu (pop up) doesn’t work in Google Chrome. I checked it on your demo sites as well and the submenu is not showed (Menu “Jomla! Overview” -> Submenu “What is new in Joomla 1.5”)

    Could you please advice?

    Thanks a lot!
    Kubik


    • It is a javascript conflict. Open up Stheno “index.php” and add these lines under
      < head>

      	getHeadData();
      	reset($headerstuff['scripts']);
      	foreach($headerstuff['scripts'] as $key=>$value){
      	unset($headerstuff['scripts'][$key]);
      	}		
      	$this->setHeadData($headerstuff);
      	?>
      

      This will stop loading mootools.js into joomla.


    • Thanks, Thanks, Thanks! It works now! You are the best!