Jump to content

cseamiya

Member
  • Posts

    44
  • Joined

  • Last visited

About cseamiya

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cseamiya's Achievements

Member

Member (2/3)

-1

Reputation

  1. Hi Team, our clients complaining about they are frequently logged out from their client area. when i also check from a client credentials it's being looged out. and it's just frustrating. Please suggest any help how to solve it.
  2. Thank you, but i create a hook and in that that support sidebar in knowledge base is hide but for the upper sidebar name is Categories is not removing. i already check with use of menu item name. but it's not hiding. any solution and same for announcement page by month sidebar
  3. and how can i move these sidebar to below the page. image description: https://ibb.co/6gpdHbq
  4. Thank you, it's changed now, but if i want to change in client area. i don't want to show sidebari in clientarea.php after login.
  5. It's been 1and 1/2 days , i changed to default all.min.css. but till now style of site is not changing, side bar is not showing. how many time cloudflare take.?
  6. Hello All, I have currency switcher in whmcs. but my main site is in wordpress. and i want that switcher in wordpress header also. can anyone help me regarding this.
  7. yes we are using cloudflare! is there any problem?
  8. here is the code i use in hook: $primaryNavbar->addChild('Dashboard')->setOrder(1)->setUri('https://www.example.com/client/clientarea.php'); //(this is use for a menu name dashboard) $primaryNavbar->addChild('Services')->setOrder(20); $primaryNavbar->getChild('Services')->addChild('SSL')->setUri('https://www.example.com/ssl/')->setOrder(3); $primaryNavbar->getChild('Services')->addChild('Mail Services')->setUri('https://www.example.com/mail-services/')->setOrder(4); when i put this whole code from addChild(services to setUri url link)) it will show sub menu but when i click logout button it show error.
  9. sorry for that, but now when i upload previous all.min.css to current which is in site, after that nothing happen. any solution. we are using version: 7.4.3
  10. when i put this code in hook, it will show in client area but after click on logout button it show error, and the whole site is not opening,
  11. Hi, i want to provide ssl services and mail services menu link in client area navigation bar, but i want to show it in sub menu of services. and in hook i submit it and it will work fine, but after that when i go to client site and logout it show Ooops... something error. what should i do?
  12. Hi Brian, before i just made change in six template all.min.css file. .col-md-3 { width: 25%; display:none; and in .col-md-9 { width:100%; and all the side has been removed. but now i want to only show the sidebar in client area section. so now if i change this css code to default nothing is changed. sidebars are not showing. and when i inspect it it show .col-md-9 100% and .colo-md-3 25% with display:none. how can i reset it or fix it like before.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated