BuddyBoss Home – Web Support Forums Themes OneSocial theme MOBILE: Marketplace menu is hard to find on mobile

Viewing 10 posts - 1 through 10 (of 10 total)
  • Question

    #67358
    @conscious-crafties

    Hello,

    Customers are missing the Marketplace menu on mobile as it’s not obvious it’s a menu. Is there a way you can modify the tiny little arrow to be larger and to show customers that clicking it would in fact display the product categories? Ideally this would be replaced with the word and down arrow ‘Categories v’ with the down arrow made bigger or filled in. Or whatever you feel would work best.

    See screenshot of how this is currently displayed.

    Thank you,

    Karen

    Answers

    #67405

    Anonymous
    @

    Hi @conscious-crafties, On mobile devices it is already showing ‘Shop By Category’ in Marketplace widget menu (See the attached screenshot).

    Regards

    #67423
    @conscious-crafties

    That would be perfect! Any idea why mine doesn’t look like that?

    The screenshot I sent you is when I am on my desktop and make my screen smaller so it simulates mobile version of the site. In reality however on mobile devices it doesn’t show the search bar, profile man icon or Shop by Categories text.

    Can you help me to fix this please?

    http://www.ConsciousCrafties.com

    Many thanks,

    Karen

    #67503

    Anonymous
    @

    Hi @conscious-crafties, Try to deactivate plugins one by one to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    Regards

    #68178
    @conscious-crafties

    Hi @pallavi, I deactivated every plug in (except woo commerce, wp-vendors free/Pro and marketplace but unfortunately the ‘SHOP BY CATEGORY’ didn’t appear on mobile. Tried clearing cache etc.

    Can you offer some CSS so I can force it to display?

    Many thanks,

    Karen

    #68201
    @anve

    Hi @conscious-crafties,

    Please apply following css in child theme’s custom css .

    
    @media screen and (max-width:479px){
    .subheader #sub-trigger::after {
      content: "Shop by category";
    }
    }
    

    Regards
    Anve

    #68247
    @conscious-crafties

    That worked so well thank you @anve

    Could I be a bit cheeky and ask if there’s a way to display the Shop by Category BEFORE the little down arrow like in the demo? Mine is appearing after (see attached).

    Many thanks for your help,

    Karen

    #68251
    @anve

    Hi @conscious-crafties,

    Please replace the code given to you by the below one .

    
    @media screen and (max-width:479px){
    .subheader #sub-trigger::before {
      content: "Shop by category";
    }
    }
    

    Regards
    Anve

    #68253
    @conscious-crafties

    Yay super happy thank you! 😀

    #68358
    @anve

    Hi @conscious-crafties,

    Great 🙂 , I’ll close this topic , please create a new for other concerns.

    Regards
    Anve

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘MOBILE: Marketplace menu is hard to find on mobile’ is closed to new replies.