Scylla LiteFree WordPress Theme

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

  • hi..
    i´ve installed the template everything ok but i´m new IN WORDPRESS and if you can help me with some questions ..
    there is the pic of your demo -> http://img834.imageshack.us/img834/4382/86595177.jpg

    i´m marked with green color questions one & two

    so question one that I CAN´T DO ANYTHING THAT THE SLIDER IS SHOWING ON THE PAGE .. I DID WHAT HAD TO DO BUT NOTHING HAPPEND … THE SLIDER IS LIKE “HIDDEN” I CHEKED THE OPTIONS OF SCYLLA LITE BUT NOTHING HELP ! WHAT I HAVE TO DO AFTER I MAKE ” NEW SLIDE ” AND PUBLISH IT ? WHAT I HAVE TO DO ?

    2,. how you make those ” post ” like every post is in different place .. two above another one …


    • 1. Go to Slider>Slides and you will get the list of slides you created. hover your mouse over each slide and you will get a “quick edit” button and set the status to “Published”.

      2. I am not sure what you are trying to say..


  • hello,

    your theme is very nice, however i have a question about the sharebox(facebook,twitter etc). it doesn’t appear with chrome . how can i fix this problem. Thank you

    best regards


    • Sorry to let you know that other plugins support is not given here. You can post your site address here, I will take a look and see whether its causing by the theme or not.


  • Does this theme have a “related posts” section for single blog posts?


    • The PRO version has it.


  • Hi Towfiq!

    I love your theme.
    And I hope this question isn’t too irritating:
    I have a font that I’ve been trying to use instead of the packaged fonts (arial lobster and yanone) and im not sure how to alter the css to allow it. None of my attempts yield any change to the displayed text. I’ve changed every tag i could find all to no avail.

    the font im using is a virus web font.. and Im pretty sure i have the fontdeck link correct in the head. Its perhaps just the css that isn’t responding.

    Is this intentional? Do i actually have the option of such specific customization? and would i have the option if i were to upgrade to the Scylla Pro?

    Thanks! 🙂

    -Derick


  • Great theme. nice design and awesome layout. thanks for sharing dude.


  • Hey great theme, but for some reason the Featured images doesnt work


  • Hey, i left a question about the featured image before…. if im using google chrome, it wont work?


  • Hi !
    Thanks for sharing your themes !

    I’d like to mix up between the “Default” and the “Vintage” skins. There are too darks for my project but I do love the theme!

    Could you explain how to put the default background with the wintage skin on?

    I’d like to get the background of “Default” for my site and the background of “Vintage” for my post. Is that possible?

    Thanks in advance.

    Cheers dude


    • Try editing the skin3.php file.


  • Hi!
    Great theme!
    I’m having some trouble with the menu though. I can’t seem to get the Home button to go to the index page. Where do I write the code for that?
    Thank you so much!


  • Hello!
    What a lovely theme! Thanks!
    I would like to take away the fancybox from the images i put into pages.
    I just want either a word or the image in the post to be linked to another page on my site.
    Right now I get the page I liked it to, inside the fancybox!
    Is this possible?
    Thank you so much for your help!


    • There is a little bug in the theme. You will have to edit the fancybox.js file from the “js” folder of your scyllalite theme directory and find this line:

      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
      	});
      });
      

      and replace it with:

      jQuery(function() {
      	
      	jQuery('.single_page_post a, .type-attachment a, .lay3 a').has('img').addClass('hasimg');
      	jQuery('.single_page_post .gallery a, .imgwrap a').removeClass('hasimg');
      	jQuery(".hasimg[href$='.jpg'], .hasimg[href$='.png'], .hasimg[href$='.gif']").fancybox({
      		'transitionIn'	:	'elastic',
      		'transitionOut'	:	'elastic',
      		'speedIn'		:	400,
      		'speedOut'		:	200,
      		'overlayShow'	:	true
      	});
      });

    • Oh, thank you so much! This looks great! 🙂

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