hej mohammad.
i guess it’s not an issue; i’d just like to have the one page nave activated all over the place without filling in checkboxes on each page.
second i use custom post types and as you know i managed to bring in the field (sf_enable_one_page_nav). now i’d like to have it activated on each page (just as i told before).
any idea to set the value?
i found …
// REMOVE PROMO BAR
array(
'name' => __('Enable One Page Navigation', $text_domain), // File type: checkbox
'id' => "{$prefix}enable_one_page_nav",
'type' => 'checkbox',
'desc' => __('Enable the one page nav which appears on the right of the page.', $text_domain),
'std' => 0,
),
… in swift-framework/meta-boxes.php and changed the std to 1 – without success. (and of course it would have been overwritten with next update.)
besides: are you sure the comment right above is in the right place? instead of the promo bar i would have expected something dealing with the one-page-nav. (but comments are not my topic here.)
best,
s