Frontend manager's header is not shown on mobile?!

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate Frontend manager's header is not shown on mobile?!

Viewing 4 reply threads
  • Author
    Posts
    • #127117
      id.manage
      Participant

      Hi Guys,

      I realise my frontend manager’s header is hidden on mobile phone. It can be sheen if I scroll down with my finger. When the phone turns 90 degree to be horizental, the header also can be shown. May I ask you why? Thanks

      Attachments:
      You must be logged in to view attached files.
    • #127119
      id.manage
      Participant
      This reply has been marked as private.
    • #127276

      Hello,

      Most probably it’s your theme issue, your theme style override the style of WCFM plugin. Which theme are you using?

      Thanks.

    • #127385
      id.manage
      Participant
      This reply has been marked as private.
      • #127401

        Hello,

        Try this css in your theme’s style.css

        @media only screen and (max-width: 768px) {
          #wcfm-main-contentainer .wcfm-page-headig-fixed, #wcfm-main-contentainer .wcfm-menu-fixed {
        	    position: unset;
        	}
        }

        Thanks.

    • #127459
      id.manage
      Participant

      Thank you very much. The code doesn’t work but I have achived what I want by diactivate one of my plugins. I will see if I can find alternatives .

      Thanks again

Viewing 4 reply threads
  • You must be logged in to reply to this topic.