Yogi Pro – Team member

Home Forums All Other Themes Yogi Pro – Team member

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #41295
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    Hello,

    Where indicate wich picture used for team or classes items on the home page?
    Is-it possible to change the designation of a member from a single line to a multiple line input ?

    Thanks 🙂

    #41299
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    Ok, I just find for the picture on the home page. Very basic sorry ^^.
    THe second ask should be more complex.

    #41441
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    2nd one isn’t possible unfotunately.

    Because the text field given there doesn’t accept HTML characters.

    regards,
    Brad

    #41782
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    Thanks for your answer :).

    Maybe I can change the code about that.
    WWhere the text field store the information and where is the code for the display ?

    #41790
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    Hum I search where is the the_content_format function. It generates the HTML code.
    OK in custom-functions.php

    #41792
    JérémieJérémie
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: June 20, 2016

    function get_the_content_format( $str ){

    $raw_content = apply_filters( ‘the_content’, $str );

    $content = str_replace( ‘]]>’, ‘]]>’, $raw_content );

    $content_corrected = html_entity_decode($content);

    return $content_corrected;
    }

    🙂

    #41857
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Okay so were you able to solve it on your own.

    Regards,
    Shri

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