Gagan Deep Singh
Forum Replies Created
-
Forum: Reviews
In reply to: [Shortcode in Menus] Perfect – Should be Part of WordPressThanks for your feedback ??
Forum: Reviews
In reply to: [Shortcode Widget] Good pluginThanks for the review buddy ??
Forum: Reviews
In reply to: [Shortcode Widget] Good WorkThanks for the nice words ??
Forum: Plugins
In reply to: [Shortcode Widget] Change the height of the Shortcode WidgetHi
Sorry for the delayed response…..
About using it in the header, it shouldn’t cause any problem. If you want to use some smaller widgets in it and want to change its height, you can do it via CSS in your theme. There is a class “shortcode_widget” thats applied to the html tag of the widget, and lets say you have it in the header having class “header” then you can write following lines in style.css
.header .shortcode_widget{height:140px}
I hope it helps. Marking the issue as resolved as its not the issue with the plugin at all.
Forum: Plugins
In reply to: [Shortcode Widget] Installed Widget, and Its Messing Up Page Set UpHi
Sorry for the delayed reply…..
I tried the oppso unit converter plugin with the twenty twelve and twenty thirteen theme. I used the shortcode the way you mentioned here and both of these theme did not break. Seems there has been some issue with the theme you are using. If you can provide me with more details I can help you fix that as well.Forum: Reviews
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Amazing!@SplendidAngst,
In case you meant Amazon S3 Cloud, BuddyPress Media works perfectly with Amazon S3 Uploads Plugin.
Forum: Reviews
In reply to: [Shortcode Widget] Works Great!Thanks for the appreciation……
??Forum: Fixing WordPress
In reply to: Menu TimeoutFaced similar situation while importing a long script with so many external links. It can happen when a plugin/theme is using a function ‘wp_get_http’ which explicitly defines timeout limit to 60 seconds, so even if we add a line set_time_limit(0) or write it in php.ini, it won’t matter as the function changes that right before calling the actual function to fetch the file. As far as I’ve seen it can’t even be overridden by any action or filter, so had to change it manually in functions.php before starting the script.
Whenever a user goes to the upload page of the group, it checks whether an album wall posts is available or not for group. If not it creates an album for that group with the group admin as author for that which serves as default album for that group. Each album is mapped with an activity, so when you delete the activity, it will delete that album as well and again when the user comes to the upload page, it will create new activity. So instead of deleting the activity, just let it go. We’ll be handling it in a better way in our next release.
I assume you mean thumbnail by ‘icons’. The thumbnail support will be added later, but the thing is with PHP we cannot get the thumbnails of Videos and Music, and about Photos, the thumbnails are working correctly as of yet.
For Videos, we will soon be adding it in our premium plugin then might allow it somehow for free and for Music, we’ll be fetching album art works if exists, will serve the thumbnail for it but about your question, “When” that can’t be said for now.I hope this might help
https://rtcamp.com/tutorials/increase-file-upload-size-limit-in-php-nginx/
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Group album error messageThis issue has been noted and being worked upon. Is being tracked on https://github.com/rtCamp/buddypress-media/issues/74. So, closing this as resolved, since there is no redundant status.
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Music song descriptionCurrently you can add description of the media file by clicking the Edit button on the single page of the media.
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Play list for Music albumWe’ll be adding navigation in the albums soon so that a person can directly go from one media to other using that navigation. Also, there will be gallery support for the media files as well.
Can you please tell me the current version of BuddyPress Media, BuddyPress , WordPress and any other plugin you are using?
Also if you are using Multisite, please let us know whether you’ve activated it on the network or on a single site and also whether you’re trying to update it from a super admin account or not?