Use of Text Editor/HTML editor
Hi
First of all thanks for this wonderful template. I am trying to upgrade my existing site www.ebanknoteshop.com using this template. the new site is http://demo153up.ebanknoteshop.com/z...ain_page=index. I am trying to see if i can make use of an editor other than the plain text editor available. I am intending to use this for product descriptions and the other pages. in my older version i was using HTML Area as an editor. Can any one please help me with this ?
thanks
Ashley
Re: Use of Text Editor/HTML editor
I found it out myself...and Installed CKEditor – as per - http://www.zen-cart.com/downloads.php?do=file&id=1098
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
ebanknoteshop
I am happy that you figured it out ;)
Thanks,
Anne
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
picaflor-azul
Add display:none !important; to the .sidebar
Thanks,
Anne
Thanks, but for some reason, it is still not removing the sidebar. The changes have definitely been made in the stylesheet as below:
.sidebar{background:#e3e9ff;-moz-border-radius:10px;border:3px solid #bbccff;position:fixed;cursor:pointer;display:none !important;}
.sidebar-words{color:#000000;font-weight:bold;font-family:helvetica;list-style:none;padding:0px;}
.soico{margin-right:2px;margin-bottom:5px;margin-top:5px;width:40px;}
However, if you look at it through Firebug, it hasn't made the changes for some reason, even though the changes are definitely there and been saved in the stylesheet.
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
annav
Thanks, but for some reason, it is still not removing the sidebar. The changes have definitely been made in the stylesheet as below:
.sidebar{background:#e3e9ff;-moz-border-radius:10px;border:3px solid #bbccff;position:fixed;cursor:pointer;display:none !important;}
.sidebar-words{color:#000000;font-weight:bold;font-family:helvetica;list-style:none;padding:0px;}
.soico{margin-right:2px;margin-bottom:5px;margin-top:5px;width:40px;}
However, if you look at it through Firebug, it hasn't made the changes for some reason, even though the changes are definitely there and been saved in the stylesheet.
When I make the change in firebug, it removes the sidebar. You must not be overwriting your stylesheet, or maybe you are editing the wrong file.
Thanks,
Anne
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
picaflor-azul
When I make the change in firebug, it removes the sidebar. You must not be overwriting your stylesheet, or maybe you are editing the wrong file.
Thanks,
Anne
Don't forget to clear the browser cache
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
Design75
Don't forget to clear the browser cache
Thanks! One thing I forgot to do when all else fails. Sidebar now gone! :smile:
Re: Use of Text Editor/HTML editor
Having got to the stage where I now have 2 columns of 5 links in the Sheffield Blue footer.
Please could you show me how I get these columns to move right - to the centre of the page along with their corresponding headings.
(p.s. before this I removed the first column of 5 links by coding the 1st line in stylesheet_footer_menu.css and hope this is correct and is correct to put it before the second statement)
.first{display:none;}
.first, .second, .third {border-right:0px solid #444;}
Re: Use of Text Editor/HTML editor
Eventually solved this. Found a previous post where someone did the same thing #514
(sorry I do read through these posts but it doesnt always obvious it is the same issue, especially after several hours).
added margin-left:30%; to dl in stylesheet_footer_menu.css
This worked as intended but the headings within the footer bar dropped to sitting on the bottom of the bar. ie. Quicklinks and Information.
Took this a stage further by ... removing padding-top:15px from .menuTitle within the same css ie. stylesheet_footer_menu.css
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
toyseller
Eventually solved this. Found a previous post where someone did the same thing #514
(sorry I do read through these posts but it doesnt always obvious it is the same issue, especially after several hours).
added margin-left:30%; to dl in stylesheet_footer_menu.css
This worked as intended but the headings within the footer bar dropped to sitting on the bottom of the bar. ie. Quicklinks and Information.
Took this a stage further by ... removing padding-top:15px from .menuTitle within the same css ie. stylesheet_footer_menu.css
I am happy that you figured it out ;)
Thanks,
Anne