1. Osclass Forum
  2. Plugins
  3. how to show Cbk Support link in mobile menu

how to show Cbk Support link in mobile menu

Started by rehan, July 24, 2020, 5:44 pm

  • 1

rehan

how to show Cbk Support link in mobile menu

on :July 24, 2020, 5:44 pm #333

Hi support team


I purchased cbk theme and get  cbk support plugin.

On the desktop it is showing under user dashboard but it does not show on the mobile user dashboard side menu.


Can you please tell me how can i link this plugin in the mobile user dashboard side menu.


Thanks 

calinbehtuk

HI!
This is the function that will return the user dashboard link.


Code: [Select]
​<?php echo osc_route_url('cbk_support', array('request' => 'main')); ?>


In theme cbk/include/mobile_menu.php you have


Code: [Select]
​<div class="user-acount-links">
.......

<li>
<a class="m-block" href="<?php echo osc_route_url('cbk_support', array('request' => 'main')); ?>">
<i class="fa fa-sign-out" aria-hidden="true"></i><?php _e('Support', 'cbk'); ?>
</a>
</li>
</div>


rehan

Re: how to show Cbk Support link in mobile menu

on :July 25, 2020, 10:36 am #337

Perfect 


Thank you very much 

  • 1
Subscribe
X

Subscribe!

Subscribe to get the latest listings, updates and special offers delivered directly in your inbox.