Okay
  Public Ticket #1623940
troubleshooting mobile version
Closed

Comments

  • Pietro started the conversation

    Hello,
    I have a problem with the mobile version of the osapa theme (most on smartphones.... less on Tablets... laptop & desktop are ok)

    The trouble here is that, on mobile devices and menu minimized:

    1) no logo inside the menu, so no link to homepage
    (image attached) (every mobile device)

    2) price filter and categories are collapsed and need to be clicked in the rightmost position to have them expanded (but no arrows or signs for this action)
    (image attached) (every mobile device)


    The question for problem 1) is: is it possible to have the logo with link to homepage inside the menu only with mobile version?

    The question for problem 2) is: is it possible to have filter and categories expanded immediatly and not collapsable? or, at least, is it possible to have an arrow icon on the right to know that it's expandable?


    Thankyou very much for every help you can give.


    Pietro


  •  476
    Charmy replied

    Hi, You can select logo mobile on theme option > General > header of inner pages. Help me find an option logo mobile image then change it http://prntscr.com/k07ez7

    About the filter of sidebar on shop page, because you are change the filter up to category so some css not display correct. you can help me insert this css code to show button toogle: (you can put it on file style.css of child theme.)

    @media only screen and (max-width: 767px){
    .archive #left-sidebar .widget-container:first-child .widget-title-wrapper a.block-control:before,
    .archive #right-sidebar .widget-container:first-child .widget-title-wrapper a.block-control:before {
        color: #333;
    }
    .widget-title-wrapper a.block-control:before{
        color:#fff;
    }
    }
    

    Thanks


    Best regards,

    Charmy  - ThemeFTC technical expert