Hey that did the trick perfectly thanks! Like I said, I'm still pretty green to PHP. Didn't know all I had to do was copy the file.
Thanks again! And ignore that Linux guy... Dunno what his problem is but he comes off like a tool anyway so no one will take him seriously.
Hey,
Sorry, I've got one more question that maybe you can help me with.
Here is my site in progress: http://brokenbird.ca/cart/
I'm trying to add a dropdown css menu where the red header info is: ie, the links to home/contact us/log in etc. So that it looks something like the one I designed here:
www.brokenbird.ca
I plan to leave the log in / shopping cart info but want to add my menu to it.
I have already added the appropriate .js files and edited the stylesheet.css document with the right code but for some reason I can't find where this header menu information is located so I can't experiment with placing my own menu. Could you point me to the appropriate file so I can play with it a bit?
I know this sounds like a bit of a lazy question but I really have been looking around for nearly an hour trying to find the right one.
Thanks,
Will
I would strongly recommend not trying to code this yourself, but starting from one of the great css drop down menus already in the free software downloads section. Then you can add your links into it. Be sure to check for files that need to be merged (off the top of my head you will have to merge the tpl_header.php and maybe another).
If you want to code from scratch you can edit the includes/templates/aberdeen_neutral/common/tpl_header.php file.
Thanks,
Anne
I have tried to use the easy slideshow.
I have a problem with the slideshow.
I want it to show only on the index-home page only
Currently, my slideshow appear on all of my categories+subcategories. Please give me some advice how to fix this
I have tried hard to change the codes in tpl_main_page
but unsucessful
----------------------------
if ($this_is_home_page) {
$flag_disable_slider = false;
} else {
$flag_disable_slider = true;
}
//bof