• Hi – I’m a newbie. Hope I make sense.

    I’m trying to display php content (transcript) inside a wordpress site. Have successfully got the text to display using php plugin: WP PHP widget.

    My problem is that there’s more text than what is showing. No scroll bar showed up and the text area did not auto-size to the content. Is there a way for me to get the page to show the entire transcript.

    Here is the page link: https://withoutreservation.org/?page_id=408

    Thanks

Viewing 1 replies (of 1 total)
  • It looks like the PHP code you are embedding is outputting an iframe with scrolling disabled. If you want it to ouput an iframe, you need to search the code for the following code:
    scrolling="no"
    and replace it with:
    scrolling="yes"

Viewing 1 replies (of 1 total)
  • The topic ‘content from php page inside wordpress shows limited content’ is closed to new replies.