• Resolved shridsan2010

    (@shridsan2010)


    Hi,

    Thanks for the great plugin, I wish to have only “three line icon as menu” & not header title or anything.

    I hope you got my query.

    Please help me.

    Regards,
    Shridsan

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Thanks for the kind words. in that case enable only the left menu, and for the Header select the Text option instead of the logo and clear that Logo Text field.

    You will also need to change the background color of the header to match the color of your background or you can make it transparent using the custom css below(you can add it to the custom css field that exist in the general options)

    @media only screen and (max-width: 1200px){
      .mobmenu-push-wrap {
        padding-top: 0px!important;
      }
    
      .mob_menu_header_div {
        background-color: transparent!important;
      }
    }

    Clear the browser cache after that.

    Let me know it it worked.

    -Takanakui

    Thread Starter shridsan2010

    (@shridsan2010)

    It worked…!
    Thank you so much.
    Have a nice day.

    Thread Starter shridsan2010

    (@shridsan2010)

    Hi,
    Also, I’m using Sticky Popup plugin

    https://ww.wp.xz.cn/plugins/sticky-popup/

    so when we activate WP mobile menu with the default setting, the above plugin not working properly.

    Please find the attachments.

    https://goo.gl/bSC8wE here the wp mobile menu plugin activated.

    https://goo.gl/epc7sB & here it’s deactivated.

    I hope you got my query.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Can’t see those screenshots, can you share them in Dropbox or a similar service.

    Or send them in an email to takanakui at gmail dot com

    Thanks
    -Takanakui

    Thread Starter shridsan2010

    (@shridsan2010)

    http://prntscr.com/dof93s wp menu plugin deactivated.

    http://prnt.sc/dof9iv wp menu plugin activated.

    Thanks
    Shridsan

    Plugin Author Rui Guerreiro

    (@takanakui)

    Can you share the url of that page?
    Thanks

    -Takanakui

    Thread Starter shridsan2010

    (@shridsan2010)

    http://buddhistparinay.com/
    but right now the wp menu plugin is deactivated.

    Plugin Author Rui Guerreiro

    (@takanakui)

    try to activate the WP Mobile Menu and add the code below to custom css option.
    Adjust the padding-top value to the desired position.

    .header-wrap{
       padding-top:70px!important;
    }

    Hope it helps.

    -Takanakui

    Thread Starter shridsan2010

    (@shridsan2010)

    Hi,
    Thanks for the reply.

    I tried the above one, but rather than solving previous error it showing as

    http://prntscr.com/dpdp13

    Regards,
    shridsan

    Plugin Author Rui Guerreiro

    (@takanakui)

    in that case try a lower padding-top value. maybe 20px.

    That email element is something that they hided behind the popup, not the best way to do it.

    -Takanakui

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Only Menu Icon’ is closed to new replies.