Jump to content

How to wireframing in PS15


Recommended Posts

Hi all there,

 

I've just installed Prestashop 1.5.6 on my localhost for learning and also have read the documentation, but there's some points I don't understand, one of them is:

 

How can I change the wireframing? For example: The my-account controller "looses" the left hook/modules visualization when is accessed but kept the right one. How did it.

 

Thanks for your help and your support.

 

P.S.: I have just enjoyed the forum and hope I also can help you really soon ;-)

 

 

 

Link to comment
Share on other sites

ahhh it's weird. 

in some cases columns are removed by controllers in init function, in some other cases with css styles.

 

in this case (my account page) column is disabled with css styles.

my-account.css line 1 - ( /themes/default/css/my-account.css )

#my-account #left_column {
display: none;
}
Link to comment
Share on other sites

 

ahhh it's weird. 

in some cases columns are removed by controllers in init function, in some other cases with css styles.

 

in this case (my account page) column is disabled with css styles.

my-account.css line 1 - ( /themes/default/css/my-account.css )

#my-account #left_column {
display: none;
}

Thanks, for your help, it has been so useful for me.

 

I think that this kind of things would be more clear if it was modified directly at the init() method of the controller.

 

In any case I'll consider this issue as resolved.

 

See you!

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