Re: Remove Registration Completely?
You can use Firefox and Firebug to find exactly what selectors to use for those headings. Right-click on the heading, select "Inspect with Firebug", and it will show you the elements, ids and classes that apply, and all current style rules that apply.
Re: Remove Registration Completely?
Quote:
Originally Posted by
gjh42
You can use Firefox and Firebug to find exactly what selectors to use for those headings. Right-click on the heading, select "Inspect with Firebug", and it will show you the elements, ids and classes that apply, and all current style rules that apply.
Thnxxxx very much !
I can change CSS elements live ....wow ..
but the thing is wen i want to change text .. i am confused where to edit ?
Re: Remove Registration Completely?
Text is all contained in language define files (/includes/languages/your_language/...). You need to open the language file in a text editor like Notepad++ (NOT a word processing program like Word) and edit the defines, then save it to your custom template folder. See the tutorials for more details.
To find the file to edit, paste a distinctive snippet of the text you want to change in Tools > Developers Toolkit (top left field), make appropriate selections and search. Among the results will be the file and line number where the text is defined.
Re: Remove Registration Completely?
Quote:
Originally Posted by
gjh42
Text is all contained in language define files (/includes/languages/your_language/...). You need to open the language file in a text editor like Notepad++ (NOT a word processing program like Word) and edit the defines, then save it to your custom template folder. See the tutorials for more details.
To find the file to edit, paste a distinctive snippet of the text you want to change in Tools > Developers Toolkit (top left field), make appropriate selections and search. Among the results will be the file and line number where the text is defined.
Thanks ..
I hope if someone bring up with an idea of landing pages in zencart ...like this http://weddig-keutel.de/themeforest/flico/Green/#
Re: Remove Registration Completely?
that fieldset have issues with all brwosers except mozilla !
Re: Remove Registration Completely?
hello ,, can i get some loading animation when someone clicks on login button .. a loader or something ?
Re: Remove Registration Completely?
hello can you help me with this http://www.9lessons.info/2011/05/tab...-with-css.html ... i want to make my login box like this .. any css codes for zen
Re: Remove Registration Completely?
Can anyone tell me how to call javascript on particular pages on my shop .??
Re: Remove Registration Completely?
The tabbed login box requires jQuery as well as some PHP recoding in the login template file. It is a bigger project than a forum post can treat.
Putting javascript (or jQuery) in a particular page is done by saving the script file in the appropriate /jscript/ folder, with the filename prefixed with jscript_. See the wiki for details:
http://www.zen-cart.com/wiki/index.p...s_-_Javascript
Re: Remove Registration Completely?
Quote:
Originally Posted by
gjh42
The tabbed login box requires jQuery as well as some PHP recoding in the login template file. It is a bigger project than a forum post can treat.
Putting javascript (or jQuery) in a particular page is done by saving the script file in the appropriate /jscript/ folder, with the filename prefixed with
jscript_. See the wiki for details:
http://www.zen-cart.com/wiki/index.p...s_-_Javascript
Thank you for your kind response . Talking about javascript . now i have a javascript file . I have gone all through that wiki thing . Put that file in template/jscript folder . I amconfused where to put the images because in javascript code the path to images is img/yourimage1.jpg .. how can i make correct path .
Another thing is .. if i want to use that javascript in my home page can i use define pages editor/main page.php ? where should i put that code ? or if i want to use that script in my login page or login body ? what will be the files where i want to put that javascipt path code