About

Hello! I am Towfiqul Islam, a freelancer web designer/developer from Bangladesh, working for 3 years now. Designing is my passion. Most of my design skills are self taught.

Other than web, print design, I design websites from scratch with XHTML, CSS, jQuery. I find website designing very challenging and interesting. I also build wordpress, Joomla and other popular CMS Templates.

Scylla Lite: Free WordPress Theme

Scylla Lite is a wordpress 3 theme with awesome skins, fonts, slider, layouts & easy to use theme option panel.

Features

  • 4 Skins
  • 1 slider
  • 2 Layouts
  • 2 Patterns.
  • 3 custom widgets.
  • 5 easy to use shortcodes.(Hard-coded in Post Editor)
  • 2 WordPress 3.0 Menu Position.
  • Mult-Level Dropdown Menu.
  • Social buttons to submit posts to Facebook, Twitter,
    Stumble upon, Digg, Google Buzz!
  • 3 Awesome fonts.
  • Easy to use theme options.
  • Gravatar Support.
  • 3 custom page template
  • Fancy lightbox
  • IE6 Browser Upgrade Alert!
  • Separation of Comments and Trackbacks
  • Threaded comments support.
  • Valid XHTML/CSS3.
  • Well-written documentation
  • One Click Install. No plugin required.

Compatibility:

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

789 Responses to “Scylla Lite: Free WordPress Theme”

  • manoj
    on May 1, 2013 at 2:55 pm

    Hi Towfiq !
    it’s a awesome theme i have ever seen. for the last some days i had downloaded several themes for my site. but none of them are working fine. your theme is superb. and i have one question. i would like to show only excerpt/summary in category page. how can i do it ?

    • Towfiq I.
      on May 2, 2013 at 8:12 pm

      open up index.php and replace this line:

      < ?php the_content(); ?>

      with:

      < ?php the_excerpt(); ?>

  • manoj
    on May 1, 2013 at 3:24 pm

    ok, now home page slider is working for me. is there’s any option to reduce the slider width ?

  • manoj
    on May 1, 2013 at 4:54 pm

    Hi Towfiq !

    i have two more questions.
    1. how to show category name above post thumbnails ( below the slider show) in home page

    2. in posts page, at bottom it shows” 0comments”. how can i remove it ?

    thanks in advance

  • Towfiq I.
    on May 2, 2013 at 8:25 pm

    1. open up layout1.php and add this line:

    after this:

    1
    
    <div class="post_image">

    2. Add this to your stylesheet:

    #lay1 .block_comm{display:none;}

  • manoj
    on May 3, 2013 at 4:14 am

    thanks a lot for your valuable support. is it possible to hide pagination in home page alone ? i want to display it in archieves/category pages only

  • Johnny
    on May 3, 2013 at 8:53 pm

    Thanks for a great theme!

    Is there any way to get more posts, say 12, on the first page than the ten from start?

    Any chance to get three in a row instead of the original two?

    • Towfiq I.
      on May 3, 2013 at 9:35 pm

      Sorry thats not possible.

    • Johnny
      on May 3, 2013 at 10:11 pm

      What? It must be possible with some tweaking in the code as you solved all other questions and alternatives…

    • Towfiq I.
      on May 4, 2013 at 5:07 am

      add this to your stylesheet:

      #lay1 .post {width: 174px!important;height: 300px!important;}
      #lay1 .imgwrap {width: 174px!important;;height: 100px!important;}
      #lay1 .imgwrap img {border: none;width: 174px;height: auto;}

      and then open up scylla.js from the “js” folder and replace this line:

      jQuery(‘#lay1 .post:odd, #related ul li:last’).css({‘marginRight’:’0px’});

      with this:

      jQuery(‘#lay1 .post:eq(2), #lay1 .post:eq(5), #lay1 .post:eq(8), #lay1 .post:eq(11), #related ul li:last’).css({‘marginRight’:’0px’});

    • Johnny
      on May 4, 2013 at 11:20 am

      Awesome, thanks!!

      Is there something like that to get fewer posts on the first page.. looks odd to have one on the last line.

    • Towfiq I.
      on May 5, 2013 at 4:14 am

      Go to Settings> Reading and select the number of posts per page.

    • Johnny
      on May 10, 2013 at 7:58 pm

      Thank you, you are great!

      Was thinking of buying the pro version, but I need a responsive theme. Are you going to make one soon?

    • Towfiq I.
      on May 10, 2013 at 8:02 pm

      sorry. no. not anytime soon.

    • Johnny
      on May 10, 2013 at 10:11 pm

      ok.. then i wonder if there are possible with toggle for the blogposts on the home page or get them into a jquery popup window. dont want to have to reload the page…

    • Towfiq I.
      on May 13, 2013 at 5:19 am

      sorry not possible.

  • anand
    on May 13, 2013 at 8:16 am

    hi !

    towfik, is it possible to change administrator (reply) comments text color and background ? i am using corporate skin.

  • steven
    on May 15, 2013 at 4:27 am

    hey i’m using this theme for a web tech course and it’s my first time using wordpress, how do I make images for the slider? i’ve only got the lite version so am I able to use the header?

    • Towfiq I.
      on May 15, 2013 at 4:37 am

      Go to Appearance> Scylla Options> Documentation to learn how to setup the slider. and no you cannot add header image in the lite version.

  • steven
    on May 15, 2013 at 4:56 am

    Just wanted to say thanks a heap and impressive response time!

    once again thanks

  • on May 28, 2013 at 4:40 am

    Hi. I love the theme. I tried to change the background putting the line
    html body{background-image:url(‘http://grupohpm.com.br/wp-content/uploads/2013/04/bg.png’) center no-repeat!important;}
    in the end of stylesheet, but it didn’t worked. Can someone help me, please?

    • Towfiq I.
      on May 29, 2013 at 4:45 am

      try this:

      html body{background:url(‘http://grupohpm.com.br/wp-content/uploads/2013/04/bg.png’) center no-repeat!important;}

  • on June 7, 2013 at 11:04 am

    How can I change the font size for posts on my website?

    • Towfiq I.
      on June 8, 2013 at 4:54 am

      from you style.css find this line:

      body{background:#f4f4f4; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#424242;}

      and replace the font-size value from 12 to whatever you want.

  • on June 13, 2013 at 9:59 am

    Is there any way to increase the width of the third column only (the one running down the right hand side. It’s currently too small for 300×250 MPUs as they hand off the side…

    • Towfiq I.
      on June 13, 2013 at 2:15 pm

      add this to your stylesheet:

      #slide_wrap{width:93%!important;}
      .wrapper{width:1000px!important;}
      #sidebar{width:33%!important;}

  • on June 16, 2013 at 6:01 am

    Hi,

    I Have A Question: I wanted to know if there’s a way I can Change the “Text/Font” Size in The Slider’s Box That’s To The Right/Bottom-Corner? Great Theme BTW…

    • Towfiq I.
      on June 16, 2013 at 2:53 pm

      add this to your styleshett:

      #slider .slider-content h2 a, #slider .slider-content a{font-size:18px;}

Trackbacks & Pings

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>