Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1084562

    Hello,

    I just installed bbPress within my Enfold website. Only in the Advanced Layout Editor there are no additional options to use on my pages.
    Hows can I use the plugin with my Enfold theme?

    Hope to hear from someone.

    Hendrik-Jan

    Additional information:
    In the config.php file at the theme bbPress direction I read the following
    //check if the plugin is enabled, otherwise stop the script
    if(!avia_bbpress_enabled()) { return false; }

    • This topic was modified 5 years, 7 months ago by Wansink.
    #1084644

    Hey Hendrik-Jan,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1084661

    I’ve installed the plugin! The changes I have made are on a staging site. When it works I transfer the website to it’s original place.
    See below:

    #1084880

    Hi Wansink,

    Thanks for creating a stage site.
    As for the login link, we could not login with it, the link provided by the plugin it should look something like this: http://website.com/wp-admin/?wtlwp_token=73aac1c331fdc5ece1192805a615ab7b
    This will give admin access without needing a username or password.

    Best regards,
    Nikko

    #1085051
    This reply has been marked as private.
    #1085252

    Hi Wansink,

    Can you try adding this php code in functions.php:

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    
    function add_builder_to_posttype($metabox)
    {
      foreach($metabox as &$meta)
      {
        if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout')
        {
          $meta['page'][] = 'forum';
          $meta['page'][] = 'topic';
        }
      }
      
    
      return $metabox;
    }

    Best regards,
    Nikko

    #1085374

    Hello. Nikko,

    Thanks. I put the code into my functions.php from the child theme.
    No results.
    Do you have other suggestions?

    #1085799

    Hi Wansink,

    I apologize for my response, adding the code does add the Advanced Layout Builder in the backend however it’s not compatible with bbpress in the frontend and would not work.
    Can you give us a screenshot of what you’re trying to achieve? maybe we can help without using the layout builder on bbpress.

    Best regards,
    Nikko

    #1085991

    Hi Nikko,

    I was hoping tot make a forumpage with “Avia Layout Builder” within the design of the website. And to adjust the sidebar for the topics.
    Something like the news page of the website http://hybridheart.sink.nl/news

    The best way to do such a thing is with elements in the “Avia Layout Builder”, like when you install the plugin The Event Calendar, a few elements are added tot the builder.

    Best regards,

    Hendrik-Jan

    #1086730

    Hi Hendrik-Jan,

    I have checked on this further and would have suggested to use the Magic Wand icon since it’s an alternative to use Avia Layout Builder elements even when using Default Editor, however in forum when I tried to add some content it doesn’t add anything, I tested this also using a twentynineteen theme but I get the same results.
    The only thing I can suggest now is to check for bbpress documentation and check how you can override them.

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.