jcfromkc
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Favorite Plus] Show all comments (x) is counting both Likes and CommentsThank you in advance for looking into this. ??
This plug-in rocks!!!
Forum: Plugins
In reply to: [BP Favorite Plus] This plugin has never worked correctly.You’re the best! Thank you!!!!!!!!!!! Get your donate button working on your website and I’ll send you some money for helping out the community. This plugin rocks outside of the issue described above. Thanks again, J.C>
Please disregard. I downloaded and ran the Enable jQuery Migrate Helper plugin. It found a plug in that was outdated. When I disabled it, iThemes came back to life.
- This reply was modified 4 years, 3 months ago by jcfromkc.
Almost a month later and nothing has been done to fix any of these issue. I would recommend MediaPress. This plugin is broken.
Closing ticket.
The latest update resolved this issue. Thank you!
Forum: Plugins
In reply to: [Smart Slider 3] Conflict when hiding navbar when scrollingThank you!! This worked for me as well.
After 3 months its still broken. ??
I’m now very hesitant to purchase any of the RTMedia add-ons knowing this..
Any word on this issue? I just checked the demo and it appears the issue still persists there as well. Thanks for looking into this.
The same issue is happening on your demo site.
On your demo site I just uploaded a song. The audio player is black.
If you scroll to the bottom of the page and click Load More, scroll down and click Load More again you’ll find a couple of other songs that were uploaded 25 days ago. The audio player for these files is grey.
When I scroll back to the top of the page and start the song I uploaded, then scroll back down to the older audio post and click Play, its not pausing the currently playing audio like it should.
It appears that when you click on Load More the audio and video player are not loading the proper css and/or js..
Thanks.
Forum: Plugins
In reply to: [JW Player for WordPress] WordPress 5.3 update killed the Play ButtonFixed.
I just disabled the Activity Stream autoloader plugin to see if the issue was still present. Even with the plugin disabled, I’m still seeing the same issue.
When a user gets to the bottom of the Activity Stream and clicks Load More, the next 50 activity posts do not contain the styling or functionality for the audio player. Do you know what may be causing that?
Thx
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Image and Video CountI figured it out. I used the following code in my custom front.php file.
<?php rtmedia_gallery( array( 'per_page' => '0', 'media_type' => 'photo' ,'context' => 'profile', 'show_count' => 'true', 'context_id' => bp_displayed_user_id() ) ); ?>
Thx
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Image and Video CountSorry but I can’t get the above code to work. I’ll keep trying things on my end.
To display a users profile page I’m using front.php.
https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
On that page I’d like to display the number of media items the user has posted.
Really just looking for a way to display the users media count. I don’t need to display the media as well.
Is there a shortened version of the mentioned code that will display the media count only?
Thx
Forum: Plugins
In reply to: [Wise Chat] Private Chat Button – Custom Page – Front.php<a href="#" class="wise-chat-send-message" data-user-id="<?php echo bp_displayed_user_id(); ?>">Chat Message</a>
was the fix.