+ Reply to Thread
Results 1 to 4 of 4

Thread: homepage search form position/on/off

  1. #1
    Senior Member
    Join Date
    Dec 2023
    Posts
    161

    homepage search form position/on/off

    Do I remember an option somewhere to set the location of the homepage search box to top/bottom or an option to turn it on or off on the homepage only?

    (the search form that appears on the nova template right under the header & menu at the top of the homepage... wondering about moving that towards the bottom of the page...) I thought I remember seeing the option, but can't find it now. Maybe I'm imagining it and need to edit the smarty template

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    No, there hasn't been such option a modification is required

  3. #3
    Senior Member
    Join Date
    Dec 2023
    Posts
    161
    OK, thanks! I thought for sure I had seen it! Thanks!

    If I simply move
    Code:
    Only registered members can view the code.
    from header.tpl to footer.tpl, it moves the homepage search form as I desire, but with it in footer, when I select a category, the subcategory dropdown in the search form is no longer populated. Is there a function that I would need to modify for this to work when called in the footer instead of the header?

    Learning slowly but learning
    Last edited by Horizon; January 10, 2024 at 09:55 AM.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Go to templates/.../blocks/home_content.tpl and insert this code at the bottom:

    Code:
    Only registered members can view the code.
    Last edited by Rudi; January 10, 2024 at 12:49 PM.

+ Reply to Thread