You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just installed and activated the plugin.
We have fairmas.com (English site) as our main site. I realized that the central library (where you have the possibility to delete) is the German site (fairmas.com/de). We are not sure how this happened. Can you guide me how to change this to the EN one instead?
Also, can you please confirm that when we upload an image on the main central library (fairmas.com English site), for example "ABC.png (50kb)", as it will show up in our /de, /es and /fr multi-site library as well. Does this mean that the main storage would only be just for the original single file of 50kb and would not store 200kb (50kb x 4 multisites)?
Thank you in advance for your help,
CNiessen
The text was updated successfully, but these errors were encountered:
CNiessen
changed the title
Cannot delete uploaded media from main library
How to change the central media library to the "main" site?
Jul 18, 2023
//Change the location of the shared network media libary to site one, (Default is site two)
add_filter( 'network-media-library/site_id', function( $site_id ) {
//Change this number to the site you want as the source of your shared media library
return 1;
} );
Hi,
We just installed and activated the plugin.
We have fairmas.com (English site) as our main site. I realized that the central library (where you have the possibility to delete) is the German site (fairmas.com/de). We are not sure how this happened. Can you guide me how to change this to the EN one instead?
Also, can you please confirm that when we upload an image on the main central library (fairmas.com English site), for example "ABC.png (50kb)", as it will show up in our /de, /es and /fr multi-site library as well. Does this mean that the main storage would only be just for the original single file of 50kb and would not store 200kb (50kb x 4 multisites)?
Thank you in advance for your help,
CNiessen
The text was updated successfully, but these errors were encountered: