?>
                            </div><!-- Every Where Sidebar Left End-->
                        </div>
    
                        <div id="right-sidebar-container" class="bpanel-page-right-sidebar" <?php 
    echo $sidebar_right;
    ?>
>
                            <!-- 3. Every Where Sidebar Right Start -->
                            <div id="page-commom-sidebar" class="bpanel-sidebar-section custom-box">
                                <h6><?php 
    _e('Disable Shop Every Where Sidebar Right', 'dt_themes');
    ?>
</label></h6>
                                <?php 
    dttheme_switch("", 'woo', 'disable-shop-everywhere-right-sidebar-for-product-tag-layout');
    ?>
                            </div><!-- Every Where Sidebar Right End-->
                        </div>
                        
                    </div>                    
                    
                </div><!-- Product Tag Page -->
<?php 
} else {
    ?>
                <div class="box-title"><h3><?php 
    _e('Warning', 'dt_themes');
    ?>
</h3></div>
                <div class="box-content"><p class="note"><?php 
Esempio n. 2
0
    ?>
                            </div><!-- Every Where Sidebar Left End-->
                        </div>
    
                        <div id="right-sidebar-container" class="bpanel-page-right-sidebar" <?php 
    echo $sidebar_right;
    ?>
>
                            <!-- 3. Every Where Sidebar Right Start -->
                            <div id="page-commom-sidebar" class="bpanel-sidebar-section custom-box">
                                <h6><?php 
    _e('Disable Event Every Where Sidebar Right', 'dt_themes');
    ?>
</label></h6>
                                <?php 
    dttheme_switch("", 'events', 'disable-event-everywhere-right-sidebar-for-event-category-layout');
    ?>
                            </div><!-- Every Where Sidebar Right End-->
                        </div>
                        
                    </div>                    
                    
                </div><!-- Event Category Page -->

<?php 
} else {
    ?>
				<div class="box-title"><h3><?php 
    _e('Warning', 'dt_themes');
    ?>
</h3></div>
Esempio n. 3
0
    echo $bgsettings['tooltip'];
    ?>
  </p>
                                    <div class="hr_invisible"> </div>
                                  </div>
                        <?php 
}
?>
                        		 <div class="bpanel-option-set">	
                                     
                                 	 <h6><?php 
_e("Disable Background Color", 'dt_themes');
?>
</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, '');
?>
                                
Esempio n. 4
0
    ?>
                            </div><!-- Every Where Sidebar Left End-->
                        </div>
    
                        <div id="right-sidebar-container" class="bpanel-page-right-sidebar" <?php 
    echo $sidebar_right;
    ?>
>
                            <!-- 3. Every Where Sidebar Right Start -->
                            <div id="page-commom-sidebar" class="bpanel-sidebar-section custom-box">
                                <h6><?php 
    _e('Disable Sensei Course Every Where Sidebar Right', 'dt_themes');
    ?>
</label></h6>
                                <?php 
    dttheme_switch("", 'sensei', 'disable-senseicourse-everywhere-right-sidebar-for-course-category-layout');
    ?>
                            </div><!-- Every Where Sidebar Right End-->
                        </div>
                        
                    </div>                    
                    
                </div><!-- Course Category Page -->

<?php 
} else {
    ?>
				<div class="box-title"><h3><?php 
    _e('Warning', 'dt_themes');
    ?>
</h3></div>
Esempio n. 5
0
                    </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>
                    
                    <div class="column one-third"> 
                        <?php 
$label = __("Link Color", 'dt_themes');
$name = "mytheme[bbar][link-color]";
$value = dttheme_option('bbar', 'link-color') != NULL ? dttheme_option('bbar', 'link-color') : "#";
$tooltip = __("Pick a custom primary color for the links in buddha bar e.g. #564912 ", 'dt_themes');
?>
                          <h6><?php 
echo $label;
?>
</h6>	
                          <?php 
Esempio n. 6
0
             <?php if($id == "404"): ?>
                 <div class="box-title"><h3><?php echo $tab['content-title'];?></h3></div>
                 <div class="box-content">
                 	<p class="note"><?php echo ($tab['content-tooltip']);?></p>
                     
                     
                     <div class="bpanel-option-set">
                         <h6><?php _e('404 Custom Message','dt_themes');?></h6>
                         <textarea id="mytheme-404-text" name="mytheme[specialty][404-message]" rows="" 
                         	cols=""><?php echo stripslashes(dttheme_option('specialty','404-message'));?></textarea>
                     </div>
                     <div class="hr"></div>
                     
                     <h6><?php _e("Disable Font Settings",'dt_themes')?></h6>
                     <div class="column one-fifth bpanel-option-set">
                     	<?php dttheme_switch("",'specialty','disable-404-font-settings');?>
                     </div>
                     <div class="column four-fifth last"><p class="note"><?php _e('Enable / Disable 404 Font settings','dt_themes');?></p></div>
                     <div class="hr"></div>
                 
                 	<!-- 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');
Esempio n. 7
0
                        <ul class="bpanel-post-layout bpanel-layout-set">
                        <?php $layout = array('content-full-width'=>'without-sidebar','with-left-sidebar'=>'left-sidebar','with-right-sidebar'=>'right-sidebar');
                              $v =  dttheme_option('woo',"product-tag-layout");
                              $v = !empty($v) ? $v : "content-full-width";
                              $cs = ( $v == "content-full-width" ) ? " style='display:none;' " : "";
                        
                        foreach($layout as $key => $value):
                            $class = ( $key ==   $v ) ? " class='selected' " : "";
                            echo "<li><a href='#' rel='{$key}' {$class}><img src='".IAMD_FW_URL."theme_options/images/columns/{$value}.png' /></a></li>";
                        endforeach; ?>
                        </ul>
                        <input name="mytheme[woo][product-tag-layout]" type="hidden" value="<?php echo $v;?>"/>
                    </div><!-- Product Detail Page Layout End-->

                    <div class="widgetarea-section" <?php echo $cs;?>>
                        <div class="hr"></div>
                        <div class="bpanel-option-set">
                            <h6><?php _e('Disable Shop Every Where Sidebar','dt_themes');?></h6>
                            <?php dttheme_switch("",'woo','disable-shop-everywhere-sidebar-in-product-tag-archive');?>
                        </div>
                    </div>
                </div><!-- Product Tag Page -->
<?php   else: ?>
                <div class="box-title"><h3><?php _e('Warning','dt_themes');?></h3></div>
                <div class="box-content"><p class="note"><?php _e("You have to install and activate the wooCommerce plugin to use this module ..",'dt_themes');?></p></div>
<?php   endif;?>                
            </div><!--.bpanel-box End -->
        </div><!-- #my-woocommerce ends here -->        

    </div><!-- .bpanel-main-content ends here-->    
</div><!-- #woocommerence end-->
Esempio n. 8
0
                        <div class="hr-invisible-small"> </div>
                        <h6><?php _e('API Username','dt_themes');?></h6>
                        <input name="mytheme[company][api-username]" type="text" class="large" value="<?php echo dttheme_option('company','api-username');?>"/>

                        <div class="hr-invisible-small"> </div>
                        <h6><?php _e('API Password','dt_themes');?></h6>
                        <input name="mytheme[company][api-password]" type="text" class="large" value="<?php echo dttheme_option('company','api-password');?>"/>

                        <div class="hr-invisible-small"> </div>
                        <h6><?php _e('API Signature','dt_themes');?></h6>
                        <input name="mytheme[company][api-signature]" type="text" class="full-width" value="<?php echo dttheme_option('company','api-signature');?>"/>

                        <div class="hr-invisible-small"> </div>
                        <h6><?php _e('Enable Live','dt_themes');?></h6>
                        <div class="column one-fifth">
                            <?php dttheme_switch("",'company','enable-live');?>
                        </div>
                        <div class="column four-fifth last">
                            <p class="note no-margin"><?php _e('You can enable live express checkout paypal ','dt_themes');?></p>
                        </div>
                        <div class="hr"></div>
                    </div>                
                <?php
                else:?>
                    <div class="box-title"><h3><?php _e('Warning','dt_themes');?></h3></div>
                    <div class="box-content">
                        <p class="note"><?php _e("You have to install and activate the Design Themes Core plugin to use this module ..",'dt_themes');?></p>
                    </div><?php
                endif;?>
            </div>
        </div><!-- #my-payment end -->