How to enable static blocks in mobile portrait view.

We need the static blocks showing at the normal view to be shown at mobile portrait view too. On landscape view slide show is not showing either.

3 answers

Profile photo of Ziven Staff 100280.00 $tone November 28, 2014
Public

Hi Konstantinos,
Can you please tell me the block you want to show?
Please tell me more details so that I can suggest you further
 
Best regards,
Ziven.

#1
Profile photo of Ziven Staff 100280.00 $tone December 1, 2014
Public

Hi Konstantinos,
#position-03 — jm-home-slideshow
A: skin/frontend/default/jm_casual/css/layout-mobile.css at line 490
find the code : 

#jm-col1, .headinfo, .sidebar-socials, .jm-home-slideshow, #jm-tops2, .blank .jm-tabs-title-top, .link-compare, .product-shop .add-to-links li a.link-compare {
display: none;
}

Replace with: remove the class “.jm-home-slideshow
 

#jm-col1, .headinfo, .sidebar-socials, #jm-tops2, .blank .jm-tabs-title-top, .link-compare, .product-shop .add-to-links li a.link-compare {
display: none;
}

#position-08 — partyshop, position-09 — last news
A: skin/frontend/default/jm_casual/css/layout-mobile-portrait.css at line 388
find the code : 

#jm-mass-bottom, #jm-bots1, .block-brand {
display: none;
}

Replace with: remove the class “#jm-mass-bottom, #jm-bots1”

.block-brand {
display: none;
}

Best regards,
Ziven.

#3

Please login or Register to Submit Answer

Written By

Comments