This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Tagged: 

Jump Start 2.0 Beta

  • Creator
    Topic
  • #19264
    Jason Bobich
    Keymaster

    Hi everyone!

    I’m posting to let you know that you’re all free to download the Jump Start 2.0 beta from your My Account > Downloads page here on the support site, if you’re wanting to play around with it.

    I’ve still got a lot of boring sort of details ahead before I can officially release it; so I wanted to make sure it’s out there for you guys to play with. The good news is a lot has changed and there are some very cool new things. The bad news is… well, a lot has changed, and this will inevitably effect your child themes, which is why I wanted to make sure it’s available early.

    See the working 2.0 change log:

    http://themeblvd.com/changelog/?theme=jumpstart


    Layout Builder 2.0

    Once you’ve got the Jump Start v2.0 beta and the Layout Builder plugin v2.0 paired together, you’ll notice that things with the Builder work a bit different than before. Custom layouts are now built and saved into pages. Additionally, there is now a separation between “Layouts” and “Templates”.

    The following new, quick videos I made today will give you the gist of how the overall system now works.

    1. Overview: https://vimeo.com/70256816
    2. Homepage: https://vimeo.com/70256799
    3. Sample Layouts: https://vimeo.com/112117385
    4. Templates: https://vimeo.com/112117384

    Here’s the full change log for the Layout Builder:

    https://wordpress.org/plugins/theme-blvd-layout-builder/changelog/


    Cool things you should know

    1. There is now a feature where you can select a “Theme Base” — Check it out at Appearance > Theme Base. For the non-developers, checkout the new “Super User” theme base.
    2. Theme options are very different. Make sure to go through those after you’ve selected a theme base.
    3. Experiment with mega menus. This’ll be more clear after I make a video tutorial, but this screenshot shows an example of a 4-column mega menu under Appearance > Menus.
    4. When editing a page, checkout the new “Banner” meta box.
    5. Also with editing a page, checkout the “Theme Layout” meta box. Try the “suck up” feature here, which will suck the content of your banner up into the header of the page, and display the “Transparent Header” logo from your theme options.
    6. There are new options for you blog authors to show your info on your blog posts. Configure this from the Edit Profile page in your WP admin, along with how posts are displayed on your author archive.
    7. Post formats are now fully supported by default. So play around with those. If you’re curious about how to utilize any formats, just ask.
    8. How posts are displayed has gotten a bit of a revamp. The new default way of displaying posts is called “Blog.” Then, your Post List and Post Grid have been re-tooled. And there’s now a new display called Post Showcase.
    9. If you edit a category or tag in your WP Admin, you’ll see we’ve added some options here. You can actually assign a specific post display for an individual category or tag archive.
    10. A small detail, that might go unnoticed — check out the new search results page when you do a search on your site.
    11. Any bbPress fans out there? Give bbPress a go with the theme!

    Important things you NEED to know

    1. Make sure all of your Theme Blvd plugins are up-to-date.
    2. The frontend styling and CSS has been completely redesigned. Make sure to take that into account in regards to any current child themes.
    3. All main template files like header.php, footer.php, single.php, etc, have been changed. All template part files like content.php, content-list.php, etc, have been changed. So, make sure to account for this if you have copies of these files in your child theme.
    4. Image crop sizes have very much changed. So make sure to run Regenerate Thumbnails plugin for images that are already uploaded to your site.
    5. There is no more option on your Theme Options page for assigning a homepage layout. You must add your layout to a static page and set that as your front page from WP Admin > Settings > Reading > Front page displays.
    6. DO use the current default “Blank Child Theme” from your Downloads; nothing has changed there in the basic setup of a child theme. DON’T use the other “Starter Child Themes”; these will no longer work right.

    My to-do list before the 2.0 release

    1. I still need to setup a live online demo. I know it’s extremely difficult to show you all of the new features without this up. Setting these up are always very time consuming for me.
    2. There’s currently a cool, new system that extends WP’s import tool to bring in all widgets and settings from the theme’s live demo with the standard import process. However, the data for this to operate still needs to be added to the theme after I’ve setup the live demo.
    3. I’m planning to add another “theme base” (or maybe two) before the 2.0 release that change the structure of the default design.
    4. I’m sure there are little Theme Blvd plugins out there that no longer work perfectly. If you find any, speak up! 😉 — For example, Portfolios and Image Sizes are ones that need to be addressed.
    5. User docs, user docs, user docs — A lot of new video tutorials need to be made.

    WARNING

    Please do not update to Jump Start 2.0 beta on your live site.

    Aside from the obvious of this not being a stable release, the way data is handled in custom layouts is different and there is a process that happens when you update which updates the data in your database. So, if you decide to switch back to the older version of the theme, you may have issues.


    If you have any questions or comments about the new 2.0 beta, feel free to post here or start a new topic about it. 🙂

Viewing 15 replies - 61 through 75 (of 75 total)
  • Author
    Replies
  • #19815
    magicss
    Participant

    This is the best ever.
    Do you have an Images Size list for this new JS2.0 beta ?

    #19820
    Jason Bobich
    Keymaster
    #19826
    magicss
    Participant

    I added a Google Font (Marcellus) to my Jumpstart2.0 Beta site that I am building (in the ThemeOptionsArea), and the CSS shows that the H1 and other HeaderFonts should display as Marcellus but it does not display. Instead it displays Arial or sans-serif.

    So, I added a link to the Header.php and it displayed right away.

    I placed the Header.php (with the newly added link to the google font) into my Child theme folder. I did not alter the Jumpstart Header.php. But I have the sense that this is not the best way to accomplish this (even though I am sure that the child theme method is better than altering the parent file).

    Since I am always a beginner when it comes to the code side of things, I hope this note will be helpful.

    Thanks!
    -ss

    #19830
    Jason Bobich
    Keymaster

    @magicss This issue with the Google font should be fixed in v2.0-beta2.

    And if you ever need to add anything to header.php, I’d suggest using action hooks from your child theme’s functions.php. If you were going to add something to output in the <head>, you’d hook to wp_head which is a standard action hook required in all themes. And if you want to output anywhere else that’s specific to our framework, just consult the actions map, as always.

    http://dev.themeblvd.com/tutorial/primary-framework-action-hooks/

    #19833
    Jason Bobich
    Keymaster
    #19834
    Israel Curtis
    Participant

    [raises beer] Thanks!

    #19978
    drapple
    Participant

    Looking good Jason. Well done.

    #20519
    mizzinc
    Participant

    Hi Jason,

    A request: Full-screen background images. Cherry on top would have the ability to horizontally and vertically center one element inside section. Perhaps something for an extra theme base.

    #20658
    Danny
    Participant

    so when is this ready for a demo and to be purchased?
    its seems as if this is going to be huge and maybe even large and in charge
    I like it..
    🙂

    #20662
    Jason Bobich
    Keymaster

    @dan I’m working on it! 🙂

    #21027
    Julie Kuehl
    Participant

    I’ve been working with the 2.0 beta and have a question about the search feature. If you turn it on in the Theme Options, and don’t have anything else in the header-top area, the icon looks a little lonely up there and the header looks out of sorts (too much space overhead). What would be the best way to move that search icon to part of the header-content area or possibly even float it to the right of the main menu bar?

    #21028
    Jason Bobich
    Keymaster

    @juliekuehl Which theme base are you working with?

    #21033
    Julie Kuehl
    Participant

    JumpStart 2.0.0-beta2, Super User base

    #21037
    askwpgirl
    Participant

    Hey Julie, You can always email me with these questions. I have tons of code snippets and can add you to my Google group. You are one of the gang!

    #21047
    Jason Bobich
    Keymaster

    @juliekuehl Today, I posted 2.0-beta3 — To possibly help your issue, there is now an option at Appearance > Theme Options > Styles > Main Menu that will allow you to display the search icon in the main menu like this and this.

Viewing 15 replies - 61 through 75 (of 75 total)
  • You must be logged in to reply to this topic.