Jump to content

our website showall page show error .how fix this error


mohith kumar

Recommended Posts

Can you please add a screen with the error ? Cannot see any error message on your page (clicked through with Firefox latest version).

 

The only problem what I can see, is the tags box. Seems that your theme is not multilanguage (multicharsets). I presume you added the tags in IN characters ? Or in Englisch ?

Link to comment
Share on other sites

this code is correct or wrongs helps me plz

 

<style>

.breadcrumb-heading a,.breadcrumb-heading div, .breadcrumb-heading span {

display: none;

}

.breadcrumb-heading .navigation_page:last-child{

display: block;

}

.breadcrumb-links .navigation_page:last-child {

    

}

</style>

 

<!-- Breadcrumb -->

{if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if}

{assign "breadcrumb_heading" $path}

 

 

<div class="space-padding-tb-80 breadcrumbs breadcrumbs-center 

{if $page_name == 'module-leoblog-blog' || $page_name == 'module-leoblog-category' || $page_name == 'module-leoblog-list'} background-img-v2 {elseif $page_name == 'contact'} background-img-v4 {else} background-img-v1 {/if} parallax light-style">    

    <div class="container">

    {if $page_name !='product' && $page_name != 'module-leoblog-blog'}

        <div class="breadcrumb-heading page-headding-v3">

        {if !empty($breadcrumb_heading)}

      {$breadcrumb_heading}

       {else}

        {$path}

       {/if}

        </div>

        {/if}

        <div class=" breadcrumb breadcrumb-links">

<a class="home" href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{l s='Return to Home'}"><i class="icon-home"></i></a>

{if isset($path) AND $path}

<span class="navigation-pipe"{if isset($category) && isset($category->id_category) && $category->id_category == 1} style="display:none;"{/if}>{$navigationPipe|escape:'html':'UTF-8'}</span>

{if $path|strpos:'span' !== false}

<span class="navigation_page">{$path|@replace:'<a ': '<span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" '|@replace:'data-gg="">': '><span itemprop="title">'|@replace:'</a>': '</span></a></span>'}</span>

{else}

{$path}

{/if}

{/if}

</div>

 

 

    </div>

</div>

 

 

 

 

 

 

{if isset($smarty.get.search_query) && isset($smarty.get.results) && $smarty.get.results > 1 && isset($smarty.server.HTTP_REFERER)}

<div class="pull-right">

<strong>

{capture}{if isset($smarty.get.HTTP_REFERER) && $smarty.get.HTTP_REFERER}{$smarty.get.HTTP_REFERER}{elseif isset($smarty.server.HTTP_REFERER) && $smarty.server.HTTP_REFERER}{$smarty.server.HTTP_REFERER}{/if}{/capture}

<a href="{$smarty.capture.default|escape:'html':'UTF-8'|secureReferrer|regex_replace:'/[\?|&]content_only=1/':''}" name="back">

<i class="icon-chevron-left left"></i> {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]}

</a>

</strong>

</div>

{/if}

<!-- /Breadcrumb -->

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...