Scylla LiteFree WordPress Theme

Scylla Lite is a wordpress 3 theme with awesome skins, fonts, slider, layouts & easy to use theme option panel.
  • 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+

version 1.8.2
—————–
+ Initial Release

1. what should be the dimension of the slider images?

A: width: 625px Height: 250px

 

2. I can’t make link to other website, and when I make link to an other page of my website, it opens in lightbox windows.

A: Open up fancybox.js and find this line:

jQuery(“a.hasimg”).fancybox({

and replace it with:

jQuery(“.hasimg[href$=’.jpg’], .hasimg[href$=’.png’], .hasimg[href$=’.gif’]“).fancybox({

You can edit the file with your ftp application or “Wp-File Manger” Plugin.
3. How can I make a catergory section look the same as my home page?

A: Download this file: http://fileden.com/files/2007/3/2/840217//category.zip

Extract the category.php file inside it and upload the php file to the “ScyllaLite” directory of your site using FTP.

 

4. The images inside the lightbox is being stretched when viewed by Safari Browser, How do I fix this?

A: Add this line to the very bottom of your stylesheet(style.css):

#fancybox-img {height:auto!important;}

 

5. My Quote shortcode is not working. How do I fix it?

A: The quote shortcode has a bug, to fix it find this in your stylesheet:

.lgn_quote

and replace it with:

.scl_quote
6. I want to use the ‘Featured Posts Widget’ in the sidebar, but despite selecting a category, it keeps outputting the loop of all posts.

A: You will have to put your category id, not name.
http://wordpress.org/support/topic/how-to-find-the-category-id

 

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

Scylla Lite Scylla PRO
Free
For Life
$40
One time payment
Skins 4 Unlimited
(Ability to change the color of almost all the elements)
Fonts 3 12
Layouts 2 5
Slider 1 2
Shortcodes 5 20
Widgets 3 8
Widget Areas Sidebar Widgets Sidebar Widgets/ Footer Widgets
Menu 2 Menu Positions/ 3 Level Drop-down Menu 2 Menu Positions/ 3 Level Drop-down Menu
Page Templates 3 3
Upload LOGO

NO

YES

Social Share buttons/Numbered Page Navigation

YES

YES

Related Posts

NO

YES

Google Analytics
Integration

NO

YES

Threaded comments/Separated Comments & Trackbacks

YES

YES

IE6/ IE7 Browser Upgrade Alert!

NO

YES

Fancy lightbox

YES

YES

Full Email support

NO

YES

Forum support

NO

YES

Upgrade to PRO


  • Hi again!

    How can I remove the shown # of comments on each post from the front page? Also, you rock, thank you!


    • Add this to your stylesheet:
      #lay1 .post_meta .block_comm{display:none;}


  • Also,

    The slider text background where the excerpt is- it’s grey in chrome and mozilla, but white in IE. So, in IE you can’t see the font. Anyway I can fix that?

    Thanks!


    • you added an ie.css file to your theme. remove this line

      .slider-content{ width:45%; position:absolute; height:auto; margin-top:150px; background:url(images/slider_bg.png); color:#fff; padding:5px 10px; right:0;}

      from that file.


    • Thank you! I’ll try not to message you again. 🙂


  • Hello!

    I have a couple questions, and don’t know if they are even possible…

    Is there anyway to have 3 columns of pic/excerpts on the front page instead of just 2?

    Is there any way to also add a sidebar for widgets on the left side, so there is one on each side of the screen?

    It would be awesome if I could do both of those, or either! Thank you again for all of your help, you have been super responsive and so helpful!


  • Hi! The bottom border of the post previews on our front page is not showing up and/or the text is running too long so it covers the border. We were wondering how to fix it. Also is there a way so the # of comments do not show up on the previews on the front page?


    • I just read your answer to a post and got read of the # of comments, but the bottom border is still not showing up. thank you!


    • Try adding this to your stylesheet:

      #lay1 .post{height:260px!important;}


  • First, thank you for all your help so far. I am having trouble with the Title and Excerpt section of the slider. I have decided not to use the title or excerpt and there is still a grey sliver of the box visible. I have searched the slider options, the style sheet and skin4..going crazy, how can I get rid of the box totally?


    • Add this to the very bottom of your stylesheet:

      .slider-content{display:none;}


    • Gracias!!!


  • Hey 🙂 is it possible to have thumbnails on category pages?
    thanks!!


    • you will have to edit some template files. contact me through this page and I will guide you:

      http://www.towfiqi.com/contact


  • Hello is a great theme, i have some questions :
    1 its possible to make the social logos more bigger ?
    2 Can i remove the page title on top and put my logo ?
    3 where do i can put a code for insert one image before comments in every post ?
    Thanks in advanced


    • 1. Sorry. not possible.
      2. Only in the PRO version.
      3. I dont think its possible.


    • Ad Question 2.: There is no pro version of this theme, or?


    • Yes there is:
      http://www.towfiqi.com/scylla-pro-wordpress-theme.html


  • How to remove is the ’0 comm’ under each front page post snippets and add some thing like the ‘post category’ or ‘readmore’ buttons ?


    • open up layout1.php and remove this line:

      Comm', '1 Comm', '% Comm', '', __('Off')); ?>

      and add this line:

      ">Read More...

      after this line:

      
      

  • Hi. How do I disable the discussion? So users can’t comment. I only want a website and not a blog.


    • Open up single.php and page.php and remove this line:


  • I put an image in a post and I want to add a link on it and the link needs to open in a new window. I have done what is necessary on the image options but it doesn’t work. If there something I missed or is it a bug?


    • open up fancybox.js from your theme’s “js” folder and replace these lines:

      //Implement Fancybox
      jQuery(function() {

      jQuery(‘.single_page_post a, .type-attachment a’).has(‘img’).addClass(‘hasimg’);
      jQuery(‘.single_page_post .gallery a, .imgwrap a’).removeClass(‘hasimg’);
      jQuery(“a.hasimg”).fancybox({
      ‘transitionIn’ : ‘elastic’,
      ‘transitionOut’ : ‘elastic’,
      ‘speedIn’ : 400,
      ‘speedOut’ : 200,
      ‘overlayShow’ : true
      });
      });

      with this:

      //Implement Fancybox
      jQuery(function() {

      jQuery(‘.single_page_post a, .type-attachment a’).has(‘img’).addClass(‘hasimg’);
      jQuery(‘.imgwrap a’).removeClass(‘hasimg’);
      jQuery(“.post_content .gallery .hasimg[href$=’.jpg’], .post_content .gallery .hasimg[href$=’.png’], .post_content .gallery .hasimg[href$=’.gif’]”).addClass(‘grouped_elements’);
      jQuery(‘.post_content .gallery .hasimg’).attr(“rel”,”group1″);
      jQuery(“.hasimg[href$=’.jpg’], .hasimg[href$=’.png’], .hasimg[href$=’.gif’], a.grouped_elements”).fancybox({
      ‘transitionIn’ : ‘elastic’,
      ‘transitionOut’ : ‘elastic’,
      ‘speedIn’ : 400,
      ‘speedOut’ : 200,
      ‘overlayShow’ : true
      });
      });


    • It works, thanks a lot.

Leave a Reply to Jasmin 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>

Home Forums Scylla Lite

Viewing 15 topics - 1 through 15 (of 15 total)
Create New Topic in “Scylla Lite”