Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #217108

    Hello

    I have been trying for ages to get ANY print plugin to work with Enfold. Yes, I agree, who even wants or needs to print a page at all but the client wants this feature. I have managed to get CleanPrint almost working properly, however, in order to have the entire page show up for printing, I needed to wrap a div tag around each text block item:

    <div class="cleanprint-include">Content here...</div>

    So, I manually added this div into each text block in the advanced layout editor, but I have tabs on each page and the titles are not showing up because I can see the raw HTML. What would be ideal is to know where to add this div in one of your files to wrap the entire page, but that may not work for the tabbed titles. So could you please let me know:

    1) Where to add the div tag to wrap the entire portflio item’s page
    2) Where to use the div tag to make the tabbed titles also show up.

    Thanks so much!

    #217325

    Hi webWahine!

    You can edit header.php, find this code on line 70:

    <div id='wrap_all'>

    Replace it with:

    <div id='wrap_all' class='cleanprint-include'>

    Cheers!
    Ismael

    #217629

    I tried that and got a fatal error that totally broke my theme! Yikes! It did work when I manually added the divs into the test page but where would I be able to add the class=’cleanprint-include’ to make the tabbed titles appear, please? Thanks again.

    #218372

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #218948
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Wrap portflio item page content in a div’ is closed to new replies.