Replies
I am sorry, I have been a little busy. I will get @ravisharma to update this project and change the table creation method to only create table for the current site.
In that way, whenever you will visit a site, the tables will be created for them and that will solve all the issue.
- Brajesh Singh on July 18, 2016 at 1:15 pm in reply to: Feedback / Request : BP Member Type Generator + Conditional Profile Fields #4703
Hi Lavis,
I am sorry about the delay. Though I want to update it, I am stuck with a project of mine. Since both the above plugins are written by me, @ravisharma is not updating them at the moment.I will need a few days(atleast till Thursday) to complete my other project and then dedicate time on this.
Thank you
Brajesh Hi Lavis,
You can do that easily using any translation tool. I will recommend using Poedit and translating the string.Hope that helps.
Regards
Brajesh- Brajesh Singh on July 16, 2016 at 9:55 pm in reply to: [Resolved] Featured Images in MediaPress? #4698
You are most welcome 🙂
Hi Christian,
I am sorry but Ravi is on leave. he has been handling your issues and He will only be back on Monday.I am sorry but due to the nature of your site, I am unable to test it on the site.
In the meantime, I will like to assist you here and see if that solves your problem.
1. It is not possible to loose any data without some change. Do you remember if you installed a new plugin or upgraded one?
2. The MediaPress data will never be lost. It is still there but may not be visible.
PS: Any chance that you have anything related to multilingual recently? Also, Please do check Dashboard->MediaPress->settings and see if they are correct or not?
Thank you
Brajesh- Brajesh Singh on July 16, 2016 at 8:05 pm in reply to: [Resolved] Featured Images in MediaPress? #4695
Hi Brian,
My apologies for the delayed reply.Please use
mpp_get_media_id()It will give you the current media in the loop.
Hope that helps. Hi Ro,
The plugin should be able to fix the site. It does not check which site you are on and It tries to fix everything in single request.Can you please use phpmyadmin and see if _terms, _term_taxonomy tables acre getting created for the blogs or not? It will be prefixed by the database prefix for the blog id.
Hi Ro,
what happened when you activated it?It does not matter. You can keep it enabled o disabled as you prefer.
- Brajesh Singh on July 13, 2016 at 10:49 am in reply to: [Resolved] Featured Images in MediaPress? #4678
Hi Brian,
MediaPress images are normal WordPress attachment.You can use set_post_thumbnail() on any of these atatchment to set them as the featured image.
Reference : https://codex.wordpress.org/Function_Reference/set_post_thumbnail
Hope that helps.