I'm also interested in knowing the answer to this question.
I am using a responsive template for Oxwall which displays OK on the iPhone. The mobile version of Oxwall does not, and I gather that it still has some way to go with development. So, in the meantime, content not to use the Oxwall mobile features at this stage.
Anyone know how to stop the default Owxall mobile displaying?
Cheers
Hi Ross,
Also tried this solution and it did not work. Mobile still defaults to Oxwall 1.6 mobile template (which also does not display correctly on my site as per my first message).
Cheers
Allen
Ross, re your message above, you were spot on!
The "ow.php" file in the Oxwall 1.6 update package I downloaded on 8 January 2014 has changed. I therefore replaced the "ow.php" file and the mobile site is disabled. As stated in my original message, this solution works for me because I have a responsive template that displays correctly on the desktop, iPad and iPhone.
Thanks heaps for your help. One final question - Should I install the CURRENT Oxwall 1.6 update package in full (i.e. overwrite the original install)? I'm happy to install the package in full if there are other code changes, but if not content to leave things as they are.
Cheers
Allen
Tried what Ross said: To disable mobile version insert this code: define('OW_USE_CONTEXT', 1); in the ow_includes/config.php file
But that does not seem to work, does anybody have step by step help for me?
have the file at the bottom like this and mobile stops working
ow_includes/config.php file
define('OW_DEBUG_MODE', false);
define('OW_DEV_MODE', false);
define('OW_PROFILER_ENABLE', false);
define('OW_USE_CONTEXT', 1);
}