Amphion Lite is a wordpress theme with 2 gorgeous skins 2 fonts and various other features.
version 1.8
—————-
+ Slider item was disappearing when the slider category name had 2 words.(fixed)
+ Blocks disappearing issue solved.(fixed)
+ Featured Image support for all posts.(fixed)
+ Fancybox images were stretched in Chrome and Safari.(fixed)
+ Some Minor CSS fix.
version 1.7
—————-
+ Initial Release
1. How do I make the text of the site darker?
Go to Appearance> Editor and select “Stylesheet” from right and add this line to the very bottom:
#sidebar .widgets ul li a, #single_posts .post_mid, #sidebar .widgets, #sidebar .widgets, #latest_posts .post_mid, #latest_posts .post_meta a, #latest_posts_full .post_mid, #latest_posts_full .post_meta a, #single_posts .post_meta a, .amp_page, .amp_next, .amp_prev, .footage ul li, .footage ul li a, .copy_content, .copy_content a, #footmenu, #footmenu ul li a, #comment, #single_posts #related a{color:#333!important;}
2. Where is the Summary Field of the slider? Why don’t I see it?
A: In wordpress 3.1 the custom field option is disabled on default. To enable the custom field feature go to Posts > Add New . In the post editor page at the very top click on the “Screen Options” button. Now make sure “Custom Field” option is checked.
Check this screenshot: http://www.freeimagehosting.net/uploads/56c4da97be.png
3. 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;}
I have installed your theme (1.8 version) and I could not see the sidebar correctly (no widget backgrounds) and my menu is not floating on the right side. What could happen? The blog url is: http://granchollo.com/viajesbaratos/ so you can see the problem. Thank You.
I get the same error with 1.7 version. I have WordPress 3.4.1, but with a earlier version it does not work too. I don’t know what could happen.
Thank you for your patience
the “Search” widget is buggy. move it below the other widgets.
Thank you for the theme. Very nice and neat.
Interesting theme, Im starting to test it on my blog. Thanks !
Another awesome theme. It is giving a professional look to my website. Thank you.
Hi
I have a little problem.
When i go to my page, the first time, its so slow to load de web. The second time, go fast.
I proved in several browsers (Explorer, Mozilla, Chrome) and its always happen. Include i proved in several computers…
What is the problem?
What can i do?
Thanks!
I just checked your site. its not that slow. and the reason for it being faster the 2nd time because the browser save cookies of the site from fast time so that the next times it doesnt have to load a lot of files.
Hi
I have a problem when i create a image link in a page.
If ai put link with text works perfectly, but with the image it´sn work.
Can you help me?
This is the page
http://www.carmenmariysuacordeon.es/?page_id=576
you will have to open up amphion.js file from the “js” folder and replace these lines:
jQuery(“a.hasimg”).fancybox({
with this:
jQuery(“.hasimg[href$=’.jpg’], .hasimg[href$=’.png’], .hasimg[href$=’.gif’], a.grouped_elements”).fancybox({