Forum replies created
Hi Teresa,
Firstly, the movement in slides is happening because you are using different sizes of images in your slider. You should use all slides in a same size to prevent this. However, if you want to fix it, so you can add the code mentioned below into your custom CSS. Besides, its better to start new topic in a new post.
.carousel {
min-height: 500px;
max-height: 500px;
}
Thanks.
Hi Jhon,
Thanks for writing in, to suppress the grey areas around header, you can try following code under Appearances > Theme Options > Custom CSS:
.menu-container {
background: #ffffff !important;
}
Hope this helps!
Thanks.
Hi Noah,
Thanks for writing in, if you wish to achieve that, so you can add the following code under Appearance > Theme Options > Custom CSS:
ul.nav-menu li:hover ul, ul.nav-menu li.nav-hover ul {
display: block !important;
}
Hope this helps!
Thanks.
You’re welcome! 🙂
Hi Angelo,
Upon checking, the files of parallax slider are missing. As also you are using an old version of the theme evolve plus v1..8.5. So I’d advice to update the theme to evolve plus v1.9.0. Before Updating the theme make sure that you are using a child theme to preserve the current changes.
https://codex.wordpress.org/Child_Themes
I’d also advice to backup your website before updating. backup
Thanks.
Hi Angelo,
I would require the login and the password of your admin panel in a private reply, so the others don’t approach it.
Thanks.
You’re welcome Heinrich! 🙂
Hi Angelo,
Would you make sure that you’ve activated your Slider under the Appearance > Parallax Slider > Parallax Slider Placement as per shown here: http://prntscr.com/7ycwpb and if you have selected manual page to page, then you must should have select the slider from the page options: http://prntscr.com/7ycyrw.
Thanks.
You’re welcome Teresa! 🙂
You’re welcome! 🙂