Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25169

    In the demo version there are no breadcrumbs above the fullwidth slider , how can I remove them from my homepage ?

    #126019

    If you’re using a standard page as front page you can hide the breadcrumb on the page editor screen. Use following option (right sidebar underneath the blue Publish/Update button):

    #126020

    If I would like the default to be “Don’t display the Header” i.e. default to no breadcrumb, where should I edit in code?

    Thanks

    #126021

    Hi,

    Please look on lines 208-209 of config-templatebuilder/avia-template-builder/config/meta.php. Switch those two lines so that the end result would look like this

    "subtype" => array( "Don't display the Header"  => "no",
    "Display the Header" => 'yes',

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘breadcrumbs’ is closed to new replies.