Search Results for 'mobile menu'

  • In reply to: 2 issues with Specular

    Mirela
    Participant

    Hello,

    1-Please install Mailchimp for wp plugin from your Appearance> Plugins > Add new. We will fix this issue in the next update.
    2-Please add this code into your custom css box:

    @media (max-width:1024px){
    .mobile_small_menu { display: block;}
    .header_11 nav {display: none;}
    }
    @media (min-width: 1024p){
    .header_11 #logo {
        margin-left: 20px;
        margin-right: 20px;
    }}

    Best regards!

    altimaau
    Participant

    Hi

    I have couple problems with Specular theme I’ve installed with Minimal 2 template:

    1. I can’t install <em style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-weight: 600; line-height: 19.5px;”>MailChimp List Subscribe Form plugin, in returns the error even if I try to view it from WordPress interface:

    <span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 14px; line-height: 21px;”>An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the </span>support forums<span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 14px; line-height: 21px;”>.</span>

    It seems that the plug-in website is dead and it isn’t supported any more.

    I need to use Maichimp for this website, so if this plug-in is dead a replacement required

    2. I have issue with main navigation menu, it drops to 2nd line with mid-size screen resolution and with the layout of this theme it looks quite ugly. As I see from your sample at https://codeless.co/specular/minimal2 it either keeps in one line or collapse to mobile ‘hamburger’

    See screenshot: https://easycaptures.com/fs/uploaded/1000/2886471367.jpg

     

    Looking forward to hearing from you.

    Website URL is https://cs.magenable.com.au/

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    I added this code into your custom css box:

    @media (max-width: 480px){
        .boxed_layout .codeless_slider_swiper { min-height: 200px !important;}
        .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider { height: 200px !important;}
    .swiper-slide { min-height: 200px !important;}
    }
    @media (max-width: 979px){
        .mobile_small_menu { text-decoration: none; }
    }

    The slider does show in mobile now. But this is not the correct behavior however. We recommend you to update theme to it’s latest version.

    Best regards!

    mesas
    Participant

    Hello,

    I buy Specular theme. You can visit my web site:

    https://zenko.ba/novi/

    Everything is ok, but I can’t see menu from mobile phone. There is issue with color or something like that.
    Only one menu item I can see everything else is white.

    Thank you.

    Regards, M. Sacirovic

    mw@pegosa
    Participant

    Hi there,

    First of all, you did great work with Tower theme.

    Unfortunatelly i am experiencing some problems. Most serious is the Menu is not showing when using responsive/mobile version. I have tried different devices and resolutions and so far i got these results:

    – Desktop / Mozilla Firefox – after resizing browser window there is a mobile/responsive menu icon visible but clicking on it does nothing.

    – Ipad Air (Retina) – works fine on vertical mode, but on horizontal clicking the mobile/responsive menu icon just opens an empty sidebar on the left where menu should be.

    – Smartphone (Samsung Galaxy Tab, and a Windows Phone) – evertyhing works as it should – menu appears on the left after clicking the icon.

     

    Thanks for any support.

    Regards,

    Mike

    Mirela
    Participant

    Hello,

    Please make sure to have enabled the mobile menu. Find it in Header Options > Show Responsive Menu Dropdown, set it ON.
    Let us know.

    Best regards!

    mmmalmeida
    Participant

    Responsive submenu is not appearing. The background is white and the typography is dark (the same of menu) but the submenu is not appearing in mobile phones. I have tried to make some changes in menu options and dropdown options but it does not work. Could you help me to fix it as soon as possible please?

    In reply to: Tower Theme Menue Item

    Mirela
    Participant

    Hello,

    That is not a mobile menu, even if it has the same view. That is the extra side menu and it can contain widgets. You can set it ON/OFF at General Options > Layout > Extra Side Navigation. To add content, just go to Appearance > Widgets and add any widget you want.

    Best regards!

    mySEOstar
    Participant

    Hi, here are several questions:

    currently, if I click on the mobile menue icon the slider opens, but not menu items appear

    What are the settings, to show – even on desktops only the menue icon?

    https://bassmann.wp-seo-coach.com/

    Thanks

    Angela

    In reply to: Responsive logo

    Mirela
    Participant

    Hello,

    Did you enabled the menu drop down for mobile? Find it in General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
    This code:

    @media (max-width: 480px){
    #logo img {
        width: 290px !important;
        height: 46px !important;
        top: 46%;
        left: 33px;
    }
    .mobile_small_menu {
        top: 83% !important;
        left: 50% !important;
    }
    }

    should give you this result. If it doesn’t, please send us your wp credentials in a private reply. So we can do it for you.

    Best regards!

    In reply to: Responsive logo

    linusymen
    Participant

    Hi,

    By “distorted” I mean that the width is compressing the logo, so the circle in the logo becomes egg-shaped. The width is responsive, but not the height. The search has disappeared entirely, but it doesn’t matter.

    Screenshot  – the left side is how it looks now, the right side is how I want it to look.

    Also, when I click the menu it is empty. Do I have to set up a separate mobile menu or something?

    Thanks!

    In reply to: Responsive logo

    Mirela
    Participant

    Hello,

    Can you please explain better what do you mean by “logo is distorted”? I see it centered (screenshot), do you not wnat it this way?
    For the menu, please edit this line: .mobile_small_menu { top: 92%;} of the code above to this: .mobile_small_menu { top: 92% !important;}
    Can you show us a screenshot of the search on top of slider? I do not see it now.

    Best regards!

    In reply to: Responsive logo

    linusymen
    Participant

    Thanks for a quick response!

    With that code the logo becomes distorted on mobile and the menu is still located on top of the logo and the search still jumps down on top of the slider.

    In reply to: Responsive logo

    Mirela
    Participant

    Hello,

    First make sure to have enabled the menu drop down in mobile. Find it in General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
    Since the logo in mobile is quite large, it is difficult to make logo and mobile menu fit in the same line. You can have the menu and search in the same line under logo and before slider. To have this layout, please add this code into your custom css box:

    @media (max-width: 480px){
    #logo { float: left;}
    .mobile_small_menu { top: 92%;}
    #logo img {
        width: 100%;
        top: 46%;
        left: -2px;
    }
    }

    Let us know.

    Best regards!

    linusymen
    Participant

    Hi,

    I’m making a site where I’d like to use a quite wide logo, but it doesn’t adapt to the screen width. So on small screens it ends up behind the mobile menu button and pushes the search button down into the slider. Can this be fixed?

    I’d also prefer to have the mobile menu button on the right side instead of left.

    Also, I’m not seeing any items in the mobile menu dropdown?

    URL: http://www.kemisamfundet.se

    Thanks in advance!

Viewing 15 results - 1,246 through 1,260 (of 1,362 total)