You all are amazing. I both know you can’t do micromanaged CSS for me and deeply … DEEPLY appreciate the help. X-Theme / Apex has always been there with the graciousness.
Obviously, not everyone can focus their energies into CSS, and I’ve been doing the design of a humanitarian project for the past decade, so every little bit helps.
Yes. I would like to know what the CSS code offered does and how to fin the correct classes & ID’s.
To get her market-ready, I could use one more .php assistance thing, if that’s not too much to ask. It’s … it should have worked, but I wonder if the youzer plugin has done something to the buddypress pages and they are now functioning with a different class/ID.
This is the code I got -->
/**
- Add slider at top
/
/*
function buddydev_add_slider() {
echo do_shortcode( ‘[rev_slider alias=“atlasofstory”]’ ); // Replace shortcode with your one
}
add_action( ‘bp_before_directory_activity’, ‘buddydev_add_slider’ );
*/
I would to have a slider appear at the top of the activity feed in buddypress, yet not on the other feeds. Yet the code doesn’t work currently. Is it a syntax thing?
Is there a way to allow the X-Theme integrated drop-down Slider Revolution to work in buddypress activity page? My sense is that it requires the php so I’m investigating this.
note - I know technically this is another thread yet it feels so relevant. It’s … Slider Revolution 6 just came out. Really putting all my design sense into seeing how to create a fantastic slider for the social network. please help me make that code work so I can assign a slider to the Activity Feed 
Thanks!