0, 'sectionorder' => 0, 'label'=> 'Parallax Height', 'desc' => 'The height the parallax element should be in pixels. Set to 0 to auto set the height based on the post content. Minimum height is always 100px', 'id' => $prefix.'height', 'type' => 'number', 'min' => 0, 'max' => 2000 ), array( 'section' => 0, 'sectionorder' => 1, 'label'=> 'Parallax Image Size', 'desc' => 'The parallax image size will be scaled based on this value. Specify the width in pixels. Set to 0 to auto set the size of the image (recommended)', 'id' => $prefix.'pheight', 'type' => 'number', 'min' => 0, 'max' => 2000 ), array( 'section' => 0, 'sectionorder' => 2, 'label'=> 'Horizontal Position', 'desc' => 'The horizontal position of the header on the parallax background.', 'id' => $prefix.'hpos', 'type' => 'select', 'options' => array ( 'one' => array ( 'label' => 'Left', 'value' => 'left' ), 'two' => array ( 'label' => 'Centre', 'value' => 'center' ), 'three' => array ( 'label' => 'Right', 'value' => 'right' ) ) ), array( 'section' => 0, 'sectionorder' => 3, 'label'=> 'Vertical Position', 'desc' => 'The vertical position of the header on the parallax background. This setting is ignored if post content is specified.', 'id' => $prefix.'vpos', 'type' => 'select', 'options' => array ( 'one' => array ( 'label' => 'Top', 'value' => 'top' ), 'two' => array ( 'label' => 'Middle', 'value' => 'middle' ), 'three' => array ( 'label' => 'Bottom', 'value' => 'bottom' ) ) ), array( 'section' => 0, 'sectionorder' => 4, 'label'=> 'Header Style', 'desc' => 'Enter the inline CSS style required for the header eg. font-weight: bold; font-size: large;', 'id' => $prefix.'hstyle', 'type' => 'textarea', 'min' => 0, 'max' => 10000 ), array( 'section' => 0, 'sectionorder' => 5, 'label'=> 'Full Width', 'desc' => 'Display the parallax across the full width of the page. This is a work around to get a full width parallax if its not already. This may not work on some themes.', 'id' => $prefix.'FullWidth', 'type' => 'checkbox' ), array( 'section' => 1, 'sectionorder' => 0, 'label'=> 'Parallax Speed', 'desc' => 'The speed of the scrolling background. Value between 1 to 10. 10 being the quickest speed setting. Setting 0 will disable background scrolling', 'id' => $prefix.'speed', 'type' => 'number', 'min' => 0, 'max' => 10 ), array( 'section' => 1, 'sectionorder' => 1, 'label'=> 'Use Parallax.JS', 'desc' => 'Selecting this option will use parallax.js as the parallax engine. Select if the CSS parallax doesnt work as you require. Note that some of the other options may not work as desired with this setting', 'id' => $prefix.'parallaxjs', 'type' => 'checkbox' ), array( 'section' => 2, 'sectionorder' => 0, 'label'=> 'Mobile: Disable Parallax Image', 'desc' => 'Select this option if you would rather the background image not display at all on mobile devices.', 'id' => $prefix.'DisableParImg', 'type' => 'checkbox' ), array( 'section' => 2, 'sectionorder' => 1, 'label'=> 'Mobile: Disable Entire Parallax', 'desc' => 'Select this option if you would rather not display any of the parallax content when on mobile device.', 'id' => $prefix.'DisableParallax', 'type' => 'checkbox' ), array( 'section' => 2, 'sectionorder' => 2, 'label'=> 'Mobile: Image Size', 'desc' => 'Set a size here to scale the image size when on a mobile device. Specify the width in pixels. Set to 0 to auto set the size of the image.', 'id' => $prefix.'pheightmob', 'type' => 'number', 'min' => 0, 'max' => 2000 ) ); // The Callback function show_meta_parallax_scroll() { global $custom_meta_fields, $post; // Use nonce for verification echo ''; // Begin the field table and loop echo '
| ';
//echo ' ';
//echo 'Parallax Scroll by adamrob.co.uk';
//echo ' '; //echo ' | |
| ';
echo ' ';
echo 'Style';
echo ' | |
'; echo ' ';
echo 'Parallax Settings';
echo ' | |
'; echo ' ';
echo 'Mobile Settings';
echo ' |