• Resolved abdull85

    (@abdull85)


    Hello there,

    we are a multi vendor ecommerce and at moment we are changing the theme to Oceanwp. Ihave few questions.

    1- How to I move the search bar and whish list out of the bar menu of mobile ? I used custom Navi on a templet

    2-how to make products in two colum for mobile I try few css non worked ? if possible actually to make everything in two columns for home page and shop and vendor page

    3- I add one item menu on my header, I am trying to use css to make it looks like a bottom but it happens to the whole menu, now I went to appearance > menu and added class css but it did not work because its a template header. so may I know how to achieve this

    4- when I make a template for the footer, the menus display as row however need it to be displayed in as columns. the issue is I want to add a subscribe bottom on top of the footer to show on all pages

    5- last, as mentioned we are a multi vendor, is there a way or plugin to customize the page of the vendors pages

    akleel.com/wp49 — new theme
    akleel.com — old theme soon will implement the new one here

    Thank you in advance

    • This topic was modified 6 years, 2 months ago by abdull85.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    1. You need to add the search bar and wishlist widget in the custom header template instead of the default option. Turn off these two items from the settings and add their widget in the custom template.

    2. Go to Customize > Woocommerce > Archive and click on the mobile icon at the bottom of the customizer panel. Now set Shop Columns for the mobile view.

    3. Go to Dashboard > Appearance > Menus and add class btn in a menu item. See documentation here – add a button in the menu

    4. Try to use >>custom links widget to achieve this

    5. You can try ‘BP WC Vendors’ plugin but it totally depends on your requirements.

    Hope it will help you.

    Thread Starter abdull85

    (@abdull85)

    2. great, how about images and texts ?

    3. that’s what I did but it did not work, but i think it does not work becouse its a template it worked if I just use default header

    4. sorry i did not get this part ?

    Thank you

    Thread Starter abdull85

    (@abdull85)

    for part three I figured it out by using this #menu-item-27031

    2. I didn’t understand it clearly “how about images and texts”? I just visited on your site and products are in two-columns in the mobile view.

    4. To display a menu in vertical order, you need to add some CSS code or use >>custom links widget. It is an OceanWP widget to add links vertically.

    Thread Starter abdull85

    (@abdull85)

    2- if you take alook at first few section of akleel.com/wp49 on your phone you wil see a culom of food images ,, we want those to be in two colums as well ?

    Thank you ??

    Hello,

    Add the below code to the Customize > Custom CSS section and check it works or not.

    @media only screen and (max-width: 480px) {
    figure.gallery-item {
        width: 50% !important;
    }
    }
    Thread Starter abdull85

    (@abdull85)

    worked perfectly Thank you Amit !!

    You’re welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Few Questions’ is closed to new replies.