Johnathan.PRO
Forum Replies Created
-
I seriously appreciate all your help but still not working. =(
It just keeps showing that header image.
Still erroring out for me but I ran it through https://www.phpcodechecker.com and there was a double equals missing after default and $url. So I put that in and it validated. Still no luck though. The URL in question here…
Thanks for the quick response, but I placed the following code into my functions.php and it threw an error…
add_filter( 'the_seo_framework_og_image_after_featured', 'my_buddypress_profile_img' ); function my_buddypress_profile_img( $url = '' ) { if ( function_exists( 'bb_is_profile' ) && bb_is_profile() { if ( $id = bp_displayed_user_id() ) { $url = get_avatar_url( $id, array( 'size' => 512, 'default' = '' ) ); } } return $url; }
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Facebook BuddyPressIs there an efficient way to edit this via functions.php without jumping into BP theme files? Thanks for your assistance. Fairly amazing feedback for a free plugin.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] Facebook BuddyPressI did that. The default from BP was 150×150 so I put the tags in my functions.php to set it to 250×250. Didn’t make a difference. Keeps going back to the header. You can see it here: https://modelcompete.com/members/pampak/
Forum: Plugins
In reply to: [Voter Plugin] Development NeededI sent an email back. We are fine with the charges. Please get back with me so we can fast track this.
Forum: Plugins
In reply to: [Voter Plugin] No registration required to vote?Disabling would be great. The plugin is literally perfect for what I need other than the fact people have to register.
I’ve got to say this is a nice feature but the notifications have to be optional. You also need to see with making this work with GoDaddy Managed WP Hosting better. I exclusively install this plugin with every site I setup for clients. The two things that are killing me are the nag notices at the top which are very large and this new feature. I know they are there for a reason but the constant nags in the backend and the emails have me getting around 2 to 5 emails per day on average about concerns. The new feature needs to be tweaked to work with GMWH as you are sending out warnings about install.php being altered. Install.php is altered because of the way GMWH sets up the accounts I believe.
Forum: Plugins
In reply to: [BSK PDF Manager] Conflicts with Avada ThemeIt would appear the plugin is missing a JS file and it is causing conflicts with several plugins and features of my website at this point.