예제 #1
0
?>
</p>                    
                    </div>

                    <div class="column one-third last">
                        <?php 
$label = __("Link hover Color", 'dt_themes');
$name = "mytheme[bbar][link-hover-color]";
$value = dttheme_option('bbar', 'link-hover-color') != NULL ? dttheme_option('bbar', 'link-hover-color') : "#";
$tooltip = __("Pick a custom hover state color for the links in buddha bar e.g. #564912 ", 'dt_themes');
?>
						  <h6><?php 
echo $label;
?>
</h6>	
                          <?php 
dttheme_admin_color_picker('', $name, $value, '');
?>
                    
                          <p class="note"><?php 
echo $tooltip;
?>
</p> 
                    </div>
                    

                </div>
            </div><!-- Message Text Settings End -->
        </div><!-- #my-bar -->
    </div><!-- .bpanel-main-content end-->
</div><!-- #Buddha Bar Settings end-->
예제 #2
0
</h6>
	                        		 <?php 
dttheme_switch("", 'appearance', 'disable-boxed-layout-bg-color');
?>
                                 </div>    
                        </div><!-- Boxed Layout BG Settings End -->
                        
                         <!-- 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 -->
예제 #3
0
                        	<!-- Font Section -->                        	
                            <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>