Exemple #1
0
<div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar">
	<label for="<?php 
echo $fieldid;
?>
url" class="form-title"><?php 
_e('Redirect to URL', 'optimizepress');
?>
</label>
	<p class="op-micro-copy"><?php 
_e('Enter the URL of your mobile optimized site if you want OptimizePress to redirect any visitors on mobile platforms to a separate site');
?>
</p>
    <input type="text" name="<?php 
echo $fieldname;
?>
[url]" id="<?php 
echo $fieldid;
?>
url" value="<?php 
op_page_attr_e($section_name, 'url');
?>
" />
</div>
Exemple #2
0
			<?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');
?>
</textarea>
        </div>
    </div>

</div>
Exemple #3
0
<div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar cf" id="op_page_layout_footer_area">
    <label for="op_feature_title_title" class="form-title"><?php 
_e('Override Feature Title', OP_SN);
?>
</label>
    <p class="op-micro-copy"><?php 
_e('To override the feature title enter one here. Defaults to post title', OP_SN);
?>
</p>
    <input type="text" id="op_feature_title_title" name="op[feature_title][title]" value="<?php 
op_page_attr_e('feature_title', 'title');
?>
" />
</div>
Exemple #4
0
<input type="text" name="<?php echo $fieldname ?>[description]" id="<?php echo $fieldid ?>description" value="<?php op_page_attr_e($section_name,'description') ?>" />

<label for="<?php echo $fieldid ?>image" class="form-title"><?php _e('Facebook Share Image', 'optimizepress') ?></label>
<p class="op-micro-copy"><?php _e('Select an image to be used when your page is shared on Facebook. Ensure the picture is appealing as this will increase click-thru rate to your site.', 'optimizepress') ?></p>
<?php op_upload_field($fieldname.'[image]',op_page_option($section_name,'image')) ?>
*/
?>
    
	<label for="<?php 
echo $fieldid;
?>
like_url" class="form-title"><?php 
_e('Facebook Like URL', 'optimizepress');
?>
</label>
    <p class="op-micro-copy"><?php 
_e('If you want any Facebook likes on the page to be attributed to a different page, or a Facebook Fan Page, enter the URL of that other page here. Please note that when this URL is changed that will also mean when the page is shared, this URL will be shared', 'optimizepress');
?>
</p>
    <input type="text" name="<?php 
echo $fieldname;
?>
[like_url]" id="<?php 
echo $fieldid;
?>
like_url" value="<?php 
op_page_attr_e($section_name, 'like_url');
?>
" />
    
</div>
Exemple #5
0
echo $fieldid;
?>
gateway_override_redirect" value="<?php 
op_page_attr_e($section_name, 'gateway_override', 'redirect');
?>
" />
            
            <label for="<?php 
echo $fieldid;
?>
override_gateway_code" class="form-title"><?php 
_e('Gateway Access Code', 'optimizepress');
?>
</label>
            <p class="op-micro-copy"><?php 
printf(__('<strong>Important:</strong> In order for your user to access your page they must use a special gateway code. You can see the gateway code in the box below. Please ensure you have setup a gateway code for your site in the main %1$sLaunch settings%2$s', 'optimizepress'), '<a href="' . menu_page_url(OP_SN . '-launch-suite', false) . '" target="_blank">', '</a>');
?>
</p>
		    <input type="text" name="<?php 
echo $fieldname;
?>
[gateway_override][code]" id="<?php 
echo $fieldid;
?>
gateway_override_code" value="<?php 
op_page_attr_e($section_name, 'gateway_override', 'code');
?>
" />
        </div>
    </div>
</div>
Exemple #6
0
?>
[url]" id="<?php 
echo $fieldid;
?>
url" value="<?php 
op_page_attr_e($section_name, 'url');
?>
" />

	<label for="<?php 
echo $fieldid;
?>
code" class="form-title"><?php 
_e('Gateway Access Code');
?>
</label>
	<p class="op-micro-copy"><?php 
_e('<strong>Important:</strong> In order for your user to access your page they must use a special gateway code. You can see the gateway code in the box below. Please ensure you have setup a gateway code for your site in the main Launch settings (include link here to open in new window)');
?>
</p>
    <input type="text" name="<?php 
echo $fieldname;
?>
[code]" id="<?php 
echo $fieldid;
?>
code" value="<?php 
op_page_attr_e($section_name, 'code');
?>
" />
</div>
Exemple #7
0
?>
[url]" id="<?php 
echo $fieldid;
?>
url" value="<?php 
op_page_attr_e($section_name, 'url');
?>
" />
    
    <label for="<?php 
echo $fieldid;
?>
message" class="form-title"><?php 
_e('Redirect Browser Message', OP_SN);
?>
</label>
    <p class="op-micro-copy"><?php 
_e('Enter the message to be shown to the user in a browser pop when the user tries to exit. This would normally be a message advising if they want to close their browser or be redirected', OP_SN);
?>
</p>
    <textarea id="<?php 
echo $fieldid;
?>
message" name="<?php 
echo $fieldname;
?>
[message]"><?php 
stripslashes(op_page_attr_e($section_name, 'message'));
?>
</textarea>
</div>