예제 #1
0
?>
                          <h6> <?php 
echo $label;
?>
 </h6>
                          <?php 
dttheme_admin_color_picker("", $name, $value, '');
?>
                          <p class="note no-margin"><?php 
echo $tooltip;
?>
</p>     
                    </div>
                    <div class="column one-half last">
						<?php 
dttheme_admin_jqueryuislider(__('Message Font Size', 'dt_themes'), "mytheme[bbar][message-font-size]", dttheme_option('bbar', "message-font-size"));
?>
                    </div>
                    
                    <div class="hr"> </div>
                    
                    <div class="column one-third">
                    	<h6><?php 
_e('Disable Font Color', 'dt_themes');
?>
</h6>   
                        <?php 
dttheme_switch("", 'bbar', 'disable-message-font-color');
?>
                    </div>
                    
예제 #2
0
                         <!-- Boxed Layout BG Color -->
                         <div class="column one-half last">
	                        
                            <?php 
$label = __("Background Color", 'dt_themes');
$name = "mytheme[appearance][boxed-layout-bg-color]";
$value = dttheme_option('appearance', 'boxed-layout-bg-color') != NULL ? dttheme_option('appearance', 'boxed-layout-bg-color') : "#";
$tooltip = __("Pick a background color of the theme.(e.g. #a314a3)", 'dt_themes');
dttheme_admin_color_picker($label, $name, $value, '');
?>
                                
                                <p class="note"> <?php 
echo $tooltip;
?>
 </p>
                                
                                <div class="hr_invisible"> </div>
                                
							 <?php 
echo dttheme_admin_jqueryuislider(__("Background opacity", 'dt_themes'), "mytheme[appearance][boxed-layout-bg-opacity]", dttheme_option("appearance", "boxed-layout-bg-opacity"), "");
?>
                                
                         </div><!-- Boxed Layout BG Color -->
                    </div><!-- Upload custom BG option Ends -->
                     
                </div><!-- .box-content -->   
            </div><!-- .bpanel-box -->    
        </div><!--Layout Section  End-->        
        
    </div><!-- .bpanel-main-content end -->
</div><!-- #appearance  end-->
예제 #3
0
                            <div class="column one-column">
                                <div class="bpanel-option-set">
                                    <?php dttheme_admin_fonts(__('Message Font','dt_themes'),'mytheme[specialty][message-font]',dttheme_option('specialty','message-font'));?>
                                </div>
                            </div>
                            <!-- Font Section -->
                            <div class="hr_invisible"> </div>
                            <!-- Font Color Section -->
                            <div class="column one-half">
        	                    <?php $label = 		__("Message Font Color",'dt_themes');
									  $name  =		"mytheme[specialty][message-font-color]";	
									  $value =  	 (dttheme_option('specialty','message-font-color')!= NULL) ? dttheme_option('specialty','message-font-color') : "#";
									  $tooltip = 	__("Pick a custom color for 404 message font color of the theme e.g. #a314a3",'dt_themes'); ?>
									  <h6> <?php echo $label;?> </h6>
                                  <?php dttheme_admin_color_picker("",$name,$value,'');?>
                            
                            </div><!-- Font Color Section -->
                            <div class="column one-half last">
								<?php dttheme_admin_jqueryuislider(__('Message Font Size','dt_themes'),"mytheme[specialty][message-font-size]",
    	                        dttheme_option('specialty',"message-font-size"));?>
                            </div>
                            
                        </div>
                    <?php endif;?>
                    <!-- 404 Content End-->

                 </div><!-- .bpanel-box end -->
            </div><!-- .tab-content end -->
        <?php endforeach;?>
    </div>
</div><!-- #specialty-pages end-->