(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi10.photobucket.com%2Falbums%2Fa131%2FMiraLourdes%2Fgal%2Fgallery3.jpg&hash=633ea0900c8bc269ccfce9e5036f2c982877e577)
3) I tried moving the navigation buttons to the bottom of the page, but now the bottom navigation doesn't work. It's a similar problem which I read in a previous post here on the forum, but editing my theme.php didn't correct it.
Any help is really appreciated!
You appear to be aware of the "one question per thread" policy... Yours are three entirely different, unrelated questions.
My apologies, I was aware but unsure since I thought all of the questions were related. I'll break them up.
if you want to move the {SYS_MENU} & {SUB_MENU} place holders to the bottom of template , you should also have copy of pagefooter() function on your theme.php (if you didn't have it on your theme , copy it from themes/sample/sample.php ) and also need to add these line to pagefooter():
- to $template_vars variable
'{SYS_MENU}' => theme_main_menu('sys_menu'),
'{SUB_MENU}' => theme_main_menu('sub_menu'),
Thread has been closed. Chella said she was going to start separate threads. Locking.