• Resolved Jim Birch

    (@jimbirch)


    Hi,

    Just getting started with your theme. Since you make updates, I attempted to set up a simple child theme. I set up the style.css as follows:

    /*
     Theme Name:   Bootstrap Ultimate Child
     Theme URI:
     Description:  Child Theme of Bootstrap Ultimate.
     Author:
     Author URI:
     Template:     bootstrap-ultimate
     Version:      1.0.0
     Tags:
     Text Domain:  bootstrap-ultimate-child
    */
    
    @import url("../bootstrap-ultimate/style.css");

    The site works well, but the admin page Bootstrap UL Options is missing CSS/jQuery.

    Any advice?

    Thanks,
    Jim

Viewing 1 replies (of 1 total)
  • Theme Author eminozlem

    (@eminozlem)

    Thanks for bringing this to my attention. Personally I dont use child themes much. I’ve tried and confirmed the problem, it has been fixed and update has been submitted.

    Please note that I’ve made it so that both parent & child theme will use the same option set. I thought it would make more sense if your options were synced. But you can always use the ‘backup & restore’ function to create option templates.

    You can download it from SVN: http://wordpress.org/themes/download/bootstrap-ultimate.1.4.3.2.zip

    Marking as resolved, let me know if you’ve further questions. Thank you for using the theme, your feedback is appreciated. If you find it useful consider to rate&review on: http://wordpress.org/support/view/theme-reviews/bootstrap-ultimate

    Technical mumbo jumbo: Admin panel (Option Framework)’s of_get_option was not working for some reason. I dont know if actually does work for others themes that use the same framework . But I worked around it since most of the theme relied upon $eo_options global instead of the of_get_option function. As a side note; I am pretty sure everything should work just fine; but i did a quick search & replace to replace that of_get function. I hope it did not effect something else, I’ve browsed here and there but did not run into any problems. Let me know if you find any.

Viewing 1 replies (of 1 total)
  • The topic ‘Child Theme Help – Admin Bootstrap UL Options Page’ is closed to new replies.