benbluef
Forum Replies Created
-
Forum: Plugins
In reply to: [WP w3all phpBB] phpBB login redirectI’ll give it a try, thanks!
Forum: Plugins
In reply to: [Advanced Custom Fields: Font Awesome Field] Breaking WPBakery iconsI’ve had to do a clunky workaround of setting this plugin to use version 5.
Then I load the V6 on the front end with compatibility mode enabled (in the Kit settings).
Forum: Plugins
In reply to: [WP w3all phpBB] New wordpress registration not added to phpBBActually, looks like it is working. I had the wrong database specified in the w3all settings… sorry!
We are using a custom WordPress page and form to register and login.
Forum: Plugins
In reply to: [WP w3all phpBB] Cannot transfer users2.5.9 is still broken
Forum: Plugins
In reply to: [WP w3all phpBB] Cannot transfer usersSounds good, thanks for the fast response!
Forum: Plugins
In reply to: [WP w3all phpBB] Cannot transfer usersUncommenting that line didn’t make any difference.
I got the other admin pages working by calling the function to set the W3PHPBBCONFIG constant within the function wp_w3all_menu() in this file:
wp-w3all-phpbb-integration\class.wp.w3all-admin.phpI added this line there:
WP_w3all_phpbb::w3all_get_phpbb_config_res();
Can you check and release a proper solution please?
Thanks
Forum: Plugins
In reply to: [WP w3all phpBB] Cannot transfer usersIt’s not the capability check that is the problem, because the displayed error message does not match – the error is the generic “Sorry, you are not allowed to access this page.”
W3PHPBBCONFIG is not defined, so the admin pages never get added.
There is a line (#211) commented out in wp-w3all-phpbb-integration\wp_w3all.php
// add_action( 'init', array( 'WP_w3all_phpbb', 'w3all_get_phpbb_config_res'), 2);
Is that meant to be commented out? It looks like that is where W3PHPBBCONFIG is defined.
- This reply was modified 2 years, 9 months ago by benbluef.
Forum: Plugins
In reply to: [WP w3all phpBB] Cannot transfer usersThe management_pages being are not being added.
I can get to the page if I comment out the check for W3PHPBBCONFIG here:
\wp-content\plugins\wp-w3all-phpbb-integration\class.wp.w3all-admin.php
# line 24Although the page is empty apart from:
Wp w3all miss phpBB db configuration. Set phpBB connection values by opening:
Settings -> WP w3all
Forum: Plugins
In reply to: [WP w3all phpBB] Cannot transfer usersI can access the main options page:
/wp-admin/options-general.php?page=wp-w3all-optionsbut not any any of the tools.php pages
It seems that “Back In Stock Notifier for WooCommerce” is NOT compatible with “Toolset WooCommerce Blocks 3.0”
I’m afraid you probably need to register as a Trade customer and log in
- This reply was modified 3 years ago by Jan Dembowski.
Forum: Plugins
In reply to: [Max Mega Menu] Some menu sub items are not shown in adminCould this be related to Menu/Theme Locations?
In earlier versions different language menus were set to the same Menu Theme Location but now setting a menu to a location removes any other menus that were already assigned to it.
E.g. Previously it was set like this on Menus > Manage Locations page:
(English UK)
Theme Location – Mega Menu Desktop = Assigned Menu (Mega Menu Desktop)(English AE)
Theme Location – Mega Menu Desktop = Assigned Menu (Mega Menu Desktop AE)But now I can only one language version to a Theme Location.
(the website uses WPML)
Forum: Plugins
In reply to: [Max Mega Menu] Some menu sub items are not shown in adminThe first two images show the Looking For Job menu – it still displays correctly on the front end but cannot be edited properly in the admin.
The “Looking To Recruit” menu looks broken on the front end as all items are in a single column and sub items aren’t displayed in admin :
tiger-recruitment.com/ae/
(AE version of the website)Thanks!
Forum: Plugins
In reply to: [Yoast SEO] ancestor_id cannot be nullI think that’s fixed it, thanks!
Forum: Plugins
In reply to: [Yoast SEO] ancestor_id cannot be nullI’m using Yoast 15.6.2
The website is on my local development machine so I’m using the root database user that has all permissions.
I changed theme to TwentyTwentyOne but still getting the same error (even when not using the yoast_breadcrumbs() function).
Sometimes constantly re-saving the category and constantly re-saving the product makes the breadcrumbs work for that product.