• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Epik HTML 5 Manual Upgrade

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Epik HTML 5 Manual Upgrade

This topic is: not resolved

Tagged: Epik, html5

  • This topic has 11 replies, 4 voices, and was last updated 12 years, 7 months ago by Summer.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • October 3, 2013 at 11:52 pm #65315
    samw
    Member

    Hi Folks

    Just wondered if anyone has manually upgraded Epik to Genesis 2.0 + HTML5 and would be willing to share the theme specific code changes

    I have followed the available Genesis resources and tried 3 times with a local installation of the theme. The inner pages are fine but the Front Page ends up as mess - not technical I know.

    Tried with both a manual XHTML conversion and the auto convertor

    Genesis XHTML To HTML5 CSS Converter

    Checking the CSS this all seems converted without issue

    No issue with site after upgrade to G2.0, WP3.6 its just the HTML5 conversion

    I need to do a manual upgrade as its an existing populated site.

    I appreciate this is not very specific but clearly I am missing changes in the functions.php and page.php

    Epik support refers me back to the published Studio press resources

    Many Thanks in advance

    No site available as local install for testing


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    October 4, 2013 at 12:31 am #65318
    AnitaC
    Keymaster

    Have you posted this on the Appfinite.com support? Wes is pretty good about helping with his themes.


    Need help with customization or troubleshooting? Reach out to me.

    October 4, 2013 at 1:34 am #65320
    CHARLIEGOLF
    Member

    If you download it again it's complitely HTML5.

    October 4, 2013 at 1:43 am #65321
    samw
    Member

    Hi

    Thanks for replies yes call logged at appfinite but referred to Studio Press resources, no available theme specific guide.

    The new version has been completely written from scratch and due to CSS changes and live site with content I have to do a manual upgrade, this is the advice from appfinite.

    There's no way to auto upgrade between versions. I will take a look at the html5 code in the new one to see if it highlights the front page issues.

    If anyone did a manual upgrade, be great to understand the required code changes in detail

    Many thanks


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    October 4, 2013 at 7:21 pm #65415
    Summer
    Member

    How extensive were the customizations you did on the old version of Epik? Your best course of action would be to list what customizations you made in the templates of the old versions, then go through the HTML5 reference guides here to adjust that older code to the new function calls.

    Then you would rename the old version of epik to something epik-xhtml, or whatever helps you identify it, then upload the new epik. After that, you would double check your widget placements.

    You do have to remember that the new versions of Epik, Ally and Adapt all have a different look than the old versions, ranging from radically different with Adapt to minor with Epik... when you say the front page was a mess, was it more than just sidebars out of place?


    WordPress / Genesis Site Design & Troubleshooting: A Touch of Summer | @SummerWebDesign
    Slice of SciFi | Writers, After Dark

    October 6, 2013 at 10:57 pm #65606
    samw
    Member

    Hi Summer

    Thanks for the reply. The customizations were minimal and 99% CSS, that's why Im surprised at the issues.

    All the inner pages are displaying with no issues including sidebars, footer widgets etc

    The issue is the Home Page Layout - this is made up of theme specific widgeted areas as per here. I havent made any customizations to these, but they no longer display correctly

    Epik Widget Location Guide

    I will identify all difference in the theme files for a clean install of original Epik and my live version and go back through the HTML5 reference guides

    What is confusing is whether I need to change the home.php and/or functions .php for these Home Page Widgets

    * Display widget content for the "Home Feature" section.
    *
    */
    function epik_home_loop_helper_welcome() {

    if ( is_active_sidebar( 'welcome-wide' ) || is_active_sidebar( 'welcome-feature-1' ) || is_active_sidebar( 'welcome-feature-2' ) || is_active_sidebar( 'welcome-feature-3' ) ) {

    echo '<div id="welcome"><div class="wrap">';

    genesis_widget_area( 'welcome-wide', array(
    'before' => '<div class="welcome-wide">',
    ) );

    echo '<div id="welcome-features">';

    genesis_widget_area( 'welcome-feature-1', array(
    'before' => '<div class="welcome-feature-1">',
    ) );

    genesis_widget_area( 'welcome-feature-2', array(
    'before' => '<div class="welcome-feature-2">',
    ) );

    genesis_widget_area( 'welcome-feature-3', array(
    'before' => '<div class="welcome-feature-3">',
    ) );

    echo '</div><!-- end .welcome-features --></div><!-- end .wrap --></div><!-- end #welcome -->';


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    October 7, 2013 at 12:43 am #65610
    samw
    Member

    Hi

    Update - Checked home.php, functions.php and css - the only changes I made were to the CSS file

    Manually went through CSS and changed all the code as per the genesis published markup guide http://my.studiopress.com/docs/genesis-markup-comparison/

    Still have the same issue with Home Page, not surprised, as clearly I am missing whatever changes need to be made to the home.php and/or functions.php file

    As mentioned, there is no appfinite markup comparison. Downloaded Latest Epik but as it has been completely rewritten in HTML5 there is no way to do a manual comparison for the required .php changes.

    I appreciate that this is the SP forum, but if anyone has made the .php changes and is willing to share that would be great

    I guess these need to be changed - but beyond my level

    genesis_widget_area( 'home-feature-2', array(
    'before' => '<div class="home-feature-2">',
    ) );

    Thanks in advance


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    October 7, 2013 at 11:21 am #65685
    Summer
    Member

    What's the link to your site? It really sounds like your sidebars and/or widgets got their order rearranged, and that's not a major thing to fix. You'd either need to rearrange the order of the sidebars in home.php, or open up all the sidebars and make sure the widgets are where you'd originally put them.

    I updated versions of a child theme once, and ALL my homepage widgets got thrown into the "Inactive" section. Annoying, but not impossible to recover.


    WordPress / Genesis Site Design & Troubleshooting: A Touch of Summer | @SummerWebDesign
    Slice of SciFi | Writers, After Dark

    October 7, 2013 at 8:50 pm #65784
    samw
    Member
    This reply has been marked as private.
    October 7, 2013 at 10:44 pm #65792
    Summer
    Member

    Sam, I'm not a moderator so I can't read that private reply.


    WordPress / Genesis Site Design & Troubleshooting: A Touch of Summer | @SummerWebDesign
    Slice of SciFi | Writers, After Dark

    October 7, 2013 at 11:01 pm #65796
    samw
    Member

    Hi

    I havent sent a PM just asking if it was easier to take this offline?

    Can I reach you via your website


    SEO & Online Marketing Consultant

    Metta3 | G+ | LinkedIn

    October 8, 2013 at 11:44 am #65866
    Summer
    Member

    I don't think this forum has PMs, but yes, just use the Contact form on my web design site


    WordPress / Genesis Site Design & Troubleshooting: A Touch of Summer | @SummerWebDesign
    Slice of SciFi | Writers, After Dark

  • Author
    Posts
Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble