
cseamiya
Member-
Posts
44 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by cseamiya
-
Thank you guys
-
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.
-
got it, its primary sidebar. Thanks
-
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
-
and how can i move these sidebar to below the page. image description: https://ibb.co/6gpdHbq
-
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.
-
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.?
-
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.
-
Thanks Man
-
yes we are using cloudflare! is there any problem?
-
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.
-
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
-
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,
-
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?
-
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.
-
Hi Everyone, i want to show sidebar in client area section but not to guest user who just visit in my page. please suggest me how to do it. image reference: want to show this in clientarea product details : https://ibb.co/tYfbm8n don't want to show to any user i want to show my full width of product: https://ibb.co/JrpjmNw
-
Hi Team, in German language there is a url which is redirect me to 404 page. how to chnage the url and from which tpl file i will change that. please let me. https://www.example.com/submitticket.php but i should be : https://www.idswebhosting.com/client/submitticket.php Note: Image attached
-
it will be fine or it will make problem in future?
-
if i change in template/six/css/all.min.css file in 2506 line to display: none; and 2486 line width: 75% to 100%.
-
How to remove sidebar left sidebar from whmcs every page. once i did this to my previous site whmcs. but now i just forgot. please can any one help?
-
Thanks for your help. but it's done now.
-
got this error: Down for Maintenance (Err 2) An upgrade is currently in progress... Please come back soon...
-
Hello All, I have site which i sell domain and hosting using whmcs in live website. now i just develop new staging website and integrate whmcs. but now i want to test the user of live website to staging website. and want to get all user details through database. i did everything. but now when i click on example.com/portal(whmcs name in capnel is portal). it show this error: https://ibb.co/hzvp50 (image link) please help me.