Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support ecwid_team

    (@ecwid_team)

    Hi there!

    This is Valerie from Ecwid team. Thank you for reaching out.

    If I get you right, you want to duplicate the footer menu so that it’s displayed above the products section in your store.

    There is no built-in way to do it, I’m sorry. Luckily, it’s possible with the help of custom coding based on the Ecwid API. You can hire a developer to do it or contact our Customization team at https://ecwidcom.typeform.com/to/vIlijv. They will reach out to you with more details and a quote.

    Just in case, you can also move the footer menu block to the top of the page with the help of CSS codes.

    Here is an instruction on how to add CSS codes to your store – https://support.ecwid.com/hc/en-us/articles/360000160869-Adding-CSS-codes-to-your-store.

    Here are the codes you can use to move the footer menu section to the top of the page:

    .ec-size .ec-store__content-wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .ec-size .product-details , .ec-size .ec-grid {
        order: 2;
    }
    
    .ec-size .ec-pager {
        order: 3;
    }
    
    .ec-size .ec-footer {
        order: 1;
    }

    Here is what it looks like (screenshot).

    I hope, it helps. Feel free to reach out if you have more questions for us.

    Thread Starter johnsans

    (@johnsans)

    There is no built-in way to do it, I’m sorry. Luckily, it’s possible with the help of custom coding based on the Ecwid API.

    Please give any working example . The documentation is good. I just want to see at least 1 example

    Thread Starter johnsans

    (@johnsans)

    I just want one working example , rest i will do .But your team is not proving any simple example .

    Plugin Support ecwid_team

    (@ecwid_team)

    Thank you for your reply.

    I’ve reached out to our Customization team and asked them if they developed a similar custom footer menu for other merchants. They said there was one similar request. Here is what it looks like – screenshot (please, disregard the red circles on the screenshot, there was another custom development for this store). At the moment, this merchant redesigned their store and doesn’t use the duplicated footer menu anymore.

    Anyways, our Customization team can create a similar duplicated menu for your store.

    If you have your own developer or you’re going to create the custom menu yourself, you can reach out to our support for developers – https://developers.ecwid.com/contact. They will help you with the Ecwid API.

    Feel free to reach out if you have more questions for us.

    Thread Starter johnsans

    (@johnsans)

    sorry , why you cant copy the code here ? Why you cant’t give the code to people they already facing same issue .

    For this small adjustment i have to pay extra money ?

    Plugin Support ecwid_team

    (@ecwid_team)

    Thank you for your reply!

    I see that you’re discussing this question via mail currently. Our agent, Anastasia, has sent a reply to your email address we—-a@–ail.com.

    Please, check your inbox.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding some menus in header section of ecwid shop’ is closed to new replies.