View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007626 | module Visual CMS | module Visual CMS - sub | public | 2024-04-03 17:59 | 2024-10-09 10:48 |
Reporter | SimonGassenschmidt | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.2 | ||||
Fixed in Version | 4.1.0 | ||||
Summary | 0007626: Visual CMS 4.0.1 uses different css classes than 4.0.2, so feature of responsive design breaks after update | ||||
Description | After Updating from 4.0.1 to 4.0.2 responsive Design with hidden boxes dependig the sizes, doesn't work with old data anymore. The reasons seems to be that the settings or behavior are controlled by css classes and then with css attributes, see further information. | ||||
Steps To Reproduce | 1. install shop with visual cms 4.0.1, test was with 7.0.0 EE and PE 2. create a cms site with any widget and use responsive design feature und Widget Edit -> Layout Settings -> Responsive Settings 3. at best save the raw content of your site 4. update shop to 7.0.3 5. you will see that the settings are gone. 6. create a new widget or change the old one, you will see that the old code and the new code is different. | ||||
Additional Information | example content site is in 7.0.0: {%veparse name="8140bde1607d2555243b99aa5c120389"%}[row][col size="12" offset="0" class="col-xs-12 hidden-xs hidden-sm hidden-md d-none d-md-none d-lg-none d-xl-block"][column background_color="" background_image="" background_fixed="" class=""][nrow][ncol size="2" offset="0" class="col-xs-12"][text background_color="" background_image="" background_fixed="" fullwidth="" class=""]nur desktop [/text][/ncol][/nrow][/column][/col][/row][row][col size="12" offset="0" class="col-xs-12 hidden-sm hidden-md hidden-lg d-block d-md-none d-lg-none d-xl-none"][column background_color="" background_image="" background_fixed="" class=""][nrow][ncol size="2" offset="0" class="col-xs-12"][text background_color="" background_image="" background_fixed="" fullwidth="" class=""]nur mobil [/text][/ncol][/nrow][/column][/col][/row]{%endveparse%} example content site is in 7.0.3: {%veparse name="8140bde1607d2555243b99aa5c120389"%}[row][col size="12" size-mobile="12" hide-mobile="1" hide-tablet="1" hide-laptop="1" offset="0" offset-mobile="0" class=""][column background_color="" background_image="" background_fixed="" class=""][nrow][ncol size="2" offset="0" class="col-xs-12"][text background_color="" background_image="" background_fixed="" fullwidth="" class=""]nur desktop [/text][/ncol][/nrow][/column][/col][/row][row][col size="12" size-mobile="12" hide-tablet="1" hide-laptop="1" hide-desktop="1" offset="0" offset-mobile="0" class=""][column background_color="" background_image="" background_fixed="" class=""][nrow][ncol size="2" offset="0" class="col-xs-12"][text background_color="" background_image="" background_fixed="" fullwidth="" class=""]nur mobil [/text][/ncol][/nrow][/column][/col][/row]{%endveparse%} | ||||
Tags | No tags attached. | ||||
Attached Files | |||||