Julian
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Sticky Menu Doesn’t Stay at TopHi @zoonini, sorry for the delay.
That fixed my problem, thank you so much!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Sticky Menu Doesn’t Stay at TopHi @zoonini ,
Thank you so much for the quick reply!
That fixed the problem of stickiness, however, doing that displays the Header template part inline instead of full width. Is there any CSS I could use on the block to have it display full width?
Thank you again!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Sticky Comment for Post Author OnlyHello there,
Thank you very much for your reply.
That sounds wonderful, and I look forward to that update 🙂
Forum: Plugins
In reply to: [BuddyPress Follow] Following Activity is PublicI managed to solve the problem.
For anyone else looking to hide the activity/following subnav from users who aren’t the signed in user, here is the code (add it to your bp-custom.php).
/** * Hide profile activity subnav from public */ function bpex_hide_profile_menu_tabs() { if( bp_is_active( 'xprofile' ) ) : if ( bp_is_user() && !is_super_admin() && !bp_is_my_profile() ) { // BP's profile main menu items. Comment those to show. bp_core_remove_subnav_item( 'activity', 'following' ); } endif; } add_action( 'bp_setup_nav', 'bpex_hide_profile_menu_tabs', 15 );Forum: Everything else WordPress
In reply to: How to Go From WordPress to Raw CodeHi there,
Thank you for your fast reply.
If it’s that complicated, I’ll let the client know and offer him options such as WordPress VIP or something then.
Thank you,
Julian
Forum: Plugins
In reply to: [Frontier Post] Page Doesn’t Fit on MobileHi there,
Thank you very much but unfortunately I use the True Mag theme so I will look into customizing the CSS then.
Thank you, have a good day!
Forum: Hacks
In reply to: How to Edit general-template.php Without Editing Core FilesHello JakePT,
thank you very much for your help, and for how fast you replied to my question!
That solved my problem!
Thank you again,
Julian M.
Forum: Plugins
In reply to: [Theme My Login] Reset Password Link Invalid with Certain EmailsOkay, thank you.
Forum: Plugins
In reply to: [Frontier Post] Post Author Isn't Redirected to Frontier Edit LinkNever mind, I just realized that I forgot to select “Edit Link” for Author roles.
Thank you,
Julian