Search Results for 'mobile menu'

  • keithc
    Participant

    When viewing my site on mobile (https://www.lightbe.hk/wp) the last two rows of the vertical menu at the top does not show. Is there anywhere I can fix that?

    Thanks a lot!

    In reply to: main header row

    Mirela
    Participant

    Hello,

    First, when finding the css to customize, do not ever see the backend. Check only front-end/live site. The css you pasted(if is exactly like that) has errors.
    Try adding this one:

    /*mobile*/
    @media (max-width: 480px){
    #logo img { height: 60px;}
    .cl-mobile-menu-button span { background-color: #fff; }
    .header_container * {
        background-color: #20263a;
    }
    }
    /*tablet*/
    @media (min-width: 1024px){
    #logo img { height: 60px;}
    .cl-mobile-menu-button span { background-color: #fff; }
    .header_container * {
        background-color: #20263a;
    }
    }

    Mobile result screenshot: https://ibb.co/0hbZKZB
    Change the values for tablet, to your wish (i used the same as for mobile for this example).

    Best regards!

    In reply to: Bugs

    elovarvo
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    Yes, it’s all accessible now. I updated theme to the latest version 3.1 (released two days ago).
    I updated required plugins too. Please check your site. All is well now. The mobile menu is ok as well. See screenshot: https://ibb.co/fFH3pSy

    Best regards!

    roserocamilo
    Participant

    First, congratulate them for such an excellent job, it shows the effort that has behind, on the other hand, I have load problems with the site, please look

    Live Site:
    Home
    https://dev.camilorosero.in/ba3/

    It does not load the main banner, it does not load the logo and the menu bar stops working

    Product Demo:
    https://dev.camilorosero.in/ba3/producto/anillo-ejemplo-5/

    The product image or logo is invisible, there are spaces in the product description.

    Attached catches

    Home
    https://ibb.co/5x3B9t8

    Product
    https://ibb.co/71bW38N

    • This topic was modified 5 years, 6 months ago by roserocamilo.

    In reply to: Bugs

    elovarvo
    Participant

    After updating theme to new version published today, copyright disappeared. Can’t find the way to bring it back, there’s no CSS hiding it.

     

    FOOTER MENU:

    It’s still doing whatever it wants. I’ve sent you the link: https://goyaike.demoswp.com/ . See footer now it takes 2 lines despite having plenty of space, and see it also in mobile please, it gets cut off.

     

    IMAGES ON MOBILE: I’ve managed to override them with some extra custom CSS but it’s starting to look like Frankestein.

     

    Still can’t find a way to see the pageable container on mobile, it also disappears. I know how to add media queries, i just don’t understand some of the decisions you are making, like the “force 100% width” for images on mobile or removing WP Bakery native options like columns. It’s not against WordPress good practices to have a 2-column layout in mobile.

    In reply to: Bugs

    Mirela
    Participant

    Hello,

    1-FOOTER MENU:
    There is some css that is positioning it 50% to the left. Try adding this css to fix this:

    footer#footer .inner .row-fluid.ff .span12:first-child:last-child {
        left: 42% !important;
    }

    2-Images:
    This is a decision of the developers. For any suggestion please write here: https://support.codeless.co/?forum=suggest-us-features

    Can i see a page where you are using this?

    3-Empty spaces: Please add some wp credentials in a private reply. So we can check it.
    4-PAGEABLE CONTAINER: You can add padding to a row using the row settings. Also check the margin/padding of page container in Specular > Layout > Page Builder Row Margin Bottom/Inner Page Content Padding.

    The responsive mode has different css. If you want to customize it, you need to wrapp the custom css inside a @media (max-width: 480px) rule.

    There are rules to follow for responsive. When in mobile in order to have content show well, only one row structure is used. These are WordPress rules. It’s not decided from us. If you do not want to use responsive mode, and keep several columns per row, then just set off Responsive in Specular > General Options.

    -Yes, you can update wordpress to 5.2. Theme has no issues with it.

    Best regards!

    Mirela
    Participant

    Hello,

    The menu it’s there, but it’s already in mobile mode. Screenshot: https://ibb.co/xzFJtss It will show in desktop mode only in landscape layout.
    *I can’t see the first picture.

    Let us know.
    Best regards!

    elovarvo
    Participant

    I’m having way too many trouble to set up a simple site with Specular, which i never had on other WP Bakery visual composer powered themes.

    See website in development url: https://goyaike.demoswp.com/

    FOOTER MENU:
    It simply won’t center. I’ve tried with custom CSS but it’s always off. Also, it’s not taking the colors i’m setting in Customizer.

    IMAGES:
    Why would an image need to have set up a width in order to center it? And having set it, why does it have a media query that forces 100% width in mobile enlarging it beyond its size?

    EMPTY SPACES keep getting ignored on front end.

    PAGEABLE CONTAINER:

    https://goyaike.demoswp.com/nuestros-negocios/

    Why would i need to patch everything with custom CSS to remove unwanted paddings, margins and borders?

    Why does it dissapear on mobile?

    RESPONSIVE LAYOUT

    Why have you removed the ability to set how many columns we need to display in lower resolutions? Or even column heights?

    I’m thinking maybe the installation is faulty, but i’ve reset everything and i’m still running into this strange stuff.

    PS: Is it safe to update to WordPress 5.2?

    eltooks
    Participant

    Hi Mirella,

    Thanks for your answer. Unfortunately it did help solve my issue.

    Again, I tried today to update the theme. Then updated/reactivated all plugins. The WP Page Builder refused to update and it cannot be deleted. Any way, that is not the issue.

    There are massive changes in the theme. I took before and after pictures so that you can see what I am talking about.

    [caption id="" align="alignnone" width="445"]Before The page before updating the theme[/caption]

     

    [caption id="" align="alignnone" width="525"]After After the theme update[/caption]

    As you can see, the slider is gone, the look and feel changes, the footer changes… Also inside the WordPress Admin console, the Specular menu item from where I can change the header and the logo is gone.

    This one:

    Again, I appreciate your help. I know you’re not responsible for theme installation or customization but these are all happening on updating the theme.

    For the record my WordPress version is 4.9.8. I tried installing the update on both 4.9.8 and I also tried updating WordPress to 5.2.1 and installing the theme there. Had these issues in both cases.

    Again, if you can point me to how I can fix the hamburger menu not clicking on the homepage on mobile without all the above, then we can both be done with it. If you insist on me updating the theme, then you have to please support me in doing so because all the above is happening. Thanks.

    In reply to: Contact form 7 Plugin

    Mirela
    Participant

    Hello,

    Not by theme options. But you can using custom css. See related ticket:
    https://support.codeless.co/?topic=mobile-logo-menu-color-change

    Best regards!

    eltooks
    Participant

    Hi! It’s me again.

    The same issue as above has reappeared. Basically, the client contacted me telling me that the hamburger icon does not work on mobile ON THE HOMEPAGE ONLY. On all other pages it works.

    I had not updated the theme in a while, so I updated the theme and disaster struck. Revolution slider was not working; the portfolio items were appended by an unremovable /codeless-portfolio/ in the slug; “Specular” menu item in WP admin was gone with all its customizations, WP page builder would not update and said it needed a license, and the menu was the wrong menu type and I could not change it (since “Specular” was gone from WP Admin, and on clicking on the portfolio items their presentation changed.

    Luckily I went back to godaddy and found a recent backup and restored it. I tried again, this time without updating WordPress first to 5.2.1 and keeping it at version 4.8.2. Same disaster struck!

    So I had to re-extend my support and here I am asking for your help! Is there a way to fix the hamburger icon without jumping through all these hoops? If not, what are the steps required for me to update the theme without damaging the entire look and feel of the site (finconnect.io).

    Please let me know.

    Mirela
    Participant

    Hello,

    I checked and the mentioned images are indeed loading properly in mobile and desktop. Here is what i see:
    Desktop: https://ibb.co/8bh82Dx
    Mobile: https://ibb.co/8bh82Dx

    1-That happens because of the difference in position of the two types of headers. I fixed it by adding this css in your custom css box:

    .header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style.cl-transparent.cl-header-light {
        position: absolute !important;
    }
    .header_container.boxed-style {
        position: relative;
    }

    2-Re-position the image to your wish by changing the background position in Row settings > Design > BACKGROUND IMAGE > Background Position.
    -https://ibb.co/Tw4PS76 -> make the row full height. The background image will only show up to the end of the row.

    3-I added this css:

    .header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style .cl-text p:last-child {
        color: #273eaf !important;
    }
    .home .header_container.header-bottom.boxed-style.menu_style-simple.menu-full-style .cl-text p:last-child {
        color: white !important;
    }

    Best regards!

    Derk_D
    Participant

    Hi, if you go my page: https://derkdumbar.nl/derkdumbar/?page_id=51&clactive=1

    (the about page) you will see 3 text blocks at the bottom of the page. I selected “only text” but it still gives white spaces for icons. that’s a bug. Can you fix that?

    also if you hover on the items from the hamburger menu it gives different colours on different pages. i don’t see where i can fix that. And is it possible to make the font and line height bigger on mobile?

    Last thing, in the contact form there is a send button ( solid grey with square corners) that is different than the one that shows up when you publish. Can you fix that as well? i want the grey one and not the black outline one.

     

    thanks

    Ruco
    Keymaster

    Hello,

    You can change the pages and post header in light version by change this : Header Color Style 1 > Light

    To fix the issue on the mobile please add this custom css :

    @media(max-width:768px){
    header#header.transparent{
       background:#fff !important;
    }
    }
    
    .error404 #header #logo .light {
      display:block;
    }
    
    .error404 #header #logo .dark{
    
       display:none;
    }
    
    .error404 nav .menu > li > a{
     color:#fff !important;
    } 
    

    Write the line above into General > Custom Css Box.

    Regards!

Viewing 15 results - 526 through 540 (of 1,327 total)