• Resolved johnnar

    (@johnnar)


    Hi there,
    I’m new in the forum, and I have to say Thank so much for everything and for this theme Kyma, and this forum has helped too much, because I had the same questions…
    But now I have other question,
    In the example slider of theme, I can see 3 differents classes css background, the first one is red, the second one is white, and the third one is black, so I tryed to look for way for getting the same class=owl_text_c transform_owl on my slider, but I couldn’t do it, How can I get this active class on my slider?

    Thanks a lot.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please provide the website URL and “Screen-Shot” for your

    issue.

    Thank You

    Thread Starter johnnar

    (@johnnar)

    Hi,

    This is the web site
    https://greatlionservices.co.uk/

    And this one is the screen-shot, I would like to make the black third label that is the slider.

    https://my.jetscreenshot.com/demo/20160306-l0z2-284kb.jpg

    Thanks.

    Hi,

    Sorry for inconvenience.

    We can’t edit this feature because slider content coming from post content.

    So we can’t add more text label.

    This feature is available in premium version.

    Let us know for further assistance.

    Thank You

    Thread Starter johnnar

    (@johnnar)

    Hi,
    Ok, no problem. I have other question is possible increasses the number of letters that the slider has in the second label?
    If you see my website, you can seethe second label on my web site, and it has a limit of letters with dots(…)

    Thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi johnnar,

    Here is a link of child theme package.

    Child theme package

    Download the package and activate it.

    After activate it copy the home-slider.php file from your core theme directory and paste into your child theme directory.

    Now Open home-slider.php file of your child theme directory into any text editor and find below line of code

    wp_trim_words($slider->post_content, 8, ‘…’));

    and replace it with this

    wp_trim_words($slider->post_content, 15, ‘…’));

    save the changes.

    Note :- If you want to change the no of words in second label of slider increase 15 to your need.

    Let us know for further assistance.

    Thanks

    Thread Starter johnnar

    (@johnnar)

    it works
    Great,
    thank you so much

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome.

    Thank You

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘class= owl_text_c transform_owl’ is closed to new replies.