Hi,
I would like to know how can I add the position-2 and position-3 to mobile as well.
thanks.
8 answers
Hi,
I would like to know how can I add the position-2 and position-3 to mobile as well.thanks.
do you want to add those mentioned positions (blocks) to mobile only ? where do you want to display them ? I think you can only add blocks to the whole site then hide it in desktop/tablet and only show in mobiles.
Hi,
I would like to know how can I add the position-2 and position-3 to mobile as well.thanks.
+1
Want to enable these for mobile as well
From the question -- these are already enabled from the desktop site, but disabled for mobile/tablet views (portrait), so should just be a case of enabling in css but cannot find right selectors.
At present mobile portrait/horizontal and tablet portrait just show products, which is a bit limiting and not a great experience when landing on the home page
Those blocks have not been styled to display in mobile, if you enable them in mobiles they would look mess and even broken your mobile layout, please put this into consideration.
Those blocks have not been styled to display in mobile, if you enable them in mobiles they would look mess and even broken your mobile layout, please put this into consideration.
We’ll we just have to create a set of new blocks and add them manually then
The theme looks great, but in practice from a customer experience the mobile view lacks any content apart from products which is why we’re (inc wanting some extra content for this view.
As the content is already added to these two blocks, reusing the content would be a quick way to do this, but if this is just a styling issue I’m sure we’ll muddle through.
Try with my following suggestion to enable position-2, position-3 in mobile view:
-- Open file: skin/frontend/default/jm_crafts/css/layout-mobile.css
-- Replace following code:
line 846:
Code:
#ja-topsl, #ja-tops2 { display: none; }
With:
Code:
#ja-tops2 { display: none; }
and add this new rule:
Code:
#ja-topsl .ja-topsl_left { display: none; }
Thanks for this -- this works for us too, although we’re going to replace these with mobile/tablet only content
I have gotten this working in portrait, however in landscape it makes each block still go one above the other, which looks a bit crappy.
Any advice to get them side by side?
Could you please send me illustration screenshot? I will give you suggestion then.