Advertisement
Guest User

Untitled

a guest
Jan 30th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. <!-- Breakout Row -->
  2.  
  3. <?php if(get_option_tree('homepage_breakout_section') == 'Yes') { ?>
  4.  
  5. <?php get_template_part( 'element', 'breakoutrow' ); ?>
  6.  
  7. <?php } ?>
  8.  
  9.  
  10.  
  11.  
  12.  
  13. <!-- ============================================== -->
  14.  
  15.  
  16.  
  17.  
  18.  
  19. <!-- Super Container | Footer Widget Space (Optional) -->
  20.  
  21. <?php if (get_option_tree('footer_widgets') == 'Yes') { ?>
  22.  
  23. <div class="super-container full-width" id="section-footer">
  24.  
  25.  
  26.  
  27. <!-- 960 Container -->
  28.  
  29. <div class="container">
  30.  
  31.  
  32.  
  33. <!-- footer -->
  34.  
  35. <footer>
  36.  
  37. <div class="sixteen columns" id="footer">
  38.  
  39.  
  40.  
  41. <hr />
  42.  
  43.  
  44.  
  45. <!-- 1/4 -->
  46.  
  47. <div class="five columns alpha">
  48.  
  49. <?php if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('footer-widget-1') ) ?>
  50.  
  51. </div>
  52.  
  53. <!-- /End 1/4 -->
  54.  
  55.  
  56.  
  57. <!-- 2/4 -->
  58.  
  59. <div class="five columns">
  60.  
  61. <?php if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('footer-widget-2') ) ?>
  62.  
  63. </div>
  64.  
  65. <!-- /End 2/4 -->
  66.  
  67.  
  68.  
  69. <!-- 3/4 -->
  70.  
  71. <div class="three columns">
  72.  
  73. <?php if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('footer-widget-3') ) ?>
  74.  
  75. </div>
  76.  
  77. <!-- /End 3/4 -->
  78.  
  79.  
  80.  
  81.  
  82.  
  83. <!-- 4/4 -->
  84.  
  85. <div class="three columns omega">
  86.  
  87. <?php if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('footer-widget-4') ) ?>
  88.  
  89. </div>
  90.  
  91. <!-- /End 4/4 -->
  92.  
  93.  
  94.  
  95.  
  96.  
  97. </div>
  98.  
  99. </footer>
  100.  
  101. <!-- /End Footer -->
  102.  
  103.  
  104.  
  105. </div>
  106.  
  107. <!-- /End 960 Container -->
  108.  
  109.  
  110.  
  111. </div>
  112.  
  113. <!-- /End Super Container -->
  114.  
  115. <?php } else{} ?>
  116.  
  117.  
  118.  
  119.  
  120.  
  121. <!-- ============================================== -->
  122.  
  123.  
  124.  
  125.  
  126.  
  127. <!-- Super Container - SubFooter Space -->
  128.  
  129. <div class="super-container full-width" id="section-sub-footer">
  130.  
  131.  
  132.  
  133. <!-- 960 Container -->
  134.  
  135. <div class="container">
  136.  
  137.  
  138.  
  139. <div class="sixteen columns">
  140.  
  141.  
  142.  
  143.  
  144.  
  145. <?php if (get_option_tree('footer_blurb_left')) : ?><span class="copyright"><?php echo get_option_tree('footer_blurb_left'); ?></span><?php endif; ?>
  146.  
  147. <?php if (get_option_tree('footer_social') == 'Yes') { ?>
  148.  
  149. <ul class="social">
  150.  
  151. <?php if (get_option_tree('social_google')) : ?><li><a href="<?php echo get_option_tree('social_google'); ?>"><img src="<?php echo WP_THEME_URL; ?>/assets/images/theme/social-icons/google_plus_32.png" alt="google" title="Google+" /></a></li><?php endif; ?>
  152.  
  153. <?php if (get_option_tree('social_twitter')) : ?><li><a href="<?php echo get_option_tree('social_twitter'); ?>"><img src="<?php echo WP_THEME_URL; ?>/assets/images/theme/social-icons/twitter_32.png" alt="twitter" title="Twitter"/></a></li><?php endif; ?>
  154.  
  155. <?php if (get_option_tree('social_facebook')) : ?><li><a href="<?php echo get_option_tree('social_facebook'); ?>"><img src="<?php echo WP_THEME_URL; ?>/assets/images/theme/social-icons/facebook_32.png" alt="facebook" title="Facebook" /></a></li><?php endif; ?>
  156.  
  157. <?php if (get_option_tree('social_youtube')) : ?><li><a href="<?php echo get_option_tree('social_youtube'); ?>"><img src="<?php echo WP_THEME_URL; ?>/assets/images/theme/social-icons/youtube_32.png" alt="youtube" title="You Tube" /></a></li><?php endif; ?>
  158.  
  159. <?php if (get_option_tree('social_vimeo')) : ?><li><a href="<?php echo get_option_tree('social_vimeo'); ?>"><img src="<?php echo WP_THEME_URL; ?>/assets/images/theme/social-icons/vimeo_32.png" alt="vimeo" title="Vimeo" /></a></li><?php endif; ?>
  160.  
  161. <?php if (get_option_tree('social_linkedin')) : ?><li><a href="<?php echo get_option_tree('social_linkedin'); ?>"><img src="<?php echo WP_THEME_URL; ?>/assets/images/theme/social-icons/linkedin_32.png" alt="linkedin" title="LinkedIn" /></a></li><?php endif; ?>
  162.  
  163. <li><a href="<?php bloginfo('rss2_url'); ?>" target="_blank"><img src="<?php echo WP_THEME_URL; ?>/assets/images/theme/social-icons/rss_32.png" alt="RSS" title="RSS" /></a></li>
  164.  
  165. </ul>
  166.  
  167. <?php } else{} ?>
  168.  
  169. <?php if (get_option_tree('footer_blurb_right')) : ?><span class="colophon"><?php echo get_option_tree('footer_blurb_right'); ?></span><?php endif; ?>
  170.  
  171. </div>
  172.  
  173.  
  174.  
  175. </div>
  176.  
  177. <!-- /End 960 Container -->
  178.  
  179.  
  180.  
  181. </div>
  182.  
  183. <!-- /End Super Container -->
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191. <?php wp_footer(); ?>
  192.  
  193.  
  194.  
  195. <?php if(get_option_tree('chosen') == 'Yes') : ?>
  196.  
  197. <script type="text/javascript"> $(".chzn-select").chosen(); </script>
  198.  
  199. <?php else : ?>
  200.  
  201. <style type="text/css">
  202.  
  203. select.chzn-select {
  204.  
  205. height: 30px;
  206.  
  207. padding: 6px;
  208.  
  209. width: 100%; }
  210.  
  211. </style>
  212.  
  213. <?php endif; ?>
  214.  
  215.  
  216.  
  217.  
  218.  
  219. <!-- Default Portfolio View - Grabs the variable set in the template-xxx.php files -->
  220.  
  221. <?php
  222.  
  223. if($GLOBALS[ 'portfolio_view' ] == 'Hybrid') : ?>
  224.  
  225.  
  226.  
  227. <script type="text/javascript">
  228.  
  229. (function($) {
  230.  
  231. // Hybrid View Defaults
  232.  
  233. jQuery("#portfolio-list .module-container").removeClass("sixteen columns").addClass("four columns");
  234.  
  235. jQuery("#portfolio-list .module-img").removeClass("twelve columns alpha");
  236.  
  237. jQuery("#portfolio-list .module-meta").fadeIn(300).removeClass("omega").addClass("four columns alpha visible");
  238.  
  239. jQuery(".list_btn").css("opacity","1");
  240.  
  241. jQuery(".hybrid_btn").css("opacity","0.5");
  242.  
  243. jQuery(".grid_btn").css("opacity","1");
  244.  
  245. })(jQuery);
  246.  
  247. </script>
  248.  
  249.  
  250.  
  251. <?php elseif($GLOBALS[ 'portfolio_view' ] == 'List') : ?>
  252.  
  253.  
  254.  
  255. <script type="text/javascript">
  256.  
  257. (function($) {
  258.  
  259. // List View Defaults
  260.  
  261. jQuery("#portfolio-list .module-container").removeClass("four columns").addClass("sixteen columns");
  262.  
  263. jQuery("#portfolio-list .module-img").addClass("twelve columns alpha");
  264.  
  265. jQuery("#portfolio-list .module-meta").fadeIn(300).removeClass("alpha").addClass("four columns omega visible");
  266.  
  267. jQuery(".list_btn").css("opacity","0.5");
  268.  
  269. jQuery(".hybrid_btn").css("opacity","1");
  270.  
  271. jQuery(".grid_btn").css("opacity","1");
  272.  
  273. })(jQuery);
  274.  
  275. </script>
  276.  
  277.  
  278.  
  279. <?php else : ?>
  280.  
  281.  
  282.  
  283. <script type="text/javascript">
  284.  
  285. (function($) {
  286.  
  287. // Grid View Defaults
  288.  
  289. // $("#portfolio-list .module-container").removeClass("sixteen columns").addClass("four columns");
  290.  
  291. // $("#portfolio-list .module-img").removeClass("twelve columns alpha");
  292.  
  293. // $("#portfolio-list .module-meta").fadeOut(100).removeClass("four columns alpha omega visible");
  294.  
  295. jQuery(".list_btn").css("opacity","1");
  296.  
  297. jQuery(".hybrid_btn").css("opacity","1");
  298.  
  299. jQuery(".grid_btn").css("opacity","0.5");
  300.  
  301. })(jQuery);
  302.  
  303. </script>
  304.  
  305.  
  306.  
  307. <?php endif; ?>
  308.  
  309. <!-- End Default Portfolio View -->
  310.  
  311.  
  312.  
  313. <?php
  314.  
  315. if(is_home())
  316.  
  317. {
  318.  
  319. if (function_exists (mypopup)) mypopup();
  320.  
  321. }
  322.  
  323. ?>
  324.  
  325.  
  326.  
  327. </body>
  328.  
  329.  
  330.  
  331.  
  332.  
  333. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement