EpioneFree WordPress Theme
- Fantabulous Typographic Theme.
- Unique Homepage With Slider.
- 5 fantastic skins.
- Popular posts widget.
- WordPress 3.0 Menu.
- Mult-Level Dropdown Menu.
- Custom login Page.
- Social buttons to submit posts to Facebook, Twitter,
- Stumble upon, Digg, Google Buzz!
- Awesome font.
- Easy to use theme options.
- Gravatar Support.
- Threaded comments support.
- Valid XHTML/CSS3.
- No hidden, paid or sponsored links in the theme.
- One Click Install. No plugin required.
Compatibility:
- Internet Explorer 7+
- Firefox 3+
- Safari 5
- Opera 9+
- Netscape 6+
1.4
—-
+ Added WordPress “Featured image” option available for post thumbnails and the slider.
+ Added wordpress 3.0 Menu feature
1.3
—–
Initial Release
1. How Do I add content to the slider?
A: Go to Appearance> Epione Options> Slider and select a category for the slider.
The slider will show the latest posts from that category.
2. How-To change the slider speed:
A: You have to open up “other.js” file from your epione/js theme folder and find:
pause: 2000,
To change the speed you have to change this value to your desired need. The default is 2000 milliseconds. If you want to slow the slider down you have to increase this value and save the file.
Note: If you dont know how to open the other.js file via FTP. Use this plugin:
http://wordpress.org/plugins/wp-filemanager/
3. The slider stopped sliding, how to fix that?
A: Its probably a plugin conflict. Disable all the plugins one by one and find out which one is causing this.
4. Whats the right dimension for the slider images?
A: 450px x 230px
The theme is released under GNU General Public License, version 2.
how do u add a logo to the top of the Epione template?
Read This Tutorial:
http://wordpress.org/support/topic/how-to-put-your-own-logo-on-the-header-tutorial
Fatal error: Call to undefined function add_theme_support() in /wp-content/themes/epione/functions.php on line 2
How can I change the “read more” box on the homepage to link to something other than the homepage? Please help!
What do you want to link it to?
I would like to link it to another one of my pages. I have the page set up, I am just not very good at CSS or HTML stuff. This is such a great theme though – so I want to make it look as awesome as possible!
Open up front-page.php, index.php, archive.php, search.php
and find this line:
change the href value like this:
Ah wonderful. Thank you so much for such a fast answer – I will make the necessary changes!!!!
Lennie
I did as you said, and then my categories would not link from the main nav bar. So I tried to change everything back and it still did not work.
Can you help once more? I will give you admin login to my site if needed.
and now my whole site has disappeared.
I just re-downloaded the theme. Hopefully that will solve the problems. When I had done what you instructed, it chaged the “read more” link on the main page as well as on all subsequent read more links
hi im trying to put the menu on the top of the slider and i dont know how to do. please help on anyone…
Go to Appearance> Menus and select “headmenu” under Menu Locations and
Then from right click on the + button and create your menu. Drag and drop item from “pages” and “categories” to right and click on save menu when done.
Hello,
I like your theme a lot, but I would like to change the font. I have checked the font folder of the theme and I am not familiar with the extensions of the fonts there. Would you please tell me how to proceed? Do I just add the font I want, say arial, then delete the other themes?
Thank you
go to appearance> Editor and click on Stylesheet and find all the:
ont-family: ‘Lobster1.3Regular’;
and replace theme with:
font-family: ‘Arial’;
click on the “Update File” after you are done.
Sorry I meant the other font, not themes!
Thanks again
thanks so much you give very good detail instructions. i want to do 2 more things. use a font called viper nora. i have it installed on my computer and i uploaded to the template fonts. but still not working, i saw the one with arial font it works but i want viper nora.. and lastly, how do i upload music as a plug in
Quintina Check your mail.
1. Is there a way to randomize posts?
2. I know you have explained the slider a million times, but in my editor, it only has
Templates
404 Template
Archives
Comments
Footer
Header
Main Index Template
Page Template
Page with Left Sidebar Page Template
Search Form
Search Results
Sidebar
Single Post
Theme Functions
front-page.php
popular.php
social.php
and
Styles
Stylesheet
ie.css
There is no “other”. If by any chance that ie is the other, it doesn’t have a “pause” in it… what am I doing wrong?!
To edit the file you need Ftp applications and ftp knowledge but there is a quick way to edit the other.js file
Download this wordpress plugin and install it.
http://wordpress.org/extend/plugins/wp-filemanager/
After installing the plugin Go to File Manager> Configuration and Check the
“Allow Edit Option”
Now Click on Filemanager and go to wp-content / themes / Epione / js /
and click on the edit button next to other.js file.
find:
pause: 2000,
To change the speed you have to change this value to your desired need. The default is 2000 milliseconds. If you want to slow the slider down you have to increase this value and save the file.
Hi,
Can you also at the bottom, do more info ..
Pictures or something .. how can I make ..it
Bestand : Footer
<A href = "”> Powered by WordPress. Template by Towfiq I
Greetings from Ronn
Is there a way to randomize posts instead of having them in order by date?
Haven’t seen this answered so here it is:
In front-page.php change the sliders->query line to
$sliders->query(‘category_name= ‘. $slidecat .’&orderby=rand&showposts=’. $slidenum .”);