[Resolved] Blog page without PageBuilder

  • Author
    Posts
  • #7491

    Jessica
    Participant

    Hi,
    I am having problem with my blog page, probably because my PageBuilder SiteOrigin is desactivated. I found a better page builder for my project and that’s why I need to keep PageBuilder off. Now my blog page is all black. How do I fix this? Is it possible to fix keeping PageBuilder off?

    Thank you,
    Jessica

    #7492

    Andrew Misplon
    Keymaster

    Hi Jessica

    That shouldn’t be any problem. If you were previously using a Post Loop widget for your Blog page you’ll now need to assign your blog page via Settings > Reading > Posts Page. Has that been done?

    If this doesn’t help, please, share a link so I can take a look.

    Thanks

    #7493

    Jessica
    Participant

    Yeah, i have done this but my page looks like this: https://drive.google.com/open?id=0B0ujY1xhs_qbSVY3YTF6Zjdzb3c

    When I activate SiteOrigin plugin the page works. Maybe I have a problem with my archive.php. I don’t know.

    #7494

    Andrew Misplon
    Keymaster

    Thanks. I’ve never heard of this happening before. To find out where the issue lies:

    1. Deactivate all plugins except for Page Builder by SiteOrigin. Does the issue persist?
    2. Activate a default theme like Twenty Seventeen and Page Builder by SiteOrigin. Does the issue persist?

    #7495

    Andrew Misplon
    Keymaster

    Have you directly edited theme files at a code level?

    #7496

    Jessica
    Participant

    No, I am using a child theme and I didn’t change the code.
    If I activate PageBuilder my blog page works great. The problem is: I need to desactivate, I don’t want to use the SiteOrigin plugin, because I am using another page builder (elementor) and when both are active there is a conflict. My blog page works ONLY with PageBuilder by SiteOrigin.

    I think the problem is in the archive.php because the code has this line “get_header(); ?>

    <?php if ( siteorigin_page_setting( ‘page_title’ ) ) :”

    I’m just guessing. If you want to, I can send the code.
    Sorry if my english is bad 🙁

    #7497

    Andrew Misplon
    Keymaster

    We can try to work out the issue later but it’s best to make big changes in the beginning of troubleshooting. So step 1. Switch to the parent theme, does the issue persist?

    The reasoning behind my previous advice was that if the problem did not occur with ONLY Page Builder by SiteOrigin activated then we would know another plugin is the issue.

    The code mentioned is not the issue. That code refers to the SiteOrigin Settings Framework, not Page Builder by SiteOrigin.

    So, step one, switch to the parent theme, deactivate Page Builder by SiteOrigin, does the issue persist?
    If the issue persists. Stay with the parent theme activated and deactivate ALL plugins in one go. Does the issue persist?

    #7498

    Andrew Misplon
    Keymaster

    Phew, sorry, part of my advice did not make sense, long day. Let me try that again:

    1. Switch to the parent theme. Does the issue still occur?
    2. If the issue still occurs, deactivate all plugins in one go, does the issue still occur?

    That will give us some idea of where the problem is coming from.

    #7499

    Jessica
    Participant

    I have done what you said and persist. All plugins are deactivated and I am in the parent theme, same problem with the blog page.

    My Chrome says this when I press ctrl+u

    <b>Fatal error</b>: Uncaught Error: [] operator not supported for strings in C:\xampp\htdocs\wordpress\wp-content\themes\ultra\inc\panels-lite\inc\css.php:27
    Stack trace:
    #0 C:\xampp\htdocs\wordpress\wp-content\themes\ultra\inc\panels-lite\inc\css.php(65): SiteOrigin_Panels_Lite_Css_Builder->add_css(‘#pg-home-0’, Array, 1920)
    #1 C:\xampp\htdocs\wordpress\wp-content\themes\ultra\inc\panels-lite\panels-lite.php(299): SiteOrigin_Panels_Lite_Css_Builder->add_row_css(‘home’, 0, ”, Array)
    #2 C:\xampp\htdocs\wordpress\wp-content\themes\ultra\inc\panels-lite\panels-lite.php(389): siteorigin_panels_lite_generate_css(‘home’, Array)
    #3 C:\xampp\htdocs\wordpress\wp-includes\class-wp-hook.php(298): siteorigin_panels_lite_css(”)
    #4 C:\xampp\htdocs\wordpress\wp-includes\class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #5 C:\xampp\htdocs\wordpress\wp-includes\plugin.php(453): WP_Hook->do_action(Array)
    #6 C:\xampp\htdocs\wordpress\wp-includes\general-template.php(2589): do_action(‘wp_head’)
    #7 C:\xampp\htdocs\wordpress\wp-content\th in <b>C:\xampp\htdocs\wordpress\wp-content\themes\ultra\inc\panels-lite\inc\css.php</b> on line <b>27</b><br />

    #7500

    Andrew Misplon
    Keymaster

    Ok so final step:

    With all plugins deactivated, switch to a default WP theme like Twenty Sixteen, is the issue resolved? If so, we know it’s the parent theme. If this is the case, try deleting the parent theme, reinstalling it from Themes > Add New > search for Ultra and install then activate. Does the issue persist with a fresh copy of the parent theme installed off the theme directory?

    #7503

    Andrew Misplon
    Keymaster

    How’d that go?

    #7504

    Jessica
    Participant

    Twenty Seventeen installed and working. I removed both parent and child themes and installed ultra again. The issue persist 🙁

    #7505

    Andrew Misplon
    Keymaster

    Ok, thanks. Sorry about this, I haven’t encountered or had a user encounter this error before. It’s possible there is something about your XAMPP stack that isn’t working with a part of the theme. We will most likely find this problem doesn’t persist once you move to a live server.

    I will also investigate this error and resolve as soon as I can find a work around/solution.

    For now, let’s do this:

    1. Plugins > Add New, install a super useful plugin called Code Snippets.
    2. Snippets > Add New, name it as you’d like and in the snippet body, insert the following:

    define( 'SITEORIGIN_PANELS_VERSION' , 'dev' );

    Finally, Save Changes and Activate. You have to click the button with activate in it as you can save without activating.

    OR in your child theme functions.php file, insert the following:

    define( 'SITEORIGIN_PANELS_VERSION' , 'dev' );

    #7506

    Jessica
    Participant

    Thank you! Now it’s working. If you find what’s the issue, tell me 🙂
    When my site is online, I will test to know if the problem is with my xampp.

    #7508

    Andrew Misplon
    Keymaster

    Thanks for your understanding. I’ll let you know as soon as I know more. Please, let me know how it goes on the live site.

    Chat soon 🙂

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

You must be logged in to reply to this topic.

Scroll to top