Search Results for 'mobile menu'

  • solicall
    Participant

    Some additional details:

    1. In a small screen (including on the PC when you reduce the size of the browser), you suddenly see the “mobile menu” button (which is OK).

    2. When you press on the “mobile menu” button, the menu appears (drop-down) and then is immediately closes.

    3. This problem is not consistent for all browsers. On some of the browsers there is no problem and the drop-down menu stays open and does not close.

    4. I do not recall any change we made to the site that is related to menu handling so this is very strange. Also, I am not sure when this problem started.

    Any help, would be appreciated.

    Thanks.

     

     

    solicall
    Participant

    Hi,

    Recently I noticed that on the site (solicall.com) the mobile menu opens and immediately closes. This happens with most of the browsers.  Any help would be appreciated.

    Thanks.

    utopiaupshire
    Participant

    My dropdown menu is not working on mobile….it just shows up blank.

    https://www.dropbox.com/s/smlj6ytkk1pwf78/ZetaDropdownIssue.png?dl=0

     

    tfussell1
    Participant

    1. I have a custom menu (three links) and a Tower child theme social widget (2 links) in my footer column and I’m not using the copyrite footer. Currently they are stacked on top of each other which is fine, but the custom menu A) off center, and B) moves to a left justification when the window is resized smaller and on mobile. I’d like it to be true center and stay that way.

    2. How can I specify a different rollover color for links in the footer?

    uctme
    Participant

    Hi, I have some issues with my specular website theme:

    1. I need to remove the empty lines (look like mobile menu but empty links) from my desktop menu (screenshot 1)

    2. How to remove titles like “project description” and “project details” and like icon on the portfolio items “services” page  (screenshot 1)

    3. Visual composer not work at all (when chosen still rounding and rounding and nothing happen (screenshot 2)

    4. The top menu go down when screen not big enough to show it and not convert to mobile menu until become very small. (screenshot 3)

    5. How to remove page title and the page we are in from top of all pages ? (screenshot 4)

    6. How to remove recent posts title from footer, and how add social media icons and links down?  (screenshot 5)

     

    Your fast response highly appreciated.

    Many thanks for this great theme..

     

    EngeniousDesign
    Participant

    When in portrait mobile mode, the menu icon (hamburger) is sitting on top of (in front of) my header logo image, as shown in image below. Is there someway to fix this?

    Mirela
    Participant

    Hello,

    To remove the extra navigation please go to General Options > Layout.
    The three bar icon you see in mobile is not the extra navigation but the responsive form of main menu.

    Best regards!

    marco.resinofacile
    Participant

    Hi Mihaila,

    only know I see that all items in menu footer are ok on desktops and big screens, but it seems that on mobile all the footer is aligned left.

    could you please have a look?

    thank you

    Marco

     

    In reply to: line seperator

    Mirela
    Participant

    Hello,

    I edited the current css in your custom css box, to fix the line separator in mobile and ipad layout as well as the footer menu. Please clear cache and refresh pages to see the changes.
    Let us know.

    Best regards!

    In reply to: burger menu

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 979px){
    .mobile_small_menu {
        color: #ffffff !important;
    }
    .close:hover {
        color: #ffffff !important;
    }}

    Let us know.

    Best regards!

    Mirela
    Participant

    Hello,

    The above code has nothing to do with mobile menu. The menu has different css classes that are not altered by the above code.
    However, i see the mobile menu is displaying and working ok. See screenshot. Did you manage to fix your issue?
    Let us know.

    Best regards!

    Tawasul
    Participant

    thnx it worked  the social widget was not going to the side i used this :

    footer#footer .inner .row-fluid.ff .span12:first-child:last-child {

    width: 488px !important;

    left: 0 !important;

    margin-left: 27% !important;

    text-align: inherit !important;

     

    }

    to align it  but would like to see if it can fit on the right side of the footer.

     

    https://xyz.tawasultele.com

     

    it broke the mobile verion menu

    • This reply was modified 8 years, 4 months ago by Tawasul.
    marco.resinofacile
    Participant

    Hi,

    one more help for http://www.resinofacile.com please.

    My client is telling me that the in this page https://www.resinofacile.com/video-resinofacile/ and only in this page the footer is not fixed to the bottom of the page but is coming up, living a lot of blank space after the footer.

    Sincerely I am not sure about this becouse I tested the site from several borwsers and smartphones and it seems there is no problem with footer.

    But the client is using Apple Mac and says this problem is present both with firefox and safari.

    Here is the screenshot of the client: https://i.share.pho.to/e6f994cc_c.png

    Do you see this problem?

    I already added some css code to the theme, this is all the code I added:

    /*#header{

    margin: 0 auto;

    }*/

    .latest_blog .blog-item .info {display: none;}

    .latest_blog .blog-item .after .post-like {

    display: none;

    }

    #footer .inner .row-fluid.ff:first-child {

    padding-top: 15px !important;

    padding-bottom: 10px !important;

    }

    #footer .inner .widget {

    font-size: 13px;

    }

    #footer .inner .widget ul li {

    background-color: rgb(0, 0, 0);

    width: 50px !important;

    height: 50px !important;

    }

    #footer .footer_social_icons {

    float: right !important;

    width: 34% !important;

    }

    #footer .footer_social_icons li i {

    font-size: 20px !important;

    margin-top: 8px;

    }

    #footer .footer_social_icons.circle li:hover {

    background-color: #fff !important;

    }

    @media (max-width: 480px){

    #footer .footer_social_icons {

    width: 100% !important;

    }}

    #footer .footer_social_icons.circle li a:hover i {

    color: #4db848 !important;

    }

    .copyright_text p a {color: #F9F7F7 !important;}

    .menu-small ul#mobile-menu {

    background-color: #669900;

    }

    #copyright .container {

    margin-top: -20px !important;

    margin-bottom: -20px !important;

    }

    #copyright {

    padding-bottom: 0 !important;

    }

    Mirela
    Participant

    Hello,

    I added the below code into your custom css box:

    @media (max-width: 979px){
    #logo {  left: 56% !important;}
    .row-fluid .span6 { width: 60% !important;}
    .row-fluid .span6:nth-child(2){ dispaly: none;}
    }
    @media (max-width: 480px){
    #logo img.dark {
        width: 100%;
        margin-right: -50px !important;
    }
    .mobile_small_menu { margin-left: -17px !important;}
    }
    .menu-small ul.menu > li > a { color: #444 !important;}

    All the requests are sorted now. Please check your site.

    Best regards!

    Danielle
    Participant

    1. when viewing site in landscape mode on tablet and device, plus smartphone portrait, the menu shows up on top of the logo.

    2. also the drop down menu items shows  up in white and are no longer visible as the header is white.

    3. when in tablet portrait mode the email on top widget shows up below, not beside like when in computer mode the way I want it.

Viewing 15 results - 901 through 915 (of 1,351 total)