Exemple #1
0
    ?>
</h3>
			<?php 
    $help_vid = op_help_vid(array('page', $section_type, $name), true);
    ?>
			<div class="op-bsw-panel-controls<?php 
    echo $help_vid == '' ? '' : ' op-bsw-panel-controls-help';
    ?>
 cf">
				<div class="show-hide-panel"><?php 
    echo !$no_content ? '<a href="#"></a>' : '';
    ?>
</div>
                <?php 
    if ($on_off) {
        $enabled = op_page_on_off_switch($name);
    }
    echo $help_vid;
    ?>
			</div>
		</div>
        <?php 
    if (!$no_content) {
        ?>
			<?php 
        if (!empty($help)) {
            ?>
            <div class="section-help"><?php 
            echo $help;
            ?>
</div>
Exemple #2
0
	<div class="op-bsw-grey-panel section-footer_disclaimer">
		<div class="op-bsw-grey-panel-header cf">
			<h3><a href="#"><?php 
_e('Footer Disclaimer', OP_SN);
?>
</a></h3>
			<?php 
$help_vid = op_help_vid(array('page', 'footer_area', 'footer_disclaimer'), true);
?>
			<div class="op-bsw-panel-controls<?php 
echo $help_vid == '' ? '' : ' op-bsw-panel-controls-help';
?>
 cf">
				<div class="show-hide-panel"><a href="#"></a></div>
                <?php 
$enabled = op_page_on_off_switch('footer_area', 'footer_disclaimer');
echo $help_vid;
?>
			</div>
		</div>
        <div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar">
            <label for="op_footer_area_disclaimer_message" class="form-title"><?php 
_e('Disclaimer Override', OP_SN);
?>
</label>
            <p class="op-micro-copy"><?php 
_e('If you want to override the disclaimer message set in the OptimizePress general settings, enter a new disclaimer below. This disclaimer will be shown above the copyright message in your page footer.', OP_SN);
?>
</p>
            <textarea name="op[footer_area][footer_disclaimer][message]" id="op_footer_area_disclaimer_message"><?php 
op_page_attr_e('footer_area', 'footer_disclaimer', 'message');
Exemple #3
0
	<div class="op-bsw-grey-panel section-nav_bar_alongside" id="op_page_layout_header_nav_bar_alongside">
		<div class="op-bsw-grey-panel-header cf">
			<h3><a href="#"><?php 
_e('Navigation Bar Alongside Logo', OP_SN);
?>
</a></h3>
			<?php 
$help_vid = op_help_vid(array('page', 'header_layout', 'nav_bar_above'), true);
?>
			<div class="op-bsw-panel-controls<?php 
echo $help_vid == '' ? '' : ' op-bsw-panel-controls-help';
?>
 cf">
				<div class="show-hide-panel"><a href="#"></a></div>
                <?php 
$enabled = op_page_on_off_switch('header_layout', 'nav_bar_alongside');
echo $help_vid;
?>
			</div>
		</div>
        <div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar">
            <label for="op_header_alongside_nav" class="form-title"><?php 
_e('Select Menu for Navigation Bar', OP_SN);
?>
</label>
            <p class="op-micro-copy"><?php 
_e('Select a menu to assign to this navigation bar. You can create new menus by going to Appearance > Menus in the Wordpress control panel', OP_SN);
?>
</p>
            <select id="op_header_alongside_nav" name="op[header_layout][nav_bar_alongside][nav]"><option value=""><?php 
_e('None', OP_SN);
Exemple #4
0
	<div class="op-bsw-grey-panel section-gateway_override">
		<div class="op-bsw-grey-panel-header cf">
			<h3><a href="#"><?php 
_e('Funnel Gateway Override', 'optimizepress');
?>
</a></h3>
			<?php 
$help_vid = op_help_vid(array('page', 'functionality', 'launch_funnel', 'gateway_override'), true);
?>
			<div class="op-bsw-panel-controls<?php 
echo $help_vid == '' ? '' : ' op-bsw-panel-controls-help';
?>
 cf">
				<div class="show-hide-panel"><a href="#"></a></div>
                <?php 
$enabled = op_page_on_off_switch($section_name, 'gateway_override');
echo $help_vid;
?>
			</div>
		</div>
        <div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar">
        	<p class="op-micro-copy"><?php 
_e('Override the main launch funnel settings with these options. The launch gateway will redirect the user to a page of your choosing if they do not use the special access key for the page.', 'optimizepress');
?>
</p>
            
            <label for="<?php 
echo $fieldid;
?>
override_gateway_redirect" class="form-title"><?php 
_e('Redirect to URL', 'optimizepress');