Scylla LiteFree WordPress Theme

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

  • Hi,
    it’s a great theme, thanks, man.
    I have one question: It’s possible to make automatically added new post into the slider?
    THX


    • Go to Appearance> Editor and select “easyslider.php” from right and remove everything and add this lines:

      
      

    • Thanks for reply, but if I added these lines, I get: Parse error: syntax error, unexpected ‘=’ … on line 8


    • Replace this line:

                  ID) . '" title="' . the_title_attribute( 'echo=0' ) . '" rel="bookmark">', '' ); ?>

      with this:

      ">


    • Thanks again, I still get some errors, so I have made small changes:
      <a href="” rel=”nofollow”>
      <a href="” rel=”nofollow”>

      And now it works well!


    • ups, sry, I try paste it with code tags

      <a href="" rel="nofollow">
      <a href="" rel="nofollow">


  • Hello !

    In Search button on frst page, the word in French “Recherche” is longer than the English word “Search”. It results that the button get out the frame because too long.

    Do you know where I can change the word “Recherche” ?

    Same question for the “More …” text. In my WordPress it appears “(Lire la suite …)”. I would like to get rid of the “( )”.


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

      #sidebar #searchsubmit{ margin-left: 178px!important;}

      I dont see any “More” text in your site…


    • Thank you very much ! It works perfectly.

      Fore More…, there is not in my French site indeed. It is in French “Lire la suite…). And I would like to get rid of “(” and “)”.


    • which “and” are you talking about?


  • Hello it is me one more time …

    I want to use Romeluv Google Maps plugin but maps don’t appear inside the theme.

    Did you already faced such an issue with this plugin and what can I do ?

    I like Romeluv because it can summarize all the locations in one google maps.


    • Can you post the link of the page where you added the map?


    • Thanks Towfiq I.

      Problem was not linked with your theme but others plugins (Sociable may be I can’t remeber).

      I use Geo Mashup. It does not use post photos as marks but it is more powerfull and easy to search inside post editing.


  • How do I add a custom logo to the site?
    Thanks.


    • Only possible in the PRO version.


  • Hi I am using IE 9 and there are 2 problems…
    My tabs for the date come up square and so cut off some of the writting and also on the admin side when you go to write a post the writing is in white and would change this but I have no text edit options at all. I have check with another computer and they come up fine but not running IE9 any ideas?


  • Hi! We have a problem with the posts on our front page. When you click on the navigation under the posts to see more recent posts (http://jamesmorrisonfanclub.com/page/2), we get a 404 error. Any idea how to solve this?

    Thank you!


    • Go to Settings> Permalinks and use the “Default Settings”


  • hi,

    i really like your theme!
    but i got a few qeustions :

    1. can i make an entire silder a clickable link? , now ony the entry-title h2 is a link

    2. can i make the whole #topmenu li an link? , now only the text is clickable

    3. can i change the (more…) text in a post you cliack to get to see the full post ?

    4. how do i make an image clickable? like on this page http://www.49erteambdeb.com/sponsoring

    it looks like the link is attached but it doesnt work

    i tried many things but nothing seems to work

    on http://www.49erteambdeb.com/media

    it sort of works but i get an extra window on top of my page cant i just link to a page ?

    Thanks alot for your help !

    sorry for my bad englisch 🙁


    • Check your email.


    • Iam very sorry but i havent received an email from you..
      could you please try again.

      thank you so much!


    • Check now.


  • OMG you are awesome ! thanks you so so much!!

    but.. i got one little qeustion

    u answered this:

    3. can i change the (more…) text in a post you cliack to get to see the full post ?

    Add this line in functions.php file after this //Post Thumbnail

    $custom_more = “Continue reading this post”;
    add_filter( ‘the_content_more_link’, ‘my_more_link’, 10, 2 );

    function my_more_link( $more_link, $more_link_text ) {
    return str_replace( $more_link_text, $custom_more, $more_link );
    }

    wich line do i need to edit to change the text ?
    iam very afraid to change php because i totally destroyed my site last time i did it. :()

    i understand most of html and css btw

    tnx a lot!


    • Change this: “Continue reading this post”


  • that doesnt seem to work.

    it only shows a tiny blue box with no text.

    iam sorry


    • Remove the previous code. Go to Appearance> Editor and select “layout2.php” and replace

      with:

      and change the text “Read on…”

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