Epicism - Responsive Multi-Purpose WordPress Theme
Themeforest Epicism - Responsive Multi-Purpose WordPress Theme WordPress Theme
HTML version also available.
Epicism is a beautiful, responsive, multi-purpose Wordpress theme for the masses.
Key Features:
- Future proof HTML5 / CSS3 code.
- Fully Responsive.
- Native WordPress Live Customizer.
- Parallax Content.
- Beautiful CSS3 Animations.
- Per page header & slogans.
- WP menu system.
- Custom 404 and Search pages.
- Unlimited Accent Colors.
- Homepage callto action.
- Slider Module.
- Portfolio Module.
- Testimonials Module.
- Social Module.
- Page templates:
- Portfolio.
- Contact.
- Post formats:
- Standard.
- Image.
- Audio.
- Video.
- Widgetized sidebar.
- Widgetized footer.
- Backward compatibility for older browsers.
- Automatic CSS combine & minify.
- Sortable portfolio.
- Lightbox gallery.
- Built-in ajax contact form with validation.
- Automatic text links.
- Lots of built-in shortcodes and classes for easy styling.
- Child Theme compatible.
- Translation ready.
- Sample XML data.
- Comprehensive Documentation.
NOTE: Images in demo NOT included in download from Creattica. Copyright their respective owner.
CHANGELOG
26.6.15 - Update prettyPhoto.
13.5.14 - Fixed CSS overflow bug.
12.2.14 - Added LinkedIn icon option.
12.2.14 - Removed deprecated PHP function.
14.1.14 - Fixed a bug in the audio shortcode that broke multiple instances.
2.12.13 - Added touch support for slider.
25.11.13 - Initial Release.
All audio players in same category have same id so it play same audio file if I click on “play” on category page. See example http://dpi.co.il/wp/category/podcast there is 2 posts with different audio files but on this category page they play same audio. On single post page it is ok. Please advice how to fix it
ReplyDeleteAhh, yes, sorry. I will push an update to fix that in the next few days!
ReplyDeleteThis fix has been pushed live, grab the latest version. If you’ve made a lot of modifications the only file you need to replace is inc/fn.shortcodes.php
ReplyDeletethanks a lot for quick solution
ReplyDeleteNo problem, don’t forget to rate the theme from your downloads
ReplyDeleteanother problem where I need your help. theme translation. I create .po and .mo files (he_IL.po, he_IL.mo) and I placed it in “languages” folder, but nothing happens. Please advice
ReplyDeleteOpen functions.php, look for the language part, then instead of get_template_directory_uri() use the full URL to the language folder.
ReplyDeletei.e: http://www.your-site.com/wp-content/themes/epicism/language/
This should get it working for you now, I’ll have a look why it wasn’t working soon.
How do you change the color of the titles of the pages? For example when you click on services it comes down over the image and is in white and I would like to change the color to teal or dark gray. http://www.barkleyspetspa.com/
ReplyDeleteHey buddy.
ReplyDeleteFrom your Wordpress admin, Appearance > Custom CSS, add this rule and change the color to suit:
h1.tagline
{
color: #bada55!important;
}
Thank you
ReplyDeleteYou’re welcome. I’d be grateful if you could rate the theme via your downloads, cheers!
ReplyDeleteHello, A colleague of mine purchased the template a few weeks ago. I have just installed it for him and have everything up and running. For the life of me, I can not figure out why the pageslide container is empty (no mobile nav). The primary nav is fine. Any ideas?
ReplyDeleteYou’ll need to login with the account that purchased.
ReplyDelete^^ OK Here I am logged into the account per your request. Any ideas on why the mobile navigation is not showing up?
ReplyDeleteThanks for that, I just need to make sure I’m only supporting valid buyers!
ReplyDeleteMake sure you menu is named Primary.
No problem, I understand. I am away from the build at the moment. I will check this evening and report back. Thanks for your time.
ReplyDeleteYou’re welcome!
ReplyDeleteI wanted to report back that changing the menu name fixed it. I am able to define a feature image for each page as displayed in the demo. I am unable however to add a featured image to the portfolio entry pages. It defaults to the blue background. Any suggestions?
ReplyDeletePortfolio and Blog can only the image defined in Appearance > Customize > Header
ReplyDeleteThank You, that is exactly what I was looking for. The support you offer is excellent. I will be sure to rate the theme.
ReplyDeleteAwesome, enjoy!
ReplyDeleteHi Scott, I’m working with your theme and trying to set up some portfolio items. I’ve added them as items in the WP dashboard, created a filter and enabled the display on the homepage. The problem is when I try to View Project I get a 404 error. And nothing but the heading shows on the homepage. I see a ‘Portfolio’ option in the Page Attributes->Templates options for a page. Am I missing a step somewhere?
ReplyDeleteI just double-checked the demo site and the Portfolio page isn’t working there either – all it shows is the title and “Filter Items by Type” box, which links don’t work.
Thanks!
Demo works. Create a page, set the template ‘Portfolio’, this is the main portfolio page. For the homepage go to Appearance > Customize > Modules and enable it.
ReplyDeleteThanks for your quick response! I have Portfolio enabled in the Modules, the featured image shows up on the home page but when I click on it, I get a 404 error. Thoughts?
ReplyDeleteI notice the path is /portfolio/title <- I’ve called my portfolio items case studies in the main nav, does this matter? And does the portfolio type use the publish date for the Details section? I don’t see any other way to set that information…
Have you actually assigned the portfolio page template to a page?
ReplyDeleteDoesn’t matter what you call the page. Yes the details are just postmeta information.
yep – portfolio page template is ‘Case Studies’ and created 3 Portfolio ‘posts’. The portfolio page works, I see the featured image for my portfolios, but when I click on them, I get a 404 error (same as from homepage). Would it help if I send you the link so you can see?
ReplyDeleteSet your permalinks, sounds like it isn’t updating the rules.
ReplyDeletePerfect! Works now. Thank you!
ReplyDeleteNo problem! Don’t forget to rate the theme!
ReplyDeletehow do you update the theme?
ReplyDeletevia my admin>appearance>themes>epicism it shows version 1.0 … is this the most current version? if not how do i go about updating this to its most current version. thanks!
ReplyDeleteIf you look at the CHANGELOG at the bottom of the items page you’ll see whenever a new version gets released. Download and upload/overwrite your current version.
ReplyDeleteso in wordpress i would “add new”
ReplyDeleteIt’s much easier to just upload the theme via FTP and overwrite the current or just replace the updated files.
ReplyDeleteWell that was strange lol, that comment posted 3 times, flagging your own comments for admin is weird
ReplyDeleteAlso, if you’re not comfortable using FTP just delete the current theme from Appearance > Themes, then again from Appearance > Themes > Add New, simply upload the new version.
ReplyDeleteHey
ReplyDeleteLooking to make some edits to the CSS.
Main issue is that the testimonial bar at the bottom doesn’t have enough room with height:101;
You have the style sheet linked externally – any way I can host it locally to make these edits?