BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › MOBILE: Marketplace menu is hard to find on mobile
- This topic has 9 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Anve S..
Question
April 8, 2016 at 3:34 am #67358@conscious-craftiesHello,
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
April 8, 2016 at 7:52 am #67405@
AnonymousHi @conscious-crafties, On mobile devices it is already showing ‘Shop By Category’ in Marketplace widget menu (See the attached screenshot).
Regards
April 8, 2016 at 9:33 am #67423@conscious-craftiesThat 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
April 9, 2016 at 2:32 am #67503@
AnonymousHi @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
April 13, 2016 at 8:18 pm #68178@conscious-craftiesHi @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
April 14, 2016 at 1:48 am #68201@anvePlease apply following css in child theme’s custom css .
@media screen and (max-width:479px){ .subheader #sub-trigger::after { content: "Shop by category"; } }
Regards
AnveApril 14, 2016 at 7:24 am #68247@conscious-craftiesThat 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
April 14, 2016 at 7:31 am #68251@anvePlease 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
AnveApril 14, 2016 at 7:38 am #68253@conscious-craftiesYay super happy thank you! 😀
April 14, 2016 at 11:44 pm #68358@anveGreat 🙂 , I’ll close this topic , please create a new for other concerns.
Regards
Anve
- The question ‘MOBILE: Marketplace menu is hard to find on mobile’ is closed to new replies.