'; } } add_action( 'wp_head', 'accesspress_parallax_pingback_header' ); //bxSlider Callback for do action function accesspress_parallax_bxslidercb() { global $post; $next_link = accesspress_parallax_of_get_option( 'next_link' ); $accesspress_slider_category = accesspress_parallax_of_get_option( 'slider_category' ); $accesspress_slider_full_window = accesspress_parallax_of_get_option( 'slider_full_window','yes' ); $accesspress_show_slider = accesspress_parallax_of_get_option( 'show_slider', 'yes' ); $accesspress_show_caption = accesspress_parallax_of_get_option( 'show_caption','yes' ); $accesspress_enable_parallax = accesspress_parallax_of_get_option( 'enable_parallax' ); ?>
$accesspress_slider_category, 'posts_per_page' => -1 ) ); if ( $loop->have_posts() ) : ?>
have_posts() ) : $loop->the_post(); $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full', false ); $image_url = ""; if ( $accesspress_slider_full_window == "yes" ) : $image_url = "style = 'background-image:url(" . esc_url( $image[ 0 ] ) . ");'"; endif; ?>
>
"; if ( !empty( $sections ) ) { foreach ( $sections as $section ) { $dyamic_style .= ".ap-home #section-" . $section[ 'page' ] . "{ background:url(" . $section[ 'image' ] . ") " . $section[ 'repeat' ] . " " . $section[ 'attachment' ] . " " . $section[ 'position' ] . " " . $section[ 'color' ] . "; background-size:" . $section[ 'size' ] . "; color:" . $section[ 'font_color' ] . "}\n"; $dyamic_style .= ".ap-home #section-" . $section[ 'page' ] . " .overlay { background:url(" . $image_url . $section[ 'overlay' ] . ".png);}\n"; } } if ( $slider_overlay == "yes" ) { $dyamic_style .= "#main-slider .main-slides:after{display:none};"; } echo esc_textarea( $dyamic_style ); echo esc_textarea( $custom_css ); echo "\n"; echo "\n"; } add_action( 'wp_head', 'accesspress_header_styles_scripts' ); function accesspress_footer_count() { $count = 0; if ( is_active_sidebar( 'footer-1' ) ) $count++; if ( is_active_sidebar( 'footer-2' ) ) $count++; if ( is_active_sidebar( 'footer-3' ) ) $count++; if ( is_active_sidebar( 'footer-4' ) ) $count++; return $count; } function accesspress_social_cb() { $facebooklink = accesspress_parallax_of_get_option( 'facebook' ); $twitterlink = accesspress_parallax_of_get_option( 'twitter' ); $google_pluslink = accesspress_parallax_of_get_option( 'google_plus' ); $youtubelink = accesspress_parallax_of_get_option( 'youtube' ); $pinterestlink = accesspress_parallax_of_get_option( 'pinterest' ); $linkedinlink = accesspress_parallax_of_get_option( 'linkedin' ); $flickrlink = accesspress_parallax_of_get_option( 'flickr' ); $vimeolink = accesspress_parallax_of_get_option( 'vimeo' ); $instagramlink = accesspress_parallax_of_get_option( 'instagram' ); $skypelink = accesspress_parallax_of_get_option( 'skype' ); ?>
" class="skype" data-title="Skype">
]*>#', '#$#' ), '', $menu ); } add_filter( 'wp_page_menu', 'accesspress_remove_page_menu_div' ); function accesspress_customize_excerpt_more( $more ) { return '...'; } add_filter( 'excerpt_more', 'accesspress_customize_excerpt_more' ); function accesspress_word_count( $string, $limit ) { $words = explode( ' ', $string ); return implode( ' ', array_slice( $words, 0, $limit ) ); } function accesspress_letter_count( $content, $limit ) { if( !empty($limit) && ($limit != 0) ){ $striped_content = strip_tags( $content ); $striped_content = strip_shortcodes( $striped_content ); $limit_content = mb_substr( $striped_content, 0, $limit ); if ( strlen( $limit_content ) < strlen( $content ) ) { $limit_content .= "..."; } return $limit_content; } } function accesspress_register_string() { if ( function_exists( 'pll_register_string' ) ) { $home_text = accesspress_parallax_of_get_option( 'home_text' ); pll_register_string( 'Menu: Home Text', $home_text, 'Theme Option Text' ); } } add_action( 'after_setup_theme', 'accesspress_register_string' ); function accesspress_translated_id( $orginal_id ) { $translation_title_id = $orginal_id; if ( function_exists( 'icl_object_id' ) ) { $translation_title_id = icl_object_id( $orginal_id, 'page' ); } if ( ($translation_title_id == $orginal_id) && function_exists( 'pll_get_post' ) ) { $translation_title_id = pll_get_post( $orginal_id ); } else { return $orginal_id; } return $translation_title_id; } add_filter( 'accesspress_translate_id', 'accesspress_translated_id' ); function accesspress_translated_string( $string, $domain ) { $wpml_translation = apply_filters( 'wpml_translate_single_string', $string, $domain, $string ); if ( $wpml_translation === $string && function_exists( 'pll__' ) ) { pll_register_string( $domain, $string ); return pll__( $string ); } return $wpml_translation; } add_filter( 'accesspress_translate_string', 'accesspress_translated_string', 10, 2 ); add_action( 'pt-ocdi/after_import', 'accesspress_parallax_section_on' ); if( !function_exists('accesspress_parallax_section_on')){ update_option( 'accesspress_parallax_old_value_saved', true ); } function accesspress_parallax_switch_theme_options() { $accesspress_parallax_old_value_saved = get_option( 'accesspress_parallax_old_value_saved', false ); $theme = wp_get_theme(); if ( version_compare( $theme->Version, '1.68', '>' ) && !$accesspress_parallax_old_value_saved) { $old_options = get_option( 'accesspress_parallax' ); $new_options = get_option( 'accesspress_parallax_section' ); $parallax_sections = (isset($old_options[ 'parallax_section' ])) ? $old_options[ 'parallax_section' ] : ''; $parallax_sections = json_encode( $parallax_sections ); update_option( 'accesspress_parallax_section', $parallax_sections ); update_option( 'accesspress_parallax_old_value_saved', true ); } } accesspress_parallax_switch_theme_options(); function accesspress_parallax_get_plx_sections() { $sections = array(); $sections_raw = get_option( 'accesspress_parallax_section' ); if ( $sections_raw ) { $sections = json_decode( $sections_raw, true ); } return $sections; } function accesspress_parallax_page_lists(){ $pages = get_pages(); $page_list = array(); $page_list[0] = esc_html__('Select page','accesspress-parallax'); foreach ( $pages as $page ) : $page_list[$page->ID] = $page->post_title; endforeach; return $page_list; } function accesspress_parallax_category_lists(){ $category = get_categories(); $cat_list = array(); $cat_list[0]= esc_html__('Select category','accesspress-parallax'); foreach ($category as $cat) { $cat_list[$cat->term_id] = $cat->name; } return $cat_list; }