I downloaded Firebug as recommended in several places and have followed it OK
Editing in HTML is easy but how do you save the work/upload it??
What am i missing? The info sections make no mention...
I downloaded Firebug as recommended in several places and have followed it OK
Editing in HTML is easy but how do you save the work/upload it??
What am i missing? The info sections make no mention...
Firebug only lets you edit the stylesheet.css changes on the fly and you can't save this sheet.
You have to make these changes to the stylesheet.css and upload to your server separately. Only Web Developer Add On allows you to save the changes and upload them..
Last edited by haredo; 28 May 2010 at 02:37 AM. Reason: Update
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thanks for that!
Found a new little Add On for Firefox called:
"Firefile" Allows you to save and upload the Css changes directly to your server.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Having some problems with FireFile but will perservere. Tks
What are your problems with firefile?
I'm concerned that it loads two files and apparently automatically changes colors from hex to rgb.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
You REALLY should not use a tool like FireFile.
You should be making the changes on your local PC and then upload them to your server separately. That way you keep your local copy of files in sync.
Directly uploading to the server such as FireFile purposes to offer ... simply encourages poor practices. You should be working locally and then uploading your changes when ready.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Agreed,
Looking at firefile for the odd time that I'm on the road and need to fix something in a hurry.
Still concerned about its methods and the fact that it is not certified.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Thanks
I shall take the advice
John
The site is up and running even with a few glitches ...just putting more products on etc.
There are some tiny bugs some of which I know how to fix (or at least I think so) but I am still having mental problems with the method of finding HTML files so it can be edited and saved for uploading.
eg the copyright ref at the bottom has for some unknown reason changed back to "...2006 Zen Power"
1. using Firebug, the offending code is displayed
<div class="legalCopyright" id="siteinfoLegal">Copyright © 2003-2006 <a target="_blank" href="http://www.zen-cart.com">Zen Cart</a>. Powered by <a target="_blank" href="http://www.zen-cart.com">Zen Cart</a></div>
2. I can change the URL but I cannot save it with Firebug.
3. I copy the code , open an index.php file with Notebook++ and search "siteinfoLegal" I come up with a dozen alternatives --- none even remotely match the above code.
I want to tweek some minor changes in the footer above .. I can find the exact code I am looking for with Firebug/ can change the bits on the fly/ corrects the little problems... then I'm stuffed as I cannot save the changes..
How do I do it so I can upload the file to correct the changes ???
such as this example id the footer:
" :: ABOUT US :: " etc I want to remove the first and last " :: "
Using Firebug (or Web Developer?) I highlighted the area. The following code came up:
<ul>
<li>
[ ] :: [ ]
<a href="http: ...." > ABOUT US</a> etc
editing I can remove the :: but as soon as I revert the changes are - of course - lost.
Searching I cannot find the correct page with this html code anywhere. I searched every index.php file and any file which remotelty said 'footer'
I know this is basic php but this is the frustrating bit. By the way I have no problem with images/ Also no problem if the edit is in an EZ page in the htmlarea box using <> ...
Now I'm hooked I know its time I learned!! There has to be a simple point I am completely missing?
The page is http://www.creationsdelphine.com/catalogue
Thanks in advance
John