Search Results for 'mobile menu'

  • 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

     

     

     

    Peter
    Participant

    Hello,

    Is it possible to have a text “MENU” at the top of the hamburger menu icon on mobile?

    Alexa
    Participant

    Dear team,

    My portfolio is lengthy so I would like the menu to become hamburger menu on mobile.

    Can you help me with that?

    Thank you!

    In reply to: Mobile Display Issue

    Mirela
    Participant

    Hello,

    The logo is there but it’s too wide for the mobile screen dimension (screenshot). I suggest you set another logo for mobile only so it’s customized to that screen. or add this code into your Custom Css box:

    @media (max-width:480px){
    #logo img {
        margin-left: 60% !important;
    }
     .menu-small ul.menu > li > a {
        color: #5a5555 !important;
    }}

    The menu as well is there, but the items are in white color. That’s why you do not see them. The css above will change it to dark gray so they will be visible again.
    Change the color to your wish.

    Best regards!

    In reply to: Mobile Display Issue

    alpenzone
    Participant

    Thanks for your suggestions.

    I’ve updated plugins and the Specular theme to current version (from v2.5.1 to v2.6.1) and the website loads a bit better in mobile view.  However, the header logo is missing and the menu does not work.  What should I adjust in your theme to get these working please?

    Fabs
    Participant

    First of all, thank you for the great theme. Sadly, my conversion and click through rate dropped significantly after I relaunched my website using the June-Theme. At the moment I’m really burning money.

    I will now post all the problems I faced, hoping that you can help. These are too many problems, so I will not open a ticket per problem, please handle this as a master ticket.

    I’m convinced, solving this problems will help all your customers, not just me. In my “professional” career I’m Director E-Commerce for wellknown fashion brands which made me win several usability awards, so maybe we can take june to another level together. I will be there for further information or discussions.

    Looking forward hearing from you!
    Fabs

    1. you cant use the menu on mobile!
      If you want to open a secondary link, you need to click on the first level link to open it. if you do so, the link will be opened, instead of showing the 2nd level links.
    2. You should definitely use an offcanvas menu instead of a dropdown on mobile.
      It’s more “trendy”, easier to use and better known. If you use an offcanvas, you can put the search and the quicksearch-links in there, too. Would save space and make it more user-friendly.
    3. There should be a chance, i didn’t find, to add a sticky header with a slick line (just logo and navigation.
      Currently you can only fix the whole header, so if you use the “thick” version with quicksearch and stuff, this would be to thick to use.
    4. Make scrollable banners
      If you add banners (like the 3 on the demo-page below the main-slider) they should be scrollable cards instead of multi-line breakpoints. This is the way the users learned it from facebook and instagram. By the way, it’s taking unnecessary place. One banner, always centered, is full visible, the “next” and “last” banner should be cropped, so it’s directly clear, you can scroll here.
    5. the “Shop Global Single Product Style” in the options doesnt work.
      It will always show the default, no matter which setting you use. I wanted to use “wide & vertical thumbs” – if i set it in the single product, it works. if I set it in the customizer it doesn’t.
    6. you should change the way of the filters.
      If you use the left / right sidebar, they are “invisible” on mobile (you would have to scroll way too far). If you want to use the inpage filters the link “+filters” is nearly invisible – also there should be an option to open the inpage filter bar on default. Or to make it more visible (just like hugoboss.com) and open them in a modern offcanvas to save space.
    7. whatsapp sharing should be invisible on desktop
      Or at least to have an option, which share should be visible on which device
    8. quicksearch should be optimized
      you can only use 4-5 Links otherwise it breaks the layout in the header – but if you want to also use the quicklinks in the footer, there need to be more links. Otherwise its not usefull anymore. The Quick-links in the footer should be scrollable instead of multi-line.
    9. also in the webmaster tools – google cant see the mobile version and there are a lot of things to fix.

    One more problem, that will only help me when solved, not all your customers:

    I have problems with missing images and double price-display when using the “woozone” amazon affiliate plugin. This had been fixed in an earlier version, I’ve been in contact with you guys via skype. Now it appears again. Too bad!

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

    Hello,

    Exactly, the left/right menu style with logo in the middle, is the header’s desktop layout. This can not be kept in mobile because there is another menu style set for mobile(due to it’s small screen width). That is the mobile menu, see screenshot: https://postimg.cc/image/6vj12r6uj/

    If you want to keep the desktop style, then you will have to customize it using custom css. Add the code in your Custom css box in Customize > General > Custom Codes > Custom Css.

    Please know that this is a personal customization and further customizing is not included in support.

    Best regards!

    viraj24
    Participant

    Brother my menu is showing different in mobile. Can you please set the same.

    Right menu and left menu.

    For mobile right now it is assigned to main navigation.

Viewing 15 results - 691 through 705 (of 1,339 total)