• Resolved ferdinand.bardamu

    (@ferdinandbardamu)


    In testing, I find the “above page” and “below page” private page content is produced three times. I think this may have to do with the way the new Avada Layouts works as it appears the “Header” and “Footer” global layouts are triggering the loop and then loading the private page content. (Except for the “default” content.) Screenshot: https://i.imgur.com/lQXETkx.png

    (User meta was also loaded thrice but is hidden because I had begun “fixing” via CSS before thinking about it more.)

    Anyone else seen this? Does it sound right? Any easy ways to mitigate?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello @ferdinandbardamu,

    The Client Portal Content and also the Above/Below parts are added using the the_content hook from WordPress.
    It looks like they call this multiple times in a single page load.

    I believe the best thing you can do is remove these hooks from Client Portal (I can help with that) and then you would create a page template for the private page and just load the content there manually by grabbing the option which contains the above/below parts and the private page content.

    Regards.

    Thread Starter ferdinand.bardamu

    (@ferdinandbardamu)

    Thanks for the message. Sounds like I was on the right track. I will go ahead and make my own template.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avada: Header & footer running their own page loops?’ is closed to new replies.