• Resolved gokh

    (@gokh)


    Hello there,

    I did not make any changes for the terra slider, but the height has changed and decreased. How can I make real full screen.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Theme Author terrathemes

    (@terrathemes)

    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

    Theme Author terrathemes

    (@terrathemes)

    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?

    Theme Author terrathemes

    (@terrathemes)

    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?

    Theme Author terrathemes

    (@terrathemes)

    I don’t understand what you mean.

    Thread Starter gokh

    (@gokh)

    Theme Author terrathemes

    (@terrathemes)

    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?

    Theme Author terrathemes

    (@terrathemes)

    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;
      }
    }
    Thread Starter gokh

    (@gokh)

    Thank you it worked..

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Terra Slider’ is closed to new replies.