• Resolved Startwebsiting

    (@startwebsiting)


    Hello all,

    I just ran into the same issue for the second time … but this time I don’t know how to resolve it. I am talking about increasing the number of characters under the Featured Page Text. The first time I resolved it by copying the customizr/parts/class-content-featured_pages.php to the child folder and making the tc_fp_text_length to 350. But it seems that this doesn’t work anymore.

    Please let me know if you have any idea what can be done to increase the number of characters on the Featured Page Text.

    Link to my website: http://www.startwebsiting.com/

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Maybe something like the last post in this topic

    Thread Starter Startwebsiting

    (@startwebsiting)

    Thank you, @deputy05.

    I found the solution in the link you provided me 🙂

    add_filter('tc_fp_text_length', 'my_fp_text_length');
    function my_fp_text_length($original) {
        return 1000;/* change this value the way you want */
    }

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Featured Page Text limit’ is closed to new replies.