Scylla LiteFree WordPress Theme

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

  • I’ve a problem with the slider. In my theme installation on WordPress Slider next and prev button aren’t showed at all. Is there an option that I’ve to check to let Scylla theme shows the slider button or I’m doing something wrong? If I see the code with firebug there is no nextBtn and prevBtn span in the code. is there a solution for this problem? please help! Bye bye 🙂


    • its a plugin conflict. Try disabling the plugins one by one and find out which one is causing this issue.


  • i lied. it works. awesome. you are amazing. I have used you twice now. I am looking forward to purchasing the skylla pro when i upgrade the site i am working on now. Do you have other themes in the make? I can’t wait to see them too.


  • tnks, i solved the problem!


  • when i click a “read on” link , it automatically scrolls down the page when i arrive at a post. is there a way to disable this?

    thx you you got amazing support


    • Go to Appearance> Editor and select “functions.php” from right and add these lines:

      function remove_more_jump_link($link) { 
      $offset = strpos($link, '#more-');
      if ($offset) {
      $end = strpos($link, '"',$offset);
      }
      if ($end) {
      $link = substr_replace($link, '', $offset, $end-$offset);
      }
      return $link;
      }
      add_filter('the_content_more_link', 'remove_more_jump_link');

  • Hi

    The slider has stopped working. I haven’t made any changes to this, please advise
    Many thanks
    Nat 🙂


    • disable the in-twitter widget.


  • All sorted, thank you 🙂


  • An aplology first because I have no tech knowledge but your theme was so easy I didn’t need any until now .
    Could you tell me how I can make my link boxes bigger so the title doesn’t overlap the link.

    I have to say since I changed to this theme my blog followers love it Thanks Leza


    • Leza, can you please tell me what you meant by “Link Boxes”?


  • sorry ment widget menus in the side bar it’s where I put my link lol


    • Go to Appearance> Editor and select “Stylesheet” from right and add this line to the very bottom:

      #sidebar .widgets ul li ul{padding-top:25px!important;}


  • Oh your brilliant thank so much….I maybe back lol just downloaded another theme for my next blog …Thanks again
    Leza


  • Hi guys,

    how do I use that feauted frame?


    • Go to Appearance> Scylla Lite Options> Documentation. everything is described there.


    • Oh wow, thx for fast responding –

      I have another one =)) I use the second layout, so my recent posts will appear in thumbnails on the front page – can I prevent showing a specific category?

Leave a Reply to kate Cancel reply

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

+ Insert website address to ensure quick efficient support
+ To post your code, wrap your code with this <pre lang="LANGUAGE" line="1"></pre>