2019-01-27

Bottom Footer.

Is there a way to get rid of or modify the bottom footer of the pages? I'm not interested in having "blog", "Terms", etc. down there. Please point me to the file to change this.
Thanks, Anthony
Is there a way to get rid of or modify the bottom footer of the pages? I'm not interested in having "blog", "Terms", etc. down there. Please point me to the file to change this. Thanks, Anthony

-- Bottom Footer
Anyone know how to modify this? I don't mind having a link to seekquarry down there but I would rather not have any of that other stuff
Anyone know how to modify this? I don't mind having a link to seekquarry down there but I would rather not have any of that other stuff
2019-01-29

-- Bottom Footer
Hi Anthony,
You can use the same strategy as you did with SearchView... Copy the file: src/views/elements/FooterElement.php to work_directory/app/views/elements/FooterElement.php and modify it as desired. To get rid of where it says the size of the index, you can modify SearchView, search for
 <div class="landing-footer">
and the code for it is in the next couple of lines.
Best,
Chris
Best,
Chris
Hi Anthony, You can use the same strategy as you did with SearchView... Copy the file: src/views/elements/FooterElement.php to work_directory/app/views/elements/FooterElement.php and modify it as desired. To get rid of where it says the size of the index, you can modify SearchView, search for <div class="landing-footer"> and the code for it is in the next couple of lines. Best, Chris Best, Chris

-- Bottom Footer
BTW, if you are using git (i.e., git clone https://seekquarry.com/git/yioop.git to get a copy of yioop) the work_directory contents are git ignored. So you can do a git pull and it won't override the changes you've made in the work_directory.
Best,
Chris
(Edited: 2019-01-29)
BTW, if you are using git (i.e., git clone https://seekquarry.com/git/yioop.git to get a copy of yioop) the work_directory contents are git ignored. So you can do a git pull and it won't override the changes you've made in the work_directory. Best, Chris

-- Bottom Footer
Thanks Chris...I really appreciate your help. Yioop seems like a great program - I just have to figure it out :)
Thanks Chris...I really appreciate your help. Yioop seems like a great program - I just have to figure it out :)
X