I've just installed Mobile Joomla! on my website. I checked it on my iPhone 3G and it was working fine. I went back to remove the joomla! footer in the global settings and now I can't get the mobile format back. Does anyone know what I might have done?
What is url of your site?
Did you click on "Standard version" link on iPhone?
Did you click on "Standard version" link on iPhone?
www.ryeexpats.com
Thanks for replying. Yes, I selected standard version but then couldn't get it back to the mobile version on my iPhone. Everyone else can so I've told them NOT to switch to standard just in case the same thing happens. What do I need to do to get it back?
Thanks for replying. Yes, I selected standard version but then couldn't get it back to the mobile version on my iPhone. Everyone else can so I've told them NOT to switch to standard just in case the same thing happens. What do I need to do to get it back?
To allow to switch back to mobile mode MJ installs "Select Markup" module in the "footer" position of desktop template (by default it's hidden for desktops and is visible for mobiles only), and most likely you have no "footer" position in the template. So, move this module to actual template position and click on "Mobile version" with your phone.
Another (manual) solution is to visit http :// yoursite.com /?device=iphone
Another (manual) solution is to visit http :// yoursite.com /?device=iphone
There are 2 Select Markup modules, one is in position 'mj_all_footer' and the other is in position 'footer'. Which one to I need to work with?
This is the footer reference in the HTML file.....
<div id="footer"> <p class="syndicate"> <jdoc:include type="modules" name="syndicate" /> </p>
<p> <?php echo JText::_('Powered by');?> <a href="/www.joomla.org/">Joomla!</a> </p>
<div class="wrap"></div> </div><!-- footer -->
<div id="footer"> <p class="syndicate"> <jdoc:include type="modules" name="syndicate" /> </p>
<p> <?php echo JText::_('Powered by');?> <a href="/www.joomla.org/">Joomla!</a> </p>
<div class="wrap"></div> </div><!-- footer -->
Try to put it to "syndicate" position.
expat connection wrote:
The first module instance (mj_all_footer pos) is used to be displayed on mobile phones, and the latter one (footer pos) is used on desktop.
There are 2 Select Markup modules, one is in position 'mj_all_footer' and the other is in position 'footer'. Which one to I need to work with?
The first module instance (mj_all_footer pos) is used to be displayed on mobile phones, and the latter one (footer pos) is used on desktop.
should I move the position on both modules? sorry for all the questions but this is all quite new to me! thanks for your patience.
i moved it on the footer_pos and it's working! THANK YOU SO MUCH!