Okay
  Public Ticket #1241387
Hide some parts of Index
Closed

Comments

  • Israel started the conversation

    Hello,


    how can i hide some parts of the index page?

    I would like hide the brands, the blogs post and testimonial.

  •  275
    Martin replied

    Hi Israel ,

    You can edit them in code at:

    \ Root \ themes \ name_theme \ teamplate \ index.tpl

    Delete

    {hook h="testimonials"}
                  
                {if $page.page_name=='index' && isset($HOOK_SMARTBLOGHOMEPOST) && !empty($HOOK_SMARTBLOGHOMEPOST)} 
                 {$HOOK_SMARTBLOGHOMEPOST nofilter} 
                {/if}

    and

    \ Root \ themes \ name_theme \ teamplate \ layouts \ layout-both-columns.tpl

    Delete

    {if isset($HOOK_FIELDBRANDSLIDER) && !empty($HOOK_FIELDBRANDSLIDER)}
                <div class ="Brands-block-slider">
                <div class="container">
                    {$HOOK_FIELDBRANDSLIDER nofilter}
                </div>
                </div>
            {/if}

    Or you can uninstall those modules. For example removing "fieldtestimonials", "smartbloghomelatestnews", "fieldbrandslider"

    Best Regards,
    Martin - FieldThemes