• Hi!

    I’m using Virtue free version and it’s really good!

    I need a slider caption + excerpt in responsive mode, and I’ve seen it’s a feature in the latest update, right? But I use version 1.5.5 and have done hours in customization. I’m afraid I’ll need to do the job all over again if I update the theme, since other users had issues when updating. Is it possible to just update some specific files for the slider caption feature I need? If so, what files should I replace?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You are better off updating… There is a pretty good path for doing so, you can follow the tutorial here: https://www.kadencethemes.com/updating-virtue-with-new-options-panel/

    But I understand that it’s scary so you can copy your site to a test server and try out the update and theme options transfer.

    As for you question, because the theme options changed there are not files you can upload that will add the caption functionality to the mobile slider but you can make it show all the time in the regular slider with this css:

    @media (max-width: 767px) {
    .flex-caption {display: block;}
    }

    And lastly there is always the option of using a slider plugin like the cyclone slider.

    Kadence Themes

    Thread Starter twoheaded-girl

    (@twoheaded-girl)

    Okey, thanks for your help! I’ll copy it to a test server, update and see what happens.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider text in responsive mode – old version’ is closed to new replies.