thing is I cant rember all the little changes ive made?
will it affect anything like sideboxes? checkouts etc?
thing is I cant rember all the little changes ive made?
will it affect anything like sideboxes? checkouts etc?
Well I went ahead and upgraded to 2.0 now I have just 1 small prob the logo had white just above and below can anyone help?
thanks in advance
www.temp-tattoos.co.uk
I only see a tiny bit of white to the right in Firefox, and some white below in IE. This may help:
Do you want the grey below the logo, as well? That shouldn't be there, it looks like there's an issue with the code in your tpl_header.php, but if you want the grey there, I guess that works, LOL.Code:#logoWrapperOuter { background:#000000; }
Thanks again that worked,
I never thought of the grey bar! it might look better without it, but how would I get rid of it ?
p.s thanks for making me aware of the 1.0 issue im much happier now
Symmo
www.temp-tattoos.co.uk
Hi Jade,
When I am trying to add images or flash file to "define_main_page.php" I get the "X" mark on the image placeholder instead of displaying the image and for the flash, it doesn't even play as if there is no code to add such file there.
What is causing this? Is it because the images and flash file need to be in a specific folder?
Thanks.
Well, the code for the ezpages section (which is the source of the grey bar that is showing on your page), should be in your header like this:
SO, if the ezpages is OFF in your site admin, there should be noCode:<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?> <div id="navEZPagesTopWrapper"> <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?> </div> <?php } ?>
<div id="navEZPagesTopWrapper"></div>
in your page source, yet there is. So either its not turned off correctly in the admin, or there is an issue with the above code.