Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • This is how to do it if you’re hosting your own WordPress install. Not sure how to do it if your site is hosted by WordPress.

    Essentially, you’re going to create a custom version of header.php for Cubic to use. By default, Cubic uses Boardwalk’s header.php, unless you create your own header.php inside Cubic. So, first step, copy header.php from Boardwalk into Cubic in your /wp-content/themes folder.

    Now, the menu currently exists in Boardwalk’s sidebar.php. Open that up, and look for a line that says <?php if( has_nav_menu(‘primary’) ) :?>

    You’re going to copy everything from the start of that line down to the end of the comment <!–#site-navigation–>.

    Now, go to header.php inside Cubic. After the comment <!–.site-branding–>, paste the code you copied from sidebar.php. Save your Cubic header.php.

    That should be it. You’ve copied the nav menu from the sidebar to the header. You’ll have to do a lot of css work to get it styled correctly, but the nav menu is in the right spot.

    Thread Starter motorfirebox

    (@motorfirebox)

    Neeeeevermind. Apparently—and this is some advanced stuff—you actually have to activate Jetpack in order to access its features.

    Thread Starter motorfirebox

    (@motorfirebox)

    Yessir, it’s up and running. Thanks again for looking into it.

    Thread Starter motorfirebox

    (@motorfirebox)

    I’m not sure how this worked, I’m not sure why this worked, but it worked: I added an Events page through the WordPress interface, and suddenly the correct titles are showing up. I’m still getting the notice regarding 2510 but those can be hidden.

    Thread Starter motorfirebox

    (@motorfirebox)

    The error occurs in /events, /events/upcoming, /events/month (and past/previous months), but not on specific event pages. On pages with that notice, the title doesn’t appear correctly (if that wasn’t clear).

    The function I’m using is posted at http://pastebin.com/TVJZYvds. Here’s my plugins list:

    Attachments v1.6.2.1
    Contact Form 7 v3.3.1
    Custom Post Type Shortcode v1.4.3
    FV Top Level Categories v1.4
    Google XML Sitemaps v3.2.8
    Menu Manager v1.0.4
    Raw HTML v1.4.8
    Really Simple CAPTCHA v1.5
    The Events Calendar v2.0.10
    Widget Classes v0.1
    Widget Data – Setting Import/Export Plugin v0.4
    WordPress SEO v1.3.1.1
    WP-Mail-SMTP v0.9.1
    WP-Migrate-DB v0.4.2

    As I said, I’m using a custom Thematic child theme, but I pasted the function into the functions.php of Twenty Ten and I get the same result. I’m doing this on a testbed installation, so if it would help, I can give you temp access to the site to see what’s going on. Thanks again.

    Thread Starter motorfirebox

    (@motorfirebox)

    I greatly appreciate you guys looking into it. Just to clarify, disabling Yoast SEO does resolve the PHP errors, but unfortunately that’s not a good permanent solution for us. Fingers crossed!

Viewing 6 replies - 1 through 6 (of 6 total)