Jump to content

Moon Theme - A couple of questions


Recommended Posts

Hello everyone,

Hope someone can help me with the following 2 issues. I've installed the Moon template on Prestashop, and
all seems ok apart from a few small things. I've been on the discussion created by the creator/designer, but
really 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.uk
Hope someone can help! Thanks all.

Link to comment
Share on other sites

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

  • 1 month later...

Hi everyone, and many thanks for the reply, I have since cleared up a lot of the initial changes using the Moon
template...

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.uk

Thanks everyone in advance! :)

Link to comment
Share on other sites

Another question! seems that the side menu is not possible, however, I've now noticed a problem with
sub 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

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.css

Copy 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

  • 3 weeks later...
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.css

Copy 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

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

Hello

I 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

  • 1 month later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...