-
AuthorPosts
-
March 29, 2019 at 1:05 pm #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.
March 29, 2019 at 5:06 pm #1084644Hey Hendrik-Jan,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
NikkoMarch 29, 2019 at 5:23 pm #1084661I’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:March 30, 2019 at 3:35 pm #1084880Hi 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,
NikkoMarch 31, 2019 at 1:04 pm #1085051This reply has been marked as private.April 1, 2019 at 4:57 am #1085252Hi 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,
NikkoApril 1, 2019 at 9:31 am #1085374Hello. Nikko,
Thanks. I put the code into my functions.php from the child theme.
No results.
Do you have other suggestions?April 2, 2019 at 4:00 am #1085799Hi 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,
NikkoApril 2, 2019 at 10:05 am #1085991Hi 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/newsThe 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
April 4, 2019 at 4:40 am #1086730Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.