Replies
- Brajesh Singh on August 23, 2018 at 1:33 am in reply to: Mediapress not displaying content previews #16919This reply has been marked as private.
- Brajesh Singh on August 23, 2018 at 1:33 am in reply to: Can BuddyPress User Profile Tabs Creator Pro do this? #16918
Hi TomTony,
The plugin can display any shortcode. The shortcodes can be user specific if needed. It has a way to pass user id for the displayed/logged user if needed to the shortcode.
The list ticket and showing of the form will work(I had tested it in past) but there will be issues related to redirects(with form).
The privacy(awesome supports privacy option) won’t work on profile.
Hope that helps.
Regards
Brajesh Hi Ben,
Thank you for posting.Please share the image if possible. That will give me an idea of the issue.
Regards
Brajesh- Brajesh Singh on August 22, 2018 at 2:14 pm in reply to: Mediapress not displaying content previews #16907
Hi Paul,
Thank you.1. Templates are the general way to layout a page and it’s content. You won’t need to create them for individual gallery. One template file will work for all sitewide gallery(contents are dynamic).
2. We can put it in the child theme. That way, It will be safe in future theme updates.
3. I will need access to your theme to create a template file. I was a able to look around the theme/plugin settings but using my account, I don’t have access to theme files yet.
Regards
Brajesh - Brajesh Singh on August 22, 2018 at 2:02 pm in reply to: [Resolved] BP Ajax registration – Ajax Login #16906This reply has been marked as private.
- Brajesh Singh on August 21, 2018 at 10:52 pm in reply to: [Resolved] Mediapress direct link to file functionality? #16902
Thank you. I am glad you found it.
I should have been a bit more clear on how to access it. I am sure hoping to improve 🙂
Regards
Brajesh - Brajesh Singh on August 21, 2018 at 10:44 pm in reply to: [Resolved] Buddyblog users "are not allowed to edit this item" #16901
hahaha, I will stay here 🙂
Glad that it is working.
- Brajesh Singh on August 21, 2018 at 10:42 pm in reply to: [Resolved] Blog only showing one set of comments for all blogs #16900
Please do let me know what you find. The above templates does not seem to cause any issue.
Hi Carsten,
Thank you for posting.It has most probably to do with the difference between bp_profile_data and xprofile_get_field_data s used.
Please allow me to use this field today and regenerate the issue. I will post a solution later today.
Thank you
Brajesh- Brajesh Singh on August 21, 2018 at 10:40 pm in reply to: Mediapress not displaying content previews #16898
Hi Paul,
Thank you.I have looked into the gallery templates and here is what I see.
We are filtering on the_content to setup content for actual output. It checkes if we are in the main query loop before setting up filters
Possible reasons:-
1. There are multiple WP_Query query on that page and the actual view is not using main query.
2. Or something is modifying the way ‘the_content’ filter is used.Possible solution:-
A simple solution will be to use the page.php and create a template file for the sitewide gallery. That way, It won’t even need the fallback and will work.
I can create it for you if I can get access to the theme.
Thank you
Brajesh