Forum Replies Created
-
Author
-
beforenoonParticipant
Hi Catalin, thank you so much !! it really helped me a lot 🙂
i fixed the code function name -> tab and added the notification field.
COPY CODEfunction kleo_change_profile_tab() { global $bp; $bp->bp_nav['profile']['name'] = 'your name'; $bp->bp_nav['activity']['name'] = 'your name'; $bp->bp_nav['friends']['name'] = 'your name'; $bp->bp_nav['groups']['name'] = 'your name'; $bp->bp_nav['blogs']['name'] = 'your name'; $bp->bp_nav['messages']['name'] = 'your name'; $bp->bp_nav['settings']['name'] = 'your name'; $bp->bp_nav['notifications']['name'] = 'your name'; } add_action( 'bp_setup_nav', 'kleo_change_profile_tab', 999 ); define( 'BP_DEFAULT_COMPONENT', 'profile' ); ?>
beforenoonParticipantit happens on occasions.
i guess it’s the logo resize. for now i fixed it by setting a smaller Logo image.beforenoonParticipantHi Catalin,
there is no reminder of the mini-cart in Header.phpwhen the mini-cart is activated to the main menu via theme options, it display in the front-end main menu.
when i hover over the cart image, in the HTML the mini cart class is cahnged to include ‘active’.
i wish to control this, i just need to know which file controls it in the theme.thanks,
beforenoonbeforenoonParticipantfigured it out.
i use the theme with RTL settings. apperantly, BudddyPress has a RTL CSS file that looks as in the above image.beforenoonParticipanteasy!
Go to Settings -> Visual Composer and set the Content Types (i.e Post etc.)beforenoonParticipantlet me rephrase 🙂
where are the files that builds the HTML for:
– Navigation Menus
– Header
i hope that is clear enough.Thanks in advance, Beforenoon
beforenoonParticipantthe shortcode do display a membership level offer – i have only 1 for now, but the page (membership levels)
is not like the design in the demo (heading text etc.).
anyway i designed the page myself for now.beforenoonParticipantI meant for the whole page design as in the demo.
the heading text and the display where the free trial is in blue.
is it possible? -
AuthorPosts