-
AuthorPosts
-
June 8, 2020 at 1:07 pm #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
CristinaJune 9, 2020 at 9:41 pm #1220976Another question, you can obscure the entry in the footer: powered by Enfold WordPress Theme ? Thanks
June 11, 2020 at 11:46 am #1221631Hi 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,
YigitJune 11, 2020 at 3:29 pm #1221722Thanks, 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
CristinaJune 13, 2020 at 5:23 am #1222260Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.