Forum Replies Created
-
Author
-
larandle
ParticipantHi,
Ok so let me better explain. If I had an upload limit of 1080X, I would still want all images and videos to display within a certain limit of the activity stream so that it looked EVEN, and proportionate; like instagrams feed. How would I do that?larandle
Participant“Also you can try to use their updater plugin and to add the api details in their plugin nor in our theme : https://github.com/envato/envato-wordpress-toolkit”
I am currently using the upater plugin and everytime I try to upload the update, I get an error. I figured it was something on your end.
larandle
ParticipantI added the first code to the entry.php form and I got nothing. I added the second code to the functions.php file and the delete button was removed (that is what I wanted) Did I do something wrong with the first code. I added the entry.php code to the child theme but I had to create a buddypress folder because one did not exist.
larandle
ParticipantHello,
I’ve added the screenshot.
you can access
mysqquadmusic.com/wp-adminuser/pass
chief
dogshit2!larandle
ParticipantHi Laura,
Lets skip that for a second. I need help changing the profile menu items. I want to adjust the inner side menu for user profiles, groups,as well as the top right hand menu. How would I do that?
Thank you
larandle
Participanthi, yes im speaking of rtmedia. I would most likely want the images to be automatically set to 1080 x 1080 and if possible set towards the center in the activity stream. Is that possible. How would I code this in?
larandle
ParticipantHi, yes but the status update is still showing in the members page on the users profile box. I dont understand how to stop this.
larandle
ParticipantHi,
I figured out part of the issue. It wasn’t the theme, it was Buddypress.
I added:
function format_activity_date() {
$activityDate=bp_get_activity_date_recorded();
// Get GMT offset from root blog
$root_blog_offset = get_blog_option( BP_ROOT_BLOG, ‘gmt_offset’ );
// Calculate offset time
$time_offset = $time + ( $root_blog_offset * 3600 );
// Format the time using the offset and return it; date-i18n retrieves the date in localized format
return ” . date_i18n(“l, M j, Y, g:ia T”, strtotime($activityDate) + $time_offset) . ”;
}
add_filter(‘bp_activity_time_since’, ‘format_activity_date’);Theme Functions (functions.php)
I changed my timezone to UTC-4. Hopefully this will work with every user on my site, because not everyone is from my location.Thank you
larandle
ParticipantHey,
I took off the security so you can just go to https://mysquadmusic.com, go to login and entersampadmin
123456
PLease try to look over this as soon as possible, because my security has been removed from the site, and I need to turn it back on.I also wanted to say that I tested out the timeline on my mobile phone, and the time updated properly :/ Whenever I update the timeline on a web browser, I continue to get 2 hours ago.
Talk to you soon
larandle
ParticipantHi,
sorry about thatlogin url:
mysquadmusic.com/mysquadviplogin-sampadmin
password-123456larandle
ParticipantHi,
Sorry It took so long to respond, I was out of town. My timezone seems to be properly set, so that isn’t the issue.
I have given you an admin user and password, so that you can check it out. It’s in the attached file below.larandle
ParticipantGood morning,
Everything is updated, including the plugins.I de activated all plugins except buddypress, as well as the child theme. And the timeline still updates as 2 hours ago…?larandle
ParticipantHi,
Nope that isn’t the menu that I’m talking about. I’m talking about the inner menu. The one that is next to the side menu. There isn’t a menu for that. And I wanted to find out how to remove profile links from it.Thanks,
L.A -
AuthorPosts