Forums Forums Search & Filter Pro Problem with thrive content builder

Viewing 9 posts - 1 through 9 (of 9 total)
  • Anonymous
    #59400

    Hi,

    I have a plugin to edit my content, thrive content builder.

    When I have active the search and filter pro I can’t edit my pages with the plugin.

    It’s there something I can do to override this problem?.

    Thanks for the help.

    Trevor
    #59435

    It sounds like a javascript conflict. Open the page ready to edit in Chrome and use the object inspector (usually ctrl + shift + I) and then open the console tab and see if there are any red errors showing.

    Anonymous
    #59482

    Hi Trevor,

    It shows this error.

    jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 1.4.1
    https://vivesinestres.com/wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    You think is that?

    Trevor
    #59486

    That is the cause, probably. But, what is causing that? Do you know how to enable WP_DEBUG and also add WP_DEBUG_DISPLAY? (set both to true)

    Anonymous
    #59488

    Trevor,

    I have no idea how to do that.

    And what it do.

    Can you help me or guide me?

    Thanks

    Trevor
    #59492

    I can guide you. Do you have Skype, a mic and speak (OK ish) English?

    Anonymous
    #59494

    Speak english very well can be a little hard.

    But I hear well.

    What did you need?

    Trevor
    #59498
    This reply has been marked as private.
    Trevor
    #59506

    OK. Nice to speak with you. The issue was that WordPress needed more than its default 40M memory. For others who read this. In the public_html folder of your server, open/edit the file wp-config.php

    Add a new line towards the end (NOT past the line that says stop editing) and copy and paste this in there:

    define('WP_MEMORY_LIMIT', '128M');
    

    Save the file. Now WordPress has the higher limit.

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