Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
kehilanews
tagDiv Member

I solved this myself.

td_page_generator::wrap_start(); needs to be replaced by

<div class=”td-main-content-wrap”>
<div class=”td-container”>
<div class=”td-pb-row”>

td_page_generator::wrap_end(); needs to be replaced by

</div> <!– /.td-pb-row –>
</div> <!– /.td-container –>
</div> <!– /.td-main-content-wrap –>

kehilanews
tagDiv Member

Thanks Chris, I’ll ask WPEngine

kehilanews
tagDiv Member

Thanks for answering. Sorry, to be clearer, I’m referring to the input field in Block 6 settings (or any block) that is:

Optional – custom title for this block
[ text field ]

I want to put HTML in this field. It works find on WP onlaptop but not on WPEngine. Can’t figure out why? Maybe there’s a different setting in a .gitignore file on WP that is different on their server verses my server.

Thanks for your help!

Viewing 3 posts - 1 through 3 (of 3 total)