Custom Sidebars – Individual Classes Pages

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Custom Sidebars – Individual Classes Pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9859
    starkepfoten
    Member

    I was wondering if there is a way to have Individual Classes Page custom sidebars per class, and not the “classes sidebar” widget that is the same for very class. Like you can to the individual pages via the theme options “Custom Sidebars”

    IE. STEP AEROBICS, WEIGHTLIFTING, etc all have their own custom sidebar widget to have on their individual page and not the overall generic “classes” sidebar widget.

    Thanks

    #9872
    Raghavendra
    Moderator

    At present it is not possible but with a small code change it can be done. Pls change the line number 116 of file framework/presentation/metabox-manager.php to

                        'id' => 'mo_primary_sidebar_choice',
                        'label' => __('Custom Sidebar Choice', 'mo_theme'),
                        'desc' => 'Custom sidebar for the post/page. Useful if the post/page is not designated as full width.',
                        'std' => '',
                        'type' => 'select',
                        'rows' => '',
                        'post_type' => 'fitness_class,page,post',
    

    and then generate a custom sidebar in the Sidebar tab of theme options. Pls see the topic “Unlimited Sidebars” in the documentation to see how to set a custom sidebar per post/class/page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.