Okay
  Public Ticket #1858062
Top menu
Closed

Comments

  • Daniel started the conversation

    Hello,

    Can you please tell me where I can edit the top menu (my account one) near Wishlist?

    It drives me crazy! I can't find it anywhere!

    Thank you very much,

    Daniel

  •  1,588
    Criss replied

    Hi Daniel ,

    they are files:
    Root / themes / name_theme / modules / ps_customersignin / ps_customersignin.tpl
    You are probably having problems with their translation.
    You can check in the file in the link.

    Best Regards,
    Criss - FieldThemes

  • Daniel replied

    Hello Edna,

    Thank you very much, I find it!

    Cheers!

  • Daniel replied

    I'm back with this. Sorry, but I can't find where I can add / delete / edit menu items on the submenu.

    Can you please give me a hint? 

    Thank you so much for your patience!


  •  1,588
    Criss replied

    Hi Daniel ,

    What menu are you talking about?

    Is it megamenu? Be our vmegamenu.


    Is the video on the issue you need?

    Best Regards,
    Criss - FieldThemes

  • Daniel replied

    Hello Edna,

    No, the top menu, ps_customersignin menu one. 

    I have there My Account, Contact, Shopping Cart and Login. I want to change Contact URL, delete Shopping Cart and to add another menu item.

    https://prnt.sc/m8rcob

    Thank you very much for helping me. Much appreciated!

    Daniel

  •  1,588
    Criss replied

    Hi Daniel ,

    in the file you have the code snippets:

    <a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='My Account'}" rel="nofollow"><i class="fa fa-user"></i>  {l s='My Account'}</a>

    http://prntscr.com/m8rppr

    edit red box = http://prntscr.com/m8rqhx

    The page you need to get, for example: contact is contact,...

    Best Regards,
    Criss - FieldThemes

  • oksana replied

    Hi guys,

    I have same problem Manage Megamenu field doesn't open .

    Oops! An Error Occurred The server returned a "500 Internal Server Error".

    Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.

    Could you help to me also?

    Thank you.


  • Daniel replied

    Damn, I was not pay attention, my bad Edna!

    I was trying to edit Root / modules / ps_customersignin, not the theme one.

    I find it now!

    Thank you again for your help!

    Best regards,

    Daniel

  • Daniel replied

    @oksana, check the web error_log.

  •  1,588
    Criss replied

    Hi Daniel ,

    That's the problem with our admin file,
    The solution is as follows:
    open file: 

    Root \ modules \ fieldmegamenu \ controllers \ admin \ AdminFieldMegamenuController.php

    edit: public function setMedia()

    to: public function setMedia($isNewTheme = false)

    Best Regards,
    Criss - FieldThemes