Announcement

Collapse
No announcement yet.

QuickSearch layout in v14Responsive Themes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    QuickSearch layout in v14Responsive Themes

    Hi,

    I want to remove the quicksearchbar from the responsive 'smart header' area.

    Main help says the layout options for the 'quicksearchbar ' should be available in site options layout... but it isnt.

    I notice in the 'smartheaderarea' code there are blockifs around;
    "<!-- Search Bar if position = "Top" -->
    <actinic:variable name="QuickSearchBar" />
    <!-- Search Bar end -->
    So does anyone know where to change the search bar position from 'top' to some other place...
    or to remove it all together?

    thanks
    Arka Tribal Jewellery

    #2
    The Quick Search position was removed from the Design Wizard options. The Design Library variable could be changed to add the option back in and hide it.
    Peblaco

    Comment


      #3
      Thanks for this explanation!

      I am going to just 'comment out' or delete this bit of code in the Smart Area Header layout code in design view. That will be ok I imagine?

      block if
      <!-- Search Bar if position = "Top" -->
      <actinic:variable name="QuickSearchBar" />
      <!-- Search Bar end -->
      /block
      Arka Tribal Jewellery

      Comment


        #4
        You can comment it out in case you may want it later.
        Peblaco

        Comment


          #5
          thanks
          Arka Tribal Jewellery

          Comment

          Working...
          X