• mckaymultimedia

    (@mckaymultimedia)


    Can someone point me to an example of this theme successfully integrated with Twitter Bootstrap, Skeleton, Foundation, or similar responsive framework?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Aaron T. Grogg

    (@aarontgrogg)

    Any reason you need those combinations?

    Best bet is to make a list of what you need your theme to do, then hunt for something that does that; don’t worry about the buzz-words, just look for solid-looking themes active author participation.

    And if all else fails, you can always do a keyword search in the WP Themes repos:
    https://www.ads-software.com/themes/search.php?q=%2B%22html5+boilerplate%22+Bootstrap+Skeleton+Foundation+responsive

    Good luck,
    Atg

    I’m doing this now but basically adding all the bootstrap css into the child theme’s styles.css should do it.

    And then
    wp_register_script('custom_script', get_bloginfo('stylesheet_directory') . '/js/bootstrap.min.js', array('jquery'), '1.0' );

    in the child’s functions.php.

    Then there will be a bit of grid / template tweaking in the child theme.

    Thread Starter mckaymultimedia

    (@mckaymultimedia)

    Oh I am actually glad someone followed up on this thread. I never quite found exactly what I was looking for.

    So I ended up just building a completely custom theme from scratch using Boilerplate here and Bootstrap combined with the Navwalker here to get the menu functioning as it should.

    You can see a working example here. The example site is incomplete content-wise but you can see that Bootstrap and the fundamentals of the site’s theme functions as it should.

    Thread Starter mckaymultimedia

    (@mckaymultimedia)

    That said I did find some that were similar. There was one that got close but forget what it was. I ended up just doing it myself out of frustration.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Boostrap Integration’ is closed to new replies.