This topic has 7 replies, 2 voices, and was last updated 8 years by presentphuture.
-
Author
-
November 17, 2017 at 14:49 #180113
presentphuture
ParticipantHi Seventh Queen
Thank you for sending me my password to my new email. Sorry for being a drag on your themeforest page. I am using the BuddyApp theme and it is amazing. My question is about the icons. I’ve added a chat menu on the Top left Header right next to notifications and messages and I would like to add a chat icon to it. However when I try to add it from the customise menu, it changes all the icons of the Main Menu (Side) to the same icon. Is there a css style code to change only one Icon each whether it is set to either menu. Thirdly, I read your comment on your themeforest page about changing it in the menu settings however there is no settings to add an icon for the items you put in a menu. I’m using the requested wise chat plugin. Oh! final last question. on the buddypress menu I’ve also added chat and contact us with a code on my child theme bp-custom.php file (check the third attachment image,). This is the code I’ve used:
COPY CODE//Adding custom links to buddypress menu add_action( 'bp_member_options_nav', 'buddydev_add_profile_extra_custom_links' ); function buddydev_add_profile_extra_custom_links() { ?> <li><a href="https://presentphuture.co.za/chat">Chat</a></li> <li><a href="https://presentphuture.co.za/contact-us">Contact Us :)</a></li> <?php }I’d also would like to add icons for the custom links I add to the buddypress menus. Thank you.
Regards
present_phuture
-
AuthorPosts
The forum ‘Theme options & Demo content’ is closed to new topics and replies.