Example #1
0
        $name = "mytheme[specialty][message-font-color]";
        $value = dt_theme_option('specialty', 'message-font-color') != NULL ? dt_theme_option('specialty', 'message-font-color') : "#";
        $tooltip = __("Pick a custom color for 404 message font color of the theme e.g. #a314a3", 'iamd_text_domain');
        ?>
									  <h6> <?php 
        echo $label;
        ?>
 </h6>
                                  <?php 
        dt_theme_admin_color_picker("", $name, $value, '');
        ?>
                            
                            </div><!-- Font Color Section -->
                            <div class="column one-half last">
								<?php 
        dt_theme_admin_jqueryuislider(__('Message Font Size', 'iamd_text_domain'), "mytheme[specialty][message-font-size]", dt_theme_option('specialty', "message-font-size"));
        ?>
                            </div>
                            
                        </div>
                    <?php 
    }
    ?>
                    <!-- 404 Content End-->

                 </div><!-- .bpanel-box end -->
            </div><!-- .tab-content end -->
        <?php 
}
?>
    </div>
Example #2
0
$label = __("Background Color", 'iamd_text_domain');
$name = "mytheme[appearance][boxed-layout-bg-color]";
$value = dt_theme_option('appearance', 'boxed-layout-bg-color') != NULL ? dt_theme_option('appearance', 'boxed-layout-bg-color') : "#";
$tooltip = __("Pick a background color of the theme.(e.g. #a314a3)", 'iamd_text_domain');
dt_theme_admin_color_picker($label, $name, $value, '');
?>
                                
                                <p class="note"> <?php 
echo $tooltip;
?>
 </p>
                                
                                <div class="hr_invisible"> </div>
                                
							 <?php 
echo dt_theme_admin_jqueryuislider(__("Background opacity", 'iamd_text_domain'), "mytheme[appearance][boxed-layout-bg-opacity]", dt_theme_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-->
        
		<!-- Styling Section -->
        <div id="appearance-styling" class="tab-content">
        	<div class="bpanel-box">
                <div class="box-title"><h3><?php 
_e('Disable Styling Settings', 'iamd_text_domain');
?>