Search Results for 'mobile menu'

  • binhduong
    Participant

    Hi,

    BTW, I cannot see the mobile menu view in this resolution screen. See picture captured below:

    cmsa
    Participant

    Hi,
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>Site url:</p>
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>https://robsondentistry.com/</p>
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>The mobile site just shows a white box at the top with no navigation, menu burger icon or anything.</p>
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>Tried numerous codes and color changes noted in in your support forum, but nothing worked.</p>
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>I emailed you the log in info for the site.</p>
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>Thanks,</p>
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>Russ</p>
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>[email protected]</p>
    <p style=”font: normal normal normal 12px/normal Arial; margin: 0px;”>727.447.3396</p>

    In reply to: Menu on mobile device

    HannahTK
    Participant

    If you could let me know the header.php code required for left menu to show on mobile devices – iPhone, android, tabs, iPads etc. I can add it.

    The theme responsiveness does not seem to be responding to the left menu, or iPhone screen size.

    Thank you,

    Hannah

    HannahTK
    Participant

    I am using the left menu for my website – https://curiotrips.com – but when I visit my site on a mobile device (with responsiveness on) there is no menu so users are stuck on the homepage. I have tried turning responsiveness off to check this, and still nothing.

    Please could you let me know how I have a menu on my site when viewed on a mobile device.

    Thank you,

    Hannah

    In reply to: Mobile Site

    HannahTK
    Participant

    Now that I have deleted the plugin, and turned responsiveness back on, could you please let me know the screen dimensions for mobile devices? As you will notice at https://curiotrips.com there is no menu showing up on my homepage.

    Thanks,

    Hannah

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 1145px){
    #logo { margin-left: -45px; }
    }
    @media (max-width: 1100px) {
    #header #navigation { display:none; }
    .mobile_small_menu { display: block;}
    #logo { left: 50%;   position: relative;}
    }

    If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    binhduong
    Participant

    Hi Support,

    I am using the large menu (larger the size of header I guest) so it drop down to the slider when it viewed on iMac portrait.  Is there any way to put the menu as a shortcut as the mobile view on the right side, stated near search icon?

    Thanks,

    In reply to: 2 issues with Specular

    Mirela
    Participant

    Hello,

    -“As I see from your sample at https://codeless.co/specular/minimal2 it either keeps in one line or collapse to mobile ‘hamburger’
    When the screen gets to small to display all menu items properly, the mobile menu(hamburger) gets in action.
    -I fixed it. Please check your site.

    Best regards!

    In reply to: 2 issues with Specular

    altimaau
    Participant
    This reply has been marked as private.

    In reply to: 2 issues with Specular

    Ruco
    Keymaster

    Hello,

    Please add this css code at custom css box:

    @media (max-width: 1100px) and (min-width: 981px){
    .header_11 #logo {
        margin-left: 10px;
        margin-right: 10px;
    }
    }
    @media (max-width: 1024px){
    .mobile_small_menu {
        display: block !important;
    }
    }
    

    Best regards!

    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

Viewing 15 results - 1,201 through 1,215 (of 1,327 total)