Home>Support>Page Builder + Genesis Framework

Page Builder + Genesis Framework

Hi there!

First of all I’d like to thank you for your work, keep it up!

I have one little big problem with Page Builder and my Genesis Framework theme. All is working perfectly fine except for Post Loop. I’ve read what file names your plugin is looking for, but since framework with it’s child theme has a bit different structure (I guess), loop file can’t be found.

Now, I’ve created custom loop file which your plugin recognizes and builds post query (number of posts is right, no error messages). Once however I reload website, there’s PHP error about redeclaring function:

Fatal error: Cannot redeclare child_post_content_archive() (previously declared in /home/lusk/public_html/tester/wp-content/themes/Jennifer/loop.php:19) in /home/lusk/public_html/tester/wp-content/themes/Jennifer/loop.php on line 20

This is like 5th different custom loop file and I’m 100% sure that functions aren’t redeclared. Interesting thin is that Post Carousel widget is working perfectly fine.

Is there something I could do to make post loop work with Genesis child theme?

Thanks,
Luca

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 8 months ago lucalogos

    Sooo… Here’s possible solution: you need to load standard loop from external file, so Page Builder recognizes it:

    <?php
    
    genesis_standard_loop();
    

    That seems to be working well :)

    Thanks,
    Luca

  2. 8 years, 8 months ago SiteOrigin
    Hi, I Work Here

    Hi Luca

    Nicely done. Thanks for keeping your thread updated and posting a solution.

  3. 8 years, 5 months ago JKamphaus

    Hi there,…

    Where has this sbipped to be placed? in thre functions.php of the child theme?

    Jörg

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More