How can I use html code or line break on Aquentro Carousel?

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Aquentro How can I use html code or line break on Aquentro Carousel?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #723067
    Carlos David Navarro Mujica
    Participant

    I can not use line break in Aquentro Carousel, or use enters.

    How can I resolve it?

    #724511
    J. Davis
    Keymaster

    Hi Carlos,

    The request you ask is not possible in the Aquentro theme by default, but it is a good feature to have. We will add it in one of the future theme updates.
    As an option you can edit the following file \wp-content\plugins\aquentro-engine\includes\elementor\elementor-widgets\advanced-carousel\advanced-carousel.php and replcae the line below:

    echo esc_html($item['slide_content']);

    with this line

    echo wp_kses($item['slide_content'], 'post');

    best regards,
    John

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.