Hi,
what’s your shortcode for the slider? Did you make any updates (plugins/themes)?
Thread Starter
gokh
(@gokh)
Hi,
I updated the plugins. I did not update the theme and WP last.
[terra-themes-header-slider slider=”slidertuyo” autoplay=”5000″ transition=”fade” navigation=”true” pagination=”true” stop_on_hover=”true” overlay=”true” height=”800″ responsive=”false”]
Thank you
Your slider shortcode says you want 800px height and the slider on your page is 800px tall.
Which plugins did you update?
Thread Starter
gokh
(@gokh)
All of the plugins are up to date. Meteorite Extensions, Page Builder by SiteOrigin, Terra Themes Tools and other external plugins (security, mail, seo, gallery)
Thread Starter
gokh
(@gokh)
Height auto isn’t already 800px?
Please try to change the height inside the Customizer in Header area > Header settings > Image height and tick the option Set header image height to viewport height (front page).
The height inside the shortcode isn’t used anymore.
Does this work for you?
Thread Starter
gokh
(@gokh)
Yes, convenient thank you. Is it possible to make Home Slider mobile view?
I don’t understand what you mean.
Use responsive="true" in the Terra Slider Shortcode. This changes to background images to normal images in mobile view, which will be responsive.
Thread Starter
gokh
(@gokh)
The slider was aligned at the top and there was a problem at the top. Is it possible to be under the header?
To make the slider under the header for mobile view, add this CSS:
@media only screen and (max-width: 991px) {
#masthead {
position: static !important;
background-color: #202529;
}
#mobile-menu {
top: auto;
}
}