Scylla ProPremium WordPress Theme

Scylla Pro is a wordpress 3 theme with unlimited skins, 12 fonts, 2 slider, 5 layouts & easy to use theme option panel.

  • Nice! It worked! I’m trying to get the text to center-align in that right side.. let me know if you know how, but I’ll still keep trying to figure it out too.


    • Add this line:

      #lay1 .post_content{text-align:right;}


  • hehe thanks man. You still rock.


  • Me again! Is there anyway to have it so a slider displays no text? Just the image? Anytime I leave the fields empty it just doesn’t register and nothing is placed on the site.


  • er… it broke the site. LOL.


  • Heres the code for the entire Easyslider.php. I tried to put it back together but I think I must have placed your code in the wrong place. Or maybe you made a typo? Unsure.

    ‘slider’, ‘posts_per_page’ => $option[‘scl_num_sld’] ) ); ?>
    have_posts() ) : $loop->the_post(); ?>

    <?php the_title( 'ID, ‘slide_link’, TRUE) . ‘” title=”‘ . the_title_attribute( ‘echo=0’ ) . ‘” rel=”bookmark”>’, ‘‘ ); ?>
    <a href="ID, ‘slide_link’, TRUE); ?>”>


  • Arg.. okay it isn’t showing correctly. How did you display your code? xD


    • make the edit again and copy the whole code after editing to pastebin.com and post the link here.


  • Ok.. hopefully this works.

    http://pastebin.com/Dbf4hv6g


  • Nice, thanks for the save.

    If we want the slider back to normal, could you provide the code to return it to normal?


  • Thank ya sir. 😀


  • Hi, love the theme but having a problem with links on images only. When you click the link a loading icon appears but never actually brings up the page. Looks like some sort of jquery issue?
    Heres an example page:

    http://www.stratonmyface.co.uk/blog/?page_id=2


    • You will have to open up fancybox.js file from the “js” folder of the theme and replace this line:

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

      With this:

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

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