How to add position to mobile?

Hi,
I would like to know how can I add the position-2 and position-3 to mobile as well.

thanks.

8 answers

Profile photo of Sherlock 0.00 $tone December 16, 2013
Public

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.

#1
Profile photo of Tony Jackson 0.00 $tone January 13, 2014
Public

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

#2
Profile photo of Sherlock 0.00 $tone January 15, 2014
Public

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.

#3
Profile photo of Tony Jackson 0.00 $tone January 20, 2014
Public

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.

#4
Profile photo of Ziven Staff 100280.00 $tone January 22, 2014
Public

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;
}
#5
Profile photo of Antony Morrow 240.00 $tone April 25, 2014
Public

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?

#7

Please login or Register to Submit Answer

Written By

Comments