nirolf
Member
Hi,
Do you have Senju Theme for Karenderia Single Restaurant App 2.3 ?
Can u share with us? Thanks !
Do you have Senju Theme for Karenderia Single Restaurant App 2.3 ?
Can u share with us? Thanks !
Hi,
Do you have Senju Theme for Karenderia Single Restaurant App 2.3 ?
Can u share with us? Thanks !
hello are you also facing dark mood problem ? i login with my account after when i turn on dark mood its work but when i turn off dark mood its showing ( Failed: error undefined ) its showing dark mood off but when we refresh or go to home page still showing dark mood please help me out how can i fix this issue thankshere you go mate
Senju theme for Karenderia App V2 1.5 [June 09] 2.zip
Zippyshare.com - Free File Hostingwww45.zippyshare.com
I`ve got the same problem. I solved using WinMerge and comparing the FunctionsV3 from Karenderia 5.4.2 with the one from StickStore, because it`s missing some lines (for example if u got merchantv2). Also make sure u updated the main.php file from config !hello are you also facing dark mood problem ? i login with my account after when i turn on dark mood its work but when i turn off dark mood its showing ( Failed: error undefined ) its showing dark mood off but when we refresh or go to home page still showing dark mood please help me out how can i fix this issue thanks
can you please send me files which one you edit please share in PM if you can thanks.I`ve got the same problem. I solved using WinMerge and comparing the FunctionsV3 from Karenderia 5.4.2 with the one from StickStore, because it`s missing some lines (for example if u got merchantv2). Also make sure u updated the main.php file from config !
If you got the solution plz help me out matecan you please send me files which one you edit please share in PM if you can thanks.
can you please send me files which one you edit please share in PM if you can thanks.
Use the FunctionsV3 posted by Jg_selisa and these functions inside /www/js/app.js:If you got the solution plz help me out mate
EnabledDarkTheme = function () {
var stic_dark_theme = $("input[name=stic_dark_theme]:checked").val();
if (empty(stic_dark_theme)) {
stic_dark_theme = '0';
}
if ((typeof stic_dark_theme !== "undefined") && (stic_dark_theme !== null)) {
if (stic_dark_theme == 1) {
$(".stic_dark_theme").prop('checked', true);
}
else {
$(".stic_dark_theme").prop('checked', false);
}
}
submitForm('.dark_theme_form', 'saveDarkMode', 'POST');
applyDarkTheme(stic_dark_theme);
};
applyDarkTheme = function (dark_mode) {
if (dark_mode == 1) {
$('head').append('<link rel="stylesheet" id="dark_theme" href="css/dark-theme.css?ver=1.0" type="text/css" />');
}
else if (dark_mode == 0) {
$('head link#dark_theme').remove();
}
setStorage("stic_dark_theme", dark_mode);
}
public function actionsaveDarkMode()
{
$this->data = $_POST;
if ($client_id = $this->checkToken()){
$stic_dark_theme = isset($this->data['stic_dark_theme'])?$this->data['stic_dark_theme']:'';
if($stic_dark_theme !=1) // Add these
$stic_dark_theme = 0; // Add these
...etc...
}
Thanks for your help mate.Use the FunctionsV3 posted by Jg_selisa and these functions inside /www/js/app.js:
PHP:EnabledDarkTheme = function () { var stic_dark_theme = $("input[name=stic_dark_theme]:checked").val(); if (empty(stic_dark_theme)) { stic_dark_theme = '0'; } if ((typeof stic_dark_theme !== "undefined") && (stic_dark_theme !== null)) { if (stic_dark_theme == 1) { $(".stic_dark_theme").prop('checked', true); } else { $(".stic_dark_theme").prop('checked', false); } } submitForm('.dark_theme_form', 'saveDarkMode', 'POST'); applyDarkTheme(stic_dark_theme); }; applyDarkTheme = function (dark_mode) { if (dark_mode == 1) { $('head').append('<link rel="stylesheet" id="dark_theme" href="css/dark-theme.css?ver=1.0" type="text/css" />'); } else if (dark_mode == 0) { $('head link#dark_theme').remove(); } setStorage("stic_dark_theme", dark_mode); }
I also had to comment out getUsername(); because I wasn't able to find the function anywhere.
And to fix the error when switching off dark mode you need ot modify actionsaveDarkMode() in mobileappv2/controllers/Apicontroller.php
PHP:public function actionsaveDarkMode() { $this->data = $_POST; if ($client_id = $this->checkToken()){ $stic_dark_theme = isset($this->data['stic_dark_theme'])?$this->data['stic_dark_theme']:''; if($stic_dark_theme !=1) // Add these $stic_dark_theme = 0; // Add these ...etc... }
Does it only happen when using the Senju theme? Did you do the steps above? Is the dark theme working?Thanks for your help mate.
Brother i'm facing a problem on Senju theme for Karenderia App V2 1.5.1 [June 23]
Everything is ok but when i'm trying to sign in it takes me to home screen but loading few more seconds it shows : request taking lot of time. please try again later.
...
the dark theme yet as i am facing the problem. and how to do this mate:Does it only happen when using the Senju theme? Did you do the steps above? Is the dark theme working?
If so, you might have forgotten to comment out/delete getUsername(); inside /www/js/app.js.
you might have forgotten to comment out/delete getUsername(); inside /www/js/app.js.
I'm attaching a zip with the modifications I posted above. Overwrite the files and everything should (hopefully)work.didn't tried
the dark theme yet as i am facing the problem. and how to do this mate:
this is same functions v3 as 09 june, please if you can share the latest functions v3 facing error in restaurant list optionyes you'r right i forgot.
This worked but 2 issues parsererror while opening nearest restaurant option it gives some API errorI'm attaching a zip with the modifications I posted above. Overwrite the files and everything should (hopefully)work.
Make sure you are following the guide inside the 1 - How to install it directory.
I'm using the version that Jg_selisa posted.if you have latest 21june Functions v3 Please Share Thankyou![]()
I'm using the version that Jg_selisa posted.
Perhaps you forgot to upload the mobileWrapper component.
'distance_results_type' is defined inside it.
Thank you so much mate,everything working fine except: Special Offers section,It's not working.I'm attaching a zip with the modifications I posted above. Overwrite the files and everything should (hopefully)work.
Make sure you are following the guide inside the 1 - How to install it directory.