Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1220453

    hi, I have some requests:

    MOBILE MENU
    I have some problems with the menu in the mobile version. The shopping cart button in the menu is not clickable. Also I would like to bring the menu button and the cart button closer together and keep them both on the right, now, the menu button is a little in the middle. In fact, I had to save the logo with a lot of space on the right so that it did not overlap the burger menu.

    PARALLAX
    Would it be possible to have parallax on mobile too?

    Thanks
    Cristina

    #1220976

    Another question, you can obscure the entry in the footer: powered by Enfold WordPress Theme ? Thanks

    #1221631

    Hi Cristina,

    Thanks for contacting us!
    1- I added following code to Quick CSS field in Enfold theme options > General Styling to move menu icon closer to cart icon to make cart icon clickable on mobile

    @media only screen and (max-width: 480px) {
    .responsive.html_cart_at_menu #top .main_menu .menu > li:last-child {
        padding-right: 0;
        margin-right: 0;
    }}
    
    @media only screen and (max-width: 767px) {
    .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
        z-index: 1;
    }}

    2- Parallax on mobile is currently not supported.

    3- I added [nolink] to copyright field. For more info, please see – https://kriesi.at/documentation/enfold/footer/#copyrights-info

    Please review your website and let us know if you have any other questions :)

    Regards,
    Yigit

    #1221722

    Thanks, everything works much better now! I would like to ask you something else:

    1 – I would like to arrange the scroll arrows of the product slider, is it possible to place them centered and with the smallest square?
    http://creative.maginaria.it/vigneti-aglianico/

    2 – You added the css in the “quick css” I instead used the “customize” area to insert the additional css. what is the difference between the two areas? Can I use one or the other without difference or not?

    3 – I currently activate the parent theme but I added the child theme. The whole site is set on the parent theme, how do I switch to the child now without losing the settings? What is the right way to proceed?

    4 – What is the right procedure to update the theme?

    Thanks
    Cristina

    #1222260

    Hi Cristina,

    In future threads, please stick to one question per thread if you could.

    1. Please try this in Quick CSS:

    .avia-slideshow-arrows a:before, .avia-slideshow-arrows a:after {
        line-height: 35px;
    }

    2. There’s no difference really, Quick CSS is part of the theme and customise is part of WordPress itself. It’s up to your what you want to use.

    3. You can install a child theme, then import the settings from the parent under Enfold->Import/Export.

    4. I’m not sure I understand this question, but make sure that you have registered the theme and added a token to the backend. After that you should be getting automatic updates: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.