<div class="column one-fifth bpanel-option-set">
                            	<?php 
        dtthemes_mytheme_switch("", 'specialty', 'disable-404-font-settings');
        ?>
                            </div>
                            <div class="column four-fifth last"><p class="note"><?php 
        _e('Enable / Disable 404 Font settings', 'dt_rise');
        ?>
</p></div>
                            <div class="hr"></div>
                        
                        	<!-- Font Section -->                        	
                            <div class="column one-column">
                                <div class="bpanel-option-set">
                                    <?php 
        dtthemes_mytheme_admin_fonts(__('Message Font', 'dt_rise'), 'mytheme[specialty][message-font]', dtthemes_mytheme_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_rise');
        $name = "mytheme[specialty][message-font-color]";
        $value = dtthemes_mytheme_option('specialty', 'message-font-color') != NULL ? dtthemes_mytheme_option('specialty', 'message-font-color') : "#";
        $tooltip = __("Pick a custom color for 404 message font color of the theme e.g. #a314a3", 'dt_rise');
        ?>
									  <h6> <?php 
        echo $label;
Esempio n. 2
0
    ?>
</div>
                                <div class="column one-half last bpanel-option-set">
                                    <?php 
    dtthemes_mytheme_standard_font_style("H{$i} " . __('Standard Font Style', 'dt_rise'), "mytheme[appearance][H{$i}-standard-font-style]", dtthemes_mytheme_option('appearance', 'menu-standard-font-style'));
    ?>
</div>
                            </div>
                            
                            <div class="google-font column one-column bpanel-option-set" <?php 
    echo $show_h_google_font;
    ?>
>
                            	<div class="column one-column">
                                	<div class="bpanel-option-set"><?php 
    dtthemes_mytheme_admin_fonts("H{$i} " . __('Font', 'dt_rise'), "mytheme[appearance][H{$i}-font]", dtthemes_mytheme_option('appearance', "H{$i}-font"));
    ?>
</div>
                                </div>
                            </div>
                            
                         	
                         </div><!-- Font End -->

                         <div class="hr_invisible"> </div>
                         <div class="column one-half last">
							<?php 
    $label = "H{$i} " . __("Font Color", 'dt_rise');
    $name = "mytheme[appearance][H{$i}-font-color]";
    $value = dtthemes_mytheme_option('appearance', "H{$i}-font-color") != NULL ? dtthemes_mytheme_option('appearance', "H{$i}-font-color") : "#";
    ?>