This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

marian ion

Delta theme user menu
« on: September 20, 2022, 01:29:21 AM »
Hi guys. I want to ask, any possibility to change on user menu - Public profile with Business profile?

*

MB Themes

Re: Delta theme user menu
« Reply #1 on: September 20, 2022, 08:41:45 AM »
@marian
You should be able to do this in functions.php
Code: [Select]
  $options[] = array('name' => __('Public profile', 'delta'), 'url' => osc_user_public_profile_url(), 'class' => 'opt_publicprofile', 'icon' => 'fa-picture-o', 'section' => 3);
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

marian ion

Re: Delta theme user menu
« Reply #2 on: September 20, 2022, 11:33:28 AM »
And what i need to replace please?

Marked as best answer by on Today at 08:41:10 AM
*

MB Themes

  • Undo Best Answer
  • Re: Delta theme user menu
    « Reply #3 on: September 20, 2022, 01:43:29 PM »
    @marian
    You have asked on possibility.
    Link to business profile is in plugin setup section.
      To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

    *

    marian ion

    Re: Delta theme user menu
    « Reply #4 on: September 20, 2022, 02:19:00 PM »
    @marian
    You have asked on possibility.
    Link to business profile is in plugin setup section.

    I don’t find this setting. 😞