Geoff
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Remote Users Sync] metakeys SQL queryHi,
Thanks for taking the time to respond, and yes that was the specific code that I was referring to.I believe that the final section of the linked stackexchange post is pertinent in my case:
However, multisite uses only one user table, since all users are network users. So if the query involves the wp_users or wp_usermeta tables, you must use $wpdb->users or $wpdb->usermeta respectively
I have ‘CUSTOM_USER_TABLE’ and ‘CUSTOM_USER_META_TABLE’ defined in wp-config for subdomain sites sharing the same database as the main site, and need to link sign-in on any one of these site to another site using a separate database.
As the main database only has a single user and usermeta table for all connected site, $wpdb->prefix only works correctly for those specific tables on the main domain.
Forum: Plugins
In reply to: [WP Remote Users Sync] Is the other site should using WordPress to?Per the installation instructions, the plugin has to be installed on all connected site, therefore the connected sites would all need to use wordpress.
- This reply was modified 3 years, 3 months ago by Geoff.
Forum: Plugins
In reply to: [Download Manager] Shortcodes v3.2.0 & DiviHi the issues mentioned above now appear resolved, many thanks!
Forum: Plugins
In reply to: [Download Manager] Shortcodes v3.2.0 & DiviOk, thanks for the update, the tool to resolve item 1 seems a very useful idea, thanks!
I cannot provide a screenshot right now as I have reverted to 3.1.28, if I have time later I will configure the staging site to show the error and send details then.
Thanks very much for your help!Forum: Plugins
In reply to: [License Manager for WooCommerce] v2.2.3 Plugin InformationHello,
I see the problem, I downloaded directly from your website to test on local build, this is version 2.2.0 of the plugin.
I Now have code from GitHub to test instead.
Please consider this request resolved.
Sorry to waste your time.
Regards,
GeoffForum: Plugins
In reply to: [Download Manager] Download templates & diviAll good now, many thanks!
Forum: Plugins
In reply to: [Download Manager] Download templates & diviDone, thanks
Forum: Plugins
In reply to: [Download Manager] Download templates & diviYes, of course.
I became aware of the problem when the download pages on my main site did not display as expected. I configured the staging site to demonstrate the error with v3.1.24 using a simple pdf file upload.
The staging site has now been reverted to v3.1.22 so that you can see how the pages would normally display.
Please view the links in my original post so that you can see that the display and download functionality is correct in v3.1.22, then let me know when this is done and I will switch back to v3.1.24 so that you may investigate further.
ThanksForum: Plugins
In reply to: [Download Manager] Download templates & diviSure, no problem.
I updated my staging site to WPDM version 3.1.24 and created a sample file download page, using the default template.
Originally I stated that the title was displayed, this was incorrect, all that is displayed is the post content.
Please see the following links for examples
1) Test file using one of my divi layouts – https://www.staging.twofoxtrading.co.uk/download/a_test_file/
2) Test file with blank divi body layout – https://www.staging.twofoxtrading.co.uk/download/a_second_test_file/Hopefully this helps, thanks.