• Resolved gova

    (@gova)


    Cookies popup I don’t want to show more and less content I want to display full content instead of show more content how can customization please hemp me

    Installed premium version but not any option for removed show more and show less content also I can’t able to override file

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @gova,

    Thanks for reaching out!

    The show more link is displayed based on the number character in the privacy overview. To increase the character limit, we have added a filter in the plugin core. Please copy below code snippet to your active theme’s functions.php and alter the length value according to your number of characters.

    function wt_cli_privacy_length( $length ){
    	return 400;
    }
    add_filter('wt_cli_privacy_overview_length','wt_cli_privacy_length');
Viewing 1 replies (of 1 total)
  • The topic ‘Cookies popup I don’t want to show more and less content’ is closed to new replies.