Amphion LiteFree WordPress Theme

Amphion Lite is a wordpress theme with 2 gorgeous skins 2 fonts and various other features.

  • Ok, well I found the post you made, that says;

    “there’s no option for that, open up index.php and remove everything from”

    I did as followed, and it did work, however, it puts the sidebars at the foot of the page. How do I put the sidebars back in the right place?


  • Another question, how do I get the boxes to point to a page, instead of a post?


    • sorry. thats not possible.


  • It’s to bad, you had a great theme idea, but missed a lot of standard options which makes it less then good. Next time put a little more thought into, yes?

    I wish you luck.


    • you can display pages inside those box instead of posts by editing the theme file.


    • Thanks for sharing such a pleasant idea, post is good, thats why i have read it fully


  • Saw it, installed it, used it, kept it. I must say that this free theme is awesome!


  • Hi,
    Very nice job for all themes !
    I’m trying Amphionlite theme.
    1. When i clic on pagination, the sidebar disappeared.
    2. How can i change the respond block for comments ? The visual is not good.
    3. I’ve got a problem with 2 menus in sidebar. For “catégories”, i use collapsing categories but it don’t work with the theme. For the other, i use a personal menu and it don’t work too.


    • I resolved n°3 !!


  • why when we do not put a title to a text widget, there is a display bug?
    It’s a shame, because I use widgets text to the pub and it would be more beautiful in the title!


    • yes. but you can hide the title of the widget via css. let me know the name of the widgets that you dont to have title.


    • I would not have the title of widgets “Announcement”. Widgets used to display advertising. it’s text widgets!


    • Add this to your stylesheet:

      #text-3 .widgettitle{display:none;}


    • thank you, it works well. I’ll have to think about it 🙂
      Is there a way to display widget_top_2 for the top of the widget?


    • try this:

      #text-3 .widgettitle{text-indent:-9999999px;}


    • thank you
      This code allows for the picture widget_top black without displaying the title inside, it’s an idea.
      I thought to do is use the widget_top_2 file that is in the image folder widget for a square with rounded corners pubs where I put it.


    • try this:

      #text-3 .widgettitle{text-indent:-9999999px;background: url(../images/widget_top_2.png) no-repeat!important;}
      #text-3 .widget_wrap{margin-top: -22px;padding-top: 0;}


    • Thank you very very much !
      That’s works very well !!


  • Hi,
    I’m going to bother you with my stories 🙂
    If you looked a little blog, I changed a little the comment form by putting the code at the end of the “comments.php” file :

    ‘Envoyer’,
    ‘fields’ => apply_filters( ‘comment_form_default_fields’, array(
    ‘author’=>” . ” . __( ‘Nom / Peudo (obligatoire)’ ) . ( $req ? ‘ ‘ : ” ) . ‘ ‘ .
    ”,
    ’email’=>” . __( ‘E-mail (obligatoire, mais ne sera pas publié)’ ) . ( $req ? ‘ ‘ : ” ) . ‘ ‘ .
    ”,
    ‘url’=>” . __( ‘Adresse de votre site / blog’ ) . ” .
    ”,
    )));

    comment_form($comments_args);

    ?>

    But what I would like is to have the same comments form of you.
    I know a little CSS, but I do not know how to finish!


    • can you please disable the plugin that you installed to prevent right click? i cannot look at the code of your site.


    • It’s ok !!


    • I replied to your email check your email.

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