evenstar78 Posted May 5, 2010 Share Posted May 5, 2010 Hello everyone,Hope someone can help me with the following 2 issues. I've installed the Moon template on Prestashop, andall seems ok apart from a few small things. I've been on the discussion created by the creator/designer, butreally need to get an answer for this today (site updates urgent!):Form Buttons: one of the buttons on the customer login page is a miss-spelling 'connexion', looked at my-account.php and my-account.tpl files, but cannot anywhere to change this (below is the bit I need to change) form action="/authentication.php?back=my-account.php" method="post" id="login_form" class="std"> Connexion E-mail address Home Page Editor I have the home text editor set up in the modules page, and this is placed on the home page, but any changes I'm making are not showing at all, and I need to include an image and text on the index/home page.My Web address is http://www.dipsydaisy.co.ukHope someone can help! Thanks all. Link to comment Share on other sites More sharing options...
razaro Posted May 5, 2010 Share Posted May 5, 2010 Replace Connexion with {l s='Already registered ?'} as it is in default theme.This is a prestashop function l which mark string s to be translated.Then you can also change text from backoffice.About home editor you need to get back original module (from prestashop downloaded zip file)because DG.Crafts overrides default module. Link to comment Share on other sites More sharing options...
evenstar78 Posted June 18, 2010 Author Share Posted June 18, 2010 Hi everyone, and many thanks for the reply, I have since cleared up a lot of the initial changes using the Moontemplate...one more question...if anyone knows the answer, is there a way to create a side sub-menu using Moon template,I have quite a few headings/sections to add, but can only fit a max number on the main top header (without using sub menus). My site is www.dipsydaisy.co.ukThanks everyone in advance! Link to comment Share on other sites More sharing options...
evenstar78 Posted June 18, 2010 Author Share Posted June 18, 2010 Another question! seems that the side menu is not possible, however, I've now noticed a problem withsub menus (out of line, can't see all the options). I've found a reply to this question on the forum (Russian),says to add the following information to the CSS file...should this be on the 'GLOBAL.CSS' file??.sf-menu ul { position: relative; top: -999em; width: 10em; z-index: 100;}.sf-menu li.sfHover ul { left: 0; top: 0em; /* match top ul list item height */ z-index: 99;} Link to comment Share on other sites More sharing options...
evenstar78 Posted June 18, 2010 Author Share Posted June 18, 2010 Hi all...after looking further into the forum, I've found a previous solution that's worked great, just posting it again in case anyone else has the same problem (sub menus out of line/covering screen on MOON theme).On modules/blocktopmenu/css/superfish-modified.cssCopy the following....sf-menu ul { position: relative; top: -999em; width: 10em; z-index: 100;}And also this.....sf-menu li.sfHover ul { left: 0; top: 0em; /* match top ul list item height */ z-index: 99;} Link to comment Share on other sites More sharing options...
owas Posted July 8, 2010 Share Posted July 8, 2010 Hi all...after looking further into the forum, I've found a previous solution that's worked great, just posting it again in case anyone else has the same problem (sub menus out of line/covering screen on MOON theme).On modules/blocktopmenu/css/superfish-modified.cssCopy the following....sf-menu ul { position: relative; top: -999em; width: 10em; z-index: 100;}And also this.....sf-menu li.sfHover ul { left: 0; top: 0em; /* match top ul list item height */ z-index: 99;} Hi, where about in the file do I put this? Link to comment Share on other sites More sharing options...
razaro Posted July 8, 2010 Share Posted July 8, 2010 First code is new so anywhere is good but you could place it on line 15 before .sf-menu ul li { width: 100%; } Second code you need to change to 0em it is on line 34 top: 2.7em; /* match top ul list item height */ I haven't tried this by myself but this is lines mentioned. Link to comment Share on other sites More sharing options...
mcv2 Posted July 9, 2010 Share Posted July 9, 2010 HelloI also have a problem with moon theme in IE7, See screen shot file.Can anybody help me? Link to comment Share on other sites More sharing options...
owas Posted July 9, 2010 Share Posted July 9, 2010 HelloI also have a problem with moon theme in IE7, See screen shot file.Can anybody help me? maybe taking three of the products off as there seems to be to many. I like your back ground by the way how did you do this? Link to comment Share on other sites More sharing options...
mcv2 Posted July 9, 2010 Share Posted July 9, 2010 Background free form http://www.patterncooler.com Link to comment Share on other sites More sharing options...
i4hero Posted September 2, 2010 Share Posted September 2, 2010 Replace Connexion with {l s='Already registered ?'} as it is in default theme.This is a prestashop function l which mark string s to be translated.Then you can also change text from backoffice.About home editor you need to get back original module (from prestashop downloaded zip file)because DG.Crafts overrides default module. (SOLVED) I am also trying to change the "connexion" word but have diffculties finding the file to update. Which file is this? Where can I find this and make the changes? Help would be appreciated.Thanks Link to comment Share on other sites More sharing options...
razaro Posted September 2, 2010 Share Posted September 2, 2010 In your root themes/moon/authentication.tpl line 51 Link to comment Share on other sites More sharing options...
i4hero Posted September 2, 2010 Share Posted September 2, 2010 Thanks alot V.I.P Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now