Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1071452
    Piroshikieoi
    Participant

    Hi,

    I have two problems with my mobile site. It would be great if you could let me know hot to solve the problems.
    It’s difficult to describe so I will attache some pictures of my mobile page.
    Thank you for supporting me in advance.

    1) IMG1295
    Please compare to desktop page. Somehow you can see “connector” which is image on desktop page.

    2) IMG1296
    I don’t want to show “AWPCP” on the menu. Even I change the page as “NOT PUBLIC” it’s still there.

    3) IMG1297
    Same as above. I don’t want to show “UNDER CONSTRUCTION”.

    #1071457
    Piroshikieoi
    Participant
    This reply has been marked as private.
    #1071497
    Christian
    Moderator

    Hey there,

    It looks like you might be having an issue with a third party plugin (WP Touch). Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1072346
    Piroshikieoi
    Participant
    This reply has been marked as private.
    #1072384
    Nico
    Moderator

    Hi There,

    1. Check the link below.

    https://community.theme.co/forums/topic/removing-plus-button-in-upper-right-hand-corner/#post-135038

    2. You need to remove the code below

    
    .x-navbar-inner {
        min-height: 1000px;
    }

    Or add this code in your customizer > Custom CSS:

    
    @media (max-width: 979px){
    .x-navbar-inner {
        min-height: 0px;
    }}
    

    Let us know how it goes.

    Thanks.

    #1072483
    Piroshikieoi
    Participant
    This reply has been marked as private.
    #1072508
    Christopher
    Moderator

    Hi there,

    Please navigate to Customize -> Header and decrease ‘Navbar Top Height’ value to smaller number.

    Hope it helps.

    #1072939
    Piroshikieoi
    Participant

    Hi,

    Thank you! It worked!!
    I really appreciate it 🙂

    #1072949
    Joao
    Moderator

    I am glad to hear it.

    Please reach us if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1071452 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>