Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: BreadCrumb Not appearing on some pages #1062017

    I found the solutions. I had to use 3rd party bread crumb and also i had to remove some bad coding from header.php. Now all ok

    thanks

    in reply to: BreadCrumb Not appearing on some pages #1061850

    On my site its showing on some page but for some pages with same settings

    in reply to: BreadCrumb Not appearing on some pages #1061849

    yes I can not give u login details also cant make site live because of company privacy

    So I am asking to help from enfold developer center.

    in reply to: BreadCrumb Not appearing on some pages #1061775

    Hi,

    I tried to implement 3rd party breadcrumb. but I having another issue with this theme.

    I fI make any changes on header.php file then a

     coding apearig on header  " /> like this
    
    
    
    <?php
    	if ( ! defined('ABSPATH') ){ die(); }
    	
    	global $avia_config;
    	
    	$lightbox_option = avia_get_option( 'lightbox_active' );
    	$avia_config['use_standard_lightbox'] = empty( $lightbox_option ) || ( 'lightbox_active' == $lightbox_option ) ? 'lightbox_active' : 'disabled';
    	/**
    	 * Allow to overwrite the option setting for using the standard lightbox
    	 * Make sure to return 'disabled' to deactivate the standard lightbox - all checks are done against this string
    	 * 
    	 * @added_by G端nter
    	 * @since 4.2.6
    	 * @param string $use_standard_lightbox				'lightbox_active' | 'disabled'
    	 * @return string									'lightbox_active' | 'disabled'
    	 */
    	$avia_config['use_standard_lightbox'] = apply_filters( 'avf_use_standard_lightbox', $avia_config['use_standard_lightbox'] );
    
    	$style 					= $avia_config['box_class'];
    	$responsive				= avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout";
    	$blank 					= isset($avia_config['template']) ? $avia_config['template'] : "";	
    	$av_lightbox			= $avia_config['use_standard_lightbox'] != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox';
    	$preloader				= avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
        $sidebar_styling 		= avia_get_option('sidebar_styling');
    	$filterable_classes 	= avia_header_class_filter( avia_header_class_string() );
    	$av_classes_manually	= "av-no-preview"; /*required for live previews*/
    
    	/**
    	 * Allows to alter default settings Enfold-> Main Menu -> General -> Menu Items for Desktop
    	 * @since 4.4.2
    	 */
    	$is_burger_menu = apply_filters( 'avf_burger_menu_active', avia_is_burger_menu(), 'header' );
    	$av_classes_manually   .= $is_burger_menu ? " html_burger_menu_active" : " html_text_menu_active";
    
    	/**
    	 * Add additional custom body classes
    	 * e.g. to disable default image hover effect add av-disable-avia-hover-effect
    	 * 
    	 * @since 4.4.2
    	 */
    	$custom_body_classes = apply_filters( 'avf_custom_body_classes', '' );
    
    	/**
    	 * @since 4.2.3 we support columns in rtl order (before they were ltr only). To be backward comp. with old sites use this filter.
    	 */
    	$rtl_support			= 'yes' == apply_filters( 'avf_rtl_column_support', 'yes' ) ? ' rtl_columns ' : '';
    	
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?> class="<?php echo "html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes." ".$av_classes_manually ?> ">
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <?php
    /*
     * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
     * located in framework/php/function-set-avia-frontend.php
     */
     if (function_exists('avia_set_follow')) { echo avia_set_follow(); }
    
    ?>
    
    <!-- mobile setting -->
    <?php
    
    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    ?>
    
    <!-- Scripts/CSS and wp_head hook -->
    <?php
    /* Always have wp_head() just before the closing </head>
     * tag of your theme, or you will break many plugins, which
     * generally use this hook to add elements to <head> such
     * as styles, scripts, and meta tags.
     */
    
    wp_head();
    
    ?>
    
    </head>
    
    <body id="top" <?php body_class( $custom_body_classes . ' ' . $rtl_support . $style." ".$avia_config['font_stack']." ".$blank." ".$sidebar_styling); avia_markup_helper(array('context' => 'body')); ?>>
    
    	<?php 
    	
    	do_action( 'ava_after_body_opening_tag' );
    		
    	if("av-preloader-active av-preloader-enabled" === $preloader)
    	{
    		echo avia_preload_screen(); 
    	}
    		
    	?>
    
    	<div id='wrap_all'>
    
    	<?php 
    	if(!$blank) //blank templates dont display header nor footer
    	{ 
    		 //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
             get_template_part( 'includes/helper', 'main-menu' );
    
    	} ?>
    		
    	<div id='main' class='all_colors' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    
    	<?php 
    		
    		if(isset($avia_config['temp_logo_container'])) echo $avia_config['temp_logo_container'];
    		do_action('ava_after_main_container'); 
    		
    	?>
    	<?php if ( !is_front_page() ) : ?>
    	<div class="stretch_full container_wrap alternate_color light_bg_color title_container">
    	    <div class="container">
    	    <div class="breadcrumb breadcrumbs">
    	        <?php echo do_shortcode( '[breadcrumb]' );?>
    	        </div></div></div>
    <?php endif; ?>

    this is the change i made. even I delete the changes from header.php that pre coding still there

    thanks

    in reply to: BreadCrumb Not appearing on some pages #1061719

    Hi,

    thanks for your suggestion. I did try this but nothing worked yet. Also the cause you are talking about thats not make any sense for me because on contact page there is breadcrumb with same settings also news page has bread crumb also.

    thanks

    in reply to: BreadCrumb Not appearing on some pages #1061584

    hi Rikard,

    I have deleted old file from performance but still problem is there.

    can u guys check why its happening its pretty for important for this client.

    thanks

    in reply to: Layer slider Improt file #1048957

    Hi Victoria,

    thanks for your help. Will let u know if I need more help

    Regards,
    Aminul

    in reply to: Layer slider Improt file #1048508

    HI,
    thanks for the reply I figure out the problem. I have imported demo data on my localhost..

    it was my hosting problem. If you know that on godaddy we have to enable upload zip on php settings.

    thanks
    aminul

    in reply to: Layer slider Improt file #1047667

    Hello,

    I need this slider demo import data https://kriesi.at/themes/enfold-startup/

    thanks

Viewing 9 posts - 1 through 9 (of 9 total)