Advertisement
Guest User

Untitled

a guest
Aug 25th, 2017
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 31.88 KB | None | 0 0
  1. <?php
  2.  
  3. function theme_enqueue_styles() {
  4.     wp_enqueue_style( 'avada-parent-stylesheet', get_template_directory_uri() . '/style.css' );
  5.     wp_enqueue_style( 'avada-child-stylesheet', get_stylesheet_directory_uri() .'/style.css', array('avada-parent-stylesheet') );
  6.     wp_enqueue_style( 'animate-stylesheet', get_stylesheet_directory_uri() .'/assets/css/animate.css', array('avada-parent-stylesheet') );
  7.  
  8.     wp_localize_script( 'jquery', 'goNitelyVars', array(
  9.       "ajax_url" => "/wp-admin/admin-ajax.php",
  10.       "newsletter_signup_nonce" => wp_create_nonce("gnly_newsletter_signup_nonce"))
  11.     );
  12. }
  13. add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
  14.  
  15. function avada_lang_setup() {
  16.     $lang = get_stylesheet_directory() . '/languages';
  17.     load_child_theme_textdomain( 'Avada', $lang );
  18. }
  19. add_action( 'after_setup_theme', 'avada_lang_setup' );
  20.  
  21. // Remove query string from static files
  22. function remove_cssjs_ver( $src ) {
  23.  if( strpos( $src, '?ver=' ) )
  24.  $src = remove_query_arg( 'ver', $src );
  25.  return $src;
  26. }
  27. add_filter( 'style_loader_src', 'remove_cssjs_ver', 10, 2 );
  28. add_filter( 'script_loader_src', 'remove_cssjs_ver', 10, 2 );
  29.  
  30. add_action("wp_ajax_gnly_newsletter_signup", "gnly_newsletter_signup");
  31. add_action("wp_ajax_nopriv_gnly_newsletter_signup", "gnly_newsletter_signup");
  32.  
  33. function gnly_newsletter_signup() {
  34.  
  35.   $result = array('result' => 'success');
  36.  
  37.   if ( !wp_verify_nonce( $_REQUEST['nonce'], 'gnly_newsletter_signup_nonce')) {
  38.     $result['result'] = 'fail';
  39.     $result['error'] = 'incorrect nonce';
  40.     echo json_encode($result);
  41.     die();
  42.   }
  43.  
  44.   $email = trim( $_POST['email'] );
  45.   $name = trim( $_POST['name'] );
  46.   $list_id = $_POST['lang'] == 'de' ? 'eba937435a' /*Newsletter DE*/ : '064a920f2d' /* Newsletter */ ;
  47.  
  48.   if( empty( $email ) || empty( $name )  ){
  49.     $result['result'] = 'fail';
  50.     $result['error'] = 'some data is missing NAME or EMAIL';
  51.     echo json_encode($result);
  52.     die();
  53.   }
  54.    
  55.   try{
  56.     $api = new MC4WP_MailChimp();
  57.  
  58.     if( !( $response = $api->list_subscribe( $list_id, $email, array( 'merge_fields' => array('FNAME' => $name))) )){
  59.       $result['result'] = 'fail';
  60.       $result['error'] = $api->get_error_message();
  61.       $result['error_code'] = $api->get_error_code();
  62.     }
  63.   }
  64.   catch(Exception $e){
  65.     $result['result'] = "exception";
  66.     $result['error'] = $e->getMessage();
  67.   }
  68.  
  69.   echo json_encode($result);
  70.   die();
  71.  
  72. }
  73.  
  74.  
  75. add_action( 'avada_after_main_content', 'gonitely_footer' );
  76.  
  77. function gonitely_footer() {
  78.     if(ICL_LANGUAGE_CODE == "en"){
  79.         echo do_shortcode('[fusion_builder_container hundred_percent="no" equal_height_columns="no" menu_anchor="" hide_on_mobile="medium-visibility,large-visibility" class="footer-overflow" id="" background_color=""  background_image="" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_mp4="" video_webm="" video_ogv="" video_url="" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" overlay_color="" overlay_opacity="0.5" video_preview_image="" border_size="" border_color="" border_style="solid" margin_top="" margin_bottom="" padding_top="20px" padding_right="" padding_bottom="20px" padding_left=""][fusion_builder_row][fusion_builder_column type="2_5" layout="2_5" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" border_position="all" spacing="4%" background_image="" background_repeat="no-repeat" padding="8% 0 8% 0" margin_top="" margin_bottom="" class="" id="gonitley-story-wrapper" animation_type="" animation_speed="0.3" animation_direction="left" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link=""][fusion_imageframe image_id="69" style_type="none" stylecolor="" hover_type="zoomin" bordersize="" bordercolor="" borderradius="" align="center" lightbox="no" gallery_id="" lightbox_image="" alt="" link="//www.gonitely.com/about-us/" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]//www.gonitely.com/wp-content/uploads/2016/10/Gonitely-story-e1473184842877.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="3_5" layout="3_5" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" border_position="all" spacing="0%" background_image="" background_repeat="no-repeat" padding="5% 0 0% 0" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link=""][fusion_builder_row_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="" margin_bottom="" class="footer_section_one gnly-footer-menu" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_widget_area name="avada-custom-sidebar-aboutuspagenavigation" background_color="transparent" padding="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="footer-right-margin footer-logo-wrap" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_imageframe image_id="73" style_type="none" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align="center" lightbox="no" gallery_id="" lightbox_image="" alt="" link="" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="footer-logo" id="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]//www.gonitely.com/wp-content/uploads/2016/11/gonitely-logo-footer@2x.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type="single" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#e7eef9" top_margin="0px" bottom_margin="10px" border_size="2" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_builder_row_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="" margin_bottom="" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_text]
  80. <h4 style="padding-left: 38px;"><span style="color: #4c4c4c; font-family: Montserrat-Light;">CONTACT</span></h4>
  81. <p style="text-align: left; float: left; padding-left: 40px; margin-top: 0px !important;"><a href="mailto:hello@gonitely.com"><span style="color: #4c4c4c; font-family: Montserrat-Light;">hello@gonitely.com</span></a><br> <span style="color: #4c4c4c; font-family: Montserrat-Light;"> 1.800.806.9338</span></p>
  82. [/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="footer-right-margin" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_text]
  83. <h4 style="text-align: center;"><span style="color: #4c4c4c; font-family: Montserrat-Light;">FOLLOW US</span></h4>
  84. [/fusion_text][fusion_social_links icons_boxed="yes" icons_boxed_radius="0px" color_type="brand" icon_colors="" box_colors="" tooltip_placement="bottom" blogger="" deviantart="" digg="" dribbble="" dropbox="" facebook="https://www.facebook.com/GoNitely/" flickr="" forrst="" googleplus="" instagram="" linkedin="https://www.linkedin.com/company/gonitely" myspace="" paypal="" pinterest="" reddit="" rss="" skype="" soundcloud="" spotify="" tumblr="" twitter="https://twitter.com/gonitely" vimeo="" vk="" xing="" yahoo="" yelp="" youtube="" email="" show_custom="no" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="" bottom_margin="" border_size="0" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_text]
  85. <p class="footer-copyright"><span style="color: #4c4c4c; margin-left: 40px;">Copyright 2017 GoNitely, Inc. | All Rights Reserved </span> | <span style="color: #4c4c4c;">Made with love near the Pacific Ocean</span></p>
  86. [/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]');
  87. }
  88.     else {
  89.          echo do_shortcode('[fusion_builder_container hundred_percent="no" equal_height_columns="no" menu_anchor="" hide_on_mobile="medium-visibility,large-visibility" class="footer-overflow" id="" background_color="" background_image="" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_mp4="" video_webm="" video_ogv="" video_url="" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" overlay_color="" overlay_opacity="0.5" video_preview_image="" border_size="" border_color="" border_style="solid" margin_top="" margin_bottom="" padding_top="20px" padding_right="" padding_bottom="20px" padding_left=""][fusion_builder_row][fusion_builder_column type="2_5" layout="2_5" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" border_position="all" spacing="4%" background_image="" background_repeat="no-repeat" padding="8% 0 8% 0" margin_top="" margin_bottom="" class="" id="gonitley-story-wrapper" animation_type="" animation_speed="0.3" animation_direction="left" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link=""][fusion_imageframe image_id="69" style_type="none" stylecolor="" hover_type="zoomin" bordersize="" bordercolor="" borderradius="" align="center" lightbox="no" gallery_id="" lightbox_image="" alt="" link="//www.gonitely.com/about-us/" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]//www.gonitely.com/wp-content/uploads/2016/10/Gonitely-story-e1473184842877.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="3_5" layout="3_5" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" border_position="all" spacing="0%" background_image="" background_repeat="no-repeat" padding="5% 0 0% 0" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link=""][fusion_builder_row_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="" margin_bottom="" class="footer_section_one gnly-footer-menu" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_widget_area name="avada-custom-sidebar-aboutuspagenavigation" background_color="transparent" padding="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="footer-right-margin footer-logo-wrap" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_imageframe image_id="73" style_type="none" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align="center" lightbox="no" gallery_id="" lightbox_image="" alt="" link="" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="footer-logo" id="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]//www.gonitely.com/wp-content/uploads/2016/11/gonitely-logo-footer@2x.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type="single" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#e7eef9" top_margin="0px" bottom_margin="10px" border_size="2" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_builder_row_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="" margin_bottom="" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_text]
  90. <h4 style="padding-left: 38px;"><span style="color: #4c4c4c; font-family: Montserrat-Light;">KONTAKT</span></h4>
  91. <p style="text-align: left; float: left; padding-left: 40px; margin-top: 0px !important;"><a href="mailto:hello@gonitely.com"><span style="color: #4c4c4c; font-family: Montserrat-Light;">hello@gonitely.com</span></a><br> <span style="color: #4c4c4c; font-family: Montserrat-Light;"> 1.800.806.9338</span></p>
  92. [/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="footer-right-margin" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_text]
  93. <h4 style="text-align: center;"><span style="color: #4c4c4c; font-family: Montserrat-Light;">FOLGEN SIE UNS</span></h4>
  94. [/fusion_text][fusion_social_links icons_boxed="yes" icons_boxed_radius="0px" color_type="brand" icon_colors="" box_colors="" tooltip_placement="bottom" blogger="" deviantart="" digg="" dribbble="" dropbox="" facebook="https://www.facebook.com/GoNitely/" flickr="" forrst="" googleplus="" instagram="" linkedin="https://www.linkedin.com/company/gonitely" myspace="" paypal="" pinterest="" reddit="" rss="" skype="" soundcloud="" spotify="" tumblr="" twitter="https://twitter.com/gonitely" vimeo="" vk="" xing="" yahoo="" yelp="" youtube="" email="" show_custom="no" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="" bottom_margin="" border_size="0" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_text]
  95. <p class="footer-copyright"><span style="color: #4c4c4c;margin-left:40px;">Copyright 2017 GoNitely, Inc. | Alle Rechte vorbehalten </span> | <span style="color: #4c4c4c;">Made with love near the Pacific Ocean</span></p>
  96. [/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]');
  97. }
  98. }
  99.  
  100.  
  101.  
  102. add_action( 'avada_after_main_content', 'gonitely_mobile_footer' );
  103. function gonitely_mobile_footer() {
  104.     if(ICL_LANGUAGE_CODE == "en") {
  105.  echo do_shortcode('[fusion_builder_container hundred_percent="no" equal_height_columns="no" menu_anchor="" hide_on_mobile="small-visibility" class="footer-overflow" id="" background_color="" background_image="" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_mp4="" video_webm="" video_ogv="" video_url="" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" overlay_color="" overlay_opacity="0.5" video_preview_image="" border_size="" border_color="" border_style="solid" margin_top="" margin_bottom="" padding_top="20px" padding_right="" padding_bottom="20px" padding_left=""][fusion_builder_row][fusion_builder_column type="2_5" layout="2_5" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" border_position="all" spacing="4%" background_image="" background_repeat="no-repeat" padding="8% 0 8% 0" margin_top="" margin_bottom="" class="" id="gonitley-story-wrapper" animation_type="" animation_speed="0.3" animation_direction="left" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link=""][fusion_imageframe image_id="69" style_type="none" stylecolor="" hover_type="zoomin" bordersize="" bordercolor="" borderradius="" align="center" lightbox="no" gallery_id="" lightbox_image="" alt="" link="//www.gonitely.com/about-us/" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="gonitely-story" id="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]//www.gonitely.com/wp-content/uploads/2016/09/Gonitely-story-e1473184842877.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="3_5" layout="3_5" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" border_position="all" spacing="0%" background_image="" background_repeat="no-repeat" padding="5% 0 0% 0" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link=""][fusion_builder_row_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="" margin_bottom="" class="footer_section_one gnly-footer-menu" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_widget_area name="avada-custom-sidebar-aboutuspagenavigation" background_color="transparent" padding="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="footer-right-margin footer-logo-wrap" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_imageframe image_id="73" style_type="none" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align="center" lightbox="no" gallery_id="" lightbox_image="" alt="" link="" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="footer-logo" id="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]//www.gonitely.com/wp-content/uploads/2016/11/gonitely-logo-footer@2x.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type="single" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#e7eef9" top_margin="5px" bottom_margin="10px" border_size="2" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_builder_row_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="" margin_bottom="" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_text]
  106. <h4 style="text-align: center;"><span style="color: #4c4c4c; font-family: Montserrat-Light;">CONTACT</span></h4>
  107. <p style="text-align: center;"><a href="mailto:hello@gonitely.com"><span style="color: #4c4c4c; font-family: Montserrat-Light;">hello@gonitely.com</span></a> <br><span style="color: #4c4c4c; font-family: Montserrat-Light;"> 1.800.806.9338</span></p>
  108. [/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="footer-right-margin" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_text]
  109. <h4 style="text-align: center;"><span style="color: #4c4c4c; font-family: Montserrat-Light;">FOLLOW US</span></h4>
  110. [/fusion_text][fusion_social_links icons_boxed="yes" icons_boxed_radius="0px" color_type="brand" icon_colors="" box_colors="" tooltip_placement="bottom" blogger="" deviantart="" digg="" dribbble="" dropbox="" facebook="https://www.facebook.com/GoNitely/" flickr="" forrst="" googleplus="" instagram="" linkedin="https://www.linkedin.com/company/gonitely" myspace="" paypal="" pinterest="" reddit="" rss="" skype="" soundcloud="" spotify="" tumblr="" twitter="https://twitter.com/gonitely" vimeo="" vk="" xing="" yahoo="" yelp="" youtube="" email="" show_custom="no" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="" bottom_margin="" border_size="0" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_text]
  111. <p class="footer-copyright"><span style="color: #4c4c4c;">Copyright 2017 GoNitely, Inc. | All Rights Reserved </span> <span style="color: #4c4c4c;">| Made with love near the Pacific Ocean</span></p>
  112. [/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]');
  113. }
  114. else {
  115. echo do_shortcode('[fusion_builder_container hundred_percent="no" equal_height_columns="no" menu_anchor="" hide_on_mobile="small-visibility" class="footer-overflow" id="" background_color="" background_image="" background_position="center center" background_repeat="no-repeat" fade="no" background_parallax="none" enable_mobile="no" parallax_speed="0.3" video_mp4="" video_webm="" video_ogv="" video_url="" video_aspect_ratio="16:9" video_loop="yes" video_mute="yes" overlay_color="" overlay_opacity="0.5" video_preview_image="" border_size="" border_color="" border_style="solid" margin_top="" margin_bottom="" padding_top="20px" padding_right="" padding_bottom="20px" padding_left=""][fusion_builder_row][fusion_builder_column type="2_5" layout="2_5" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" border_position="all" spacing="4%" background_image="" background_repeat="no-repeat" padding="8% 0 8% 0" margin_top="" margin_bottom="" class="" id="gonitley-story-wrapper" animation_type="" animation_speed="0.3" animation_direction="left" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link=""][fusion_imageframe image_id="69" style_type="none" stylecolor="" hover_type="zoomin" bordersize="" bordercolor="" borderradius="" align="center" lightbox="no" gallery_id="" lightbox_image="" alt="" link="//www.gonitely.com/about-us/" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="gonitely-story" id="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]//www.gonitely.com/wp-content/uploads/2016/09/Gonitely-story-e1473184842877.jpg[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type="3_5" layout="3_5" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" border_position="all" spacing="0%" background_image="" background_repeat="no-repeat" padding="5% 0 0% 0" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" animation_offset="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link=""][fusion_builder_row_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="" margin_bottom="" class="footer_section_one gnly-footer-menu" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_widget_area name="avada-custom-sidebar-aboutuspagenavigation" background_color="transparent" padding="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="footer-right-margin footer-logo-wrap" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_imageframe image_id="73" style_type="none" stylecolor="" hover_type="none" bordersize="" bordercolor="" borderradius="" align="center" lightbox="no" gallery_id="" lightbox_image="" alt="" link="" linktarget="_self" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="footer-logo" id="" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]//www.gonitely.com/wp-content/uploads/2016/11/gonitely-logo-footer@2x.png[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type="single" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="#e7eef9" top_margin="5px" bottom_margin="10px" border_size="2" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_builder_row_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="" margin_bottom="" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_text]
  116. <h4 style="text-align: center;"><span style="color: #4c4c4c; font-family: Montserrat-Light;">KONTAKT</span></h4>
  117. <p style="text-align: center;"><a href="mailto:hello@gonitely.com"><span style="color: #4c4c4c; font-family: Montserrat-Light;">hello@gonitely.com</span></a> <br><span style="color: #4c4c4c; font-family: Montserrat-Light;"> 1.800.806.9338</span></p>
  118. [/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type="1_2" layout="1_2" background_position="left top" background_color="" border_size="0" border_color="" border_style="solid" spacing="0%" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="footer-right-margin" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="small-visibility,medium-visibility,large-visibility" center_content="no" last="no" min_height="" hover_type="none" link="" border_position="all"][fusion_text]
  119. <h4 style="text-align: center;"><span style="color: #4c4c4c; font-family: Montserrat-Light;">FOLGEN SIE UNS</span></h4>
  120. [/fusion_text][fusion_social_links icons_boxed="yes" icons_boxed_radius="0px" color_type="brand" icon_colors="" box_colors="" tooltip_placement="bottom" blogger="" deviantart="" digg="" dribbble="" dropbox="" facebook="https://www.facebook.com/GoNitely/" flickr="" forrst="" googleplus="" instagram="" linkedin="https://www.linkedin.com/company/gonitely" myspace="" paypal="" pinterest="" reddit="" rss="" skype="" soundcloud="" spotify="" tumblr="" twitter="https://twitter.com/gonitely" vimeo="" vk="" xing="" yahoo="" yelp="" youtube="" email="" show_custom="no" alignment="center" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" /][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_separator style_type="none" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" sep_color="" top_margin="" bottom_margin="" border_size="0" icon="" icon_circle="" icon_circle_color="" width="" alignment="center" /][fusion_text]
  121. <p class="footer-copyright"><span style="color: #4c4c4c;">Copyright 2017 GoNitely, Inc. | Alle Rechte vorbehalten </span> <span style="color: #4c4c4c;">| Made with love near the Pacific Ocean</span></p>
  122. [/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]');
  123. }
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement