Search Results for 'mobile menu'

  • wearewestcoast
    Participant

    I’m having some issues with how the mobile menu is responding, and was wondering whether there’s a quick fix. We’ve got “SHOP”, and two sub-pages for the shop. On mobile, clicking the tiny arrow next to shop makes the two sub-pages appear momentarily on the menu, and then the first of the two sub-pages loads up. In other words, there is no way to expand the menu properly on mobile.

    Is there a quick fix?

    moggioleonardo
    Participant

    Hi,

    where I can change the color background for the mobile menu?

    I’ve chose: Responsive menu style > Side menù;

    Isabelle_Mathy
    Participant

    Hi,

    I was wondering if there’s a way to have the menu appearance be the same on mobile as on laptop.

    What I mean :

    – on laptop, you see the items of the menu, and the sub-items drop down only on hover.
    – but on mobile, you see all the levels (items and sub-items) appear all at once, which is confusing.

    Is there a way to change the settings, or css code maybe ?

    Thanks a lot for your help

    Isabelle

    seoleads
    Participant
    This reply has been marked as private.
    helentren
    Participant

    I have several issues, which I can’t seem to find a direct answer for

    1) I have a strange sidebar appearing in the body content, in some browsers but not others, and also across mobile devices

    2) The Menu on mbl devices is not appearing correctly. On iPad the menu is forced down into the page heading.

    3) The menu on a phone when is appears as lines, is not actually visible when you click it

    4) MBL formatting on most pages is generally waaaaaaaaaaay out of whack (outside of page and overlapping with website background)

    5) On a portfolio item, how do I REMOVE the “product description” and “details” heading and the space where the details would go if I had the text at he bottom of the image?

    6) On the Porfolio page, when you hover on the portfolio item, it shows the “slug” not the description… how can I change this?

    7) Again, on the portfolio page, when I hover, if the portfolio item name is long, the text goes over the hover box (doesn’t look neat), and also is not vertically centered. Is there a way to constrain the width to the same width as the hover box?

     

    4 images

    Portfolio page hover text

    • This topic was modified 7 years, 6 months ago by helentren.
    • This topic was modified 7 years, 6 months ago by helentren. Reason: more issues
    • This topic was modified 7 years, 5 months ago by Mirela.
    20eightDigital
    Participant

    I have just installed the full folie-Modern demo theme.

     

    when looking at it on my phone the mobile menu does not show up. the footer is also broken as well.

    https://am.20eight.ca/

    any solutions?

     

    Thanks

    In reply to: Responsive Menu

    Mirela
    Participant

    Hello,

    Technically there is no black menu bar.
    The black bar in header is due to the background color difference between the content and the first row background color. The first row background is gray and since it starts under menu bar, that’s why you see this black bar in the slides where there is only text.
    See screenshot: https://postimg.cc/image/nedj4pm6f/

    I you watch closely while scrolling thru the slides with images, this black row under menu is not present at all. See this other screenshot:
    https://postimg.cc/image/s1jl6hh93/ (attempted to catch while scrolling)

    -In the last reply i send you for point 1, some css that positions the text in mobile.
    This code:

    @media (max-width: 480px){
    	.cl_column > .cl_col_wrapper > .col-content {
        padding-top: 60%;
    }}

    I tested it in my device and the text looks quite centered. If you are not satisfied with this result, then just change the value of padding-top until you are satisfied with the result.

    Let us know.

    Best regards!

    In reply to: Mobile Grid No Caption

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    Please add this code into your Customize > General > Custom Codes > Custom Css menu:

    @media (max-width: 480px){
    .entry-link, .entry-lightbox {
        display: none;
    }}

    It will remove the link effect from the overlay of portfolio items in mobile. So that you can tap over an portfolio and then the overlay with title will show up. Then only if you tap again on the title, you will be send to the single portfolio page.

    Let us know if this works for you.

    Best regards!

    In reply to: Responsive Menu

    Mirela
    Participant

    Hello,

    1-I added this css into Customize > General > Custom Codes > Custom Css:

    @media (max-width: 480px){
    	.cl_column > .cl_col_wrapper > .col-content {
        padding-top: 60%;
    }}

    It re-positions the text in mobile. Change the value to your wish.
    -This is not a bug. It’s theme style.

    2-I increased the header height in General > Header
    Main Header Row
    to 190px and then added this css:

    .cl-fullscreen-overlay-menu {
    	left: 26px !important;
    }
    .cl-hamburger-menu.open {
        top: 15px !important;
    }

    To further customize it’s position.

    3-The code needed just an !important to it. Already added. Please clear cache and refresh pages to see the changes.

    4-I added this css:

    .container-content {
        margin-top: 110px;
    }

    Result screenshot: https://postimg.cc/image/71vmggyw7/

    Please check your site and let me know.

    Best regards!

    In reply to: Home Page Image

    Mirela
    Participant

    Hello,

    We are sorry for this.
    I checked the older tickets, you do not have any post older than 2 months. The images in header can be fixed with custom css. We have already provided support on this. However, i checked again and edited a value in the custom css in Appearances > Customize > Additional CSS menu. I edited the value in this block:

    /*slider in mobile*/
    .codeless_slider .swiper-slide {
        margin-top: -28% !important;
    }

    From -60px that it was previously to the current -28px. This is the result as taken from an actual mobile device: https://postimg.cc/image/azvo8xjct/

    Let us know.

    Best regards!

    In reply to: Responsive Menu

    Mirela
    Participant

    Hello,

    1-The Scroll Story demo does not have a menu by default. To add one, just go to Appearances > Menus and assign one of the available menus as your main menu.

    2-Please go to file includes/codeless_builder/shortcodes/cl_button.php and find this line:

    <a href="<?php echo esc_url( $link ) ?>" class="<?php echo esc_attr( $this->generateClasses('.cl-btn') ); ?> 
    	<?php echo esc_attr( $extra_classes ); ?>" <?php $this->generateStyle('.cl-btn', '', true) ?> target="<?php echo $target ?>" > <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>

    Edit ot this:

    <a href="<?php echo esc_url( $link ) ?>" target="_blank" class="<?php echo esc_attr( $this->generateClasses('.cl-btn') ); ?> 
    	<?php echo esc_attr( $extra_classes ); ?>" <?php $this->generateStyle('.cl-btn', '', true) ?> target="<?php echo $target ?>" > <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>

    Save changes and refresh page.

    3-Please add this code into your Customize > General > Custom Codes > Custom Css:

    .cl-mobile-menu-button span, .cl-hamburger-menu span {
        background-color: white;
    }

    Let us know.

    Best regards!

    Isabelle_Mathy
    Participant

    Hi,

    Sorry for the delay, I’m coming back to this project now.

    Following your instructions, I tried to upload a new version of the theme (tower_new), and activate it, but it doesn’t help … When I click on the images, I’m sent up to the top of the page, and not to the anchor I set.

    as a reminder, what I want to do is : click on the images (the five images row) and go to the anchor set on each row.

    Can you please check ?

     

    In addition, I have  a few more questions :

    – is it possible to have some css on the the green color which appears when people subscribe to newsletter ?

    – on the mobile menu, the items and sub-items are aligned. But when some items are not clickable (#), it gets confusing, because the person can’t really make difference between item and sub-item. Is there a way to have have sub-items show up only when people hover on items ?

    – concerning the logo on mobile : we have set a specific logo (with your kind help) but it’s not clickable. And thus, people can’t get back to home page when they browse into the site. Is it possible to make the logo clickable and link to home page ?

    – in the portfolio page (https://www.happypog-deco.fr/realisations/), we would like the white square which appears on hover to be more transparent. is it possible with css ?

    Thanks a lot in advance for your advise.

    Isabelle

     

    In reply to: Codeless Slider

    Medrit
    Participant

    Hello,

    To have a different logo for the mobile please refer to this related topic:
    https://support.codeless.co/?topic=mobile-logo-menu-color-change

    Let us know.

    Best regards!

    In reply to: Codeless Slider

    codeisol
    Participant

    Thank you!

    A final quick one if you can. How can we remove the icon (looking like a mobile menu icon) at the end of the main menu that when clicked opens a layer on the right side of the web site?

    Marco
    Participant

    Hi,

    I get an issue on menu on mobiles for this site:

    http://www.misanoimmobiliare.it

    The menu doesn’t work on mobiles.

    I already found this problem in the past and you told me that the problem came from the plugin “estatik”.

    Estatik plugin support is telling me this:

    “The reason for issue is in your theme. When plugin acts in js $( window ).trigger( ‘resize’ ); the menu stops working. But this line usually doesn’t cause any errors, the code is harmless here. It helps to make the layout responsive. For now this line was deleted in the code, but this is a stopgap measure. And we would recommend you to connect your theme developers with this issue”

    Could you please check?

     

    Regards

    Marco

     

     

     

Viewing 15 results - 706 through 720 (of 1,362 total)