View Issue Details

IDProjectCategoryView StatusLast Update
0007626module Visual CMSmodule Visual CMS - subpublic2024-10-09 10:48
ReporterSimonGassenschmidt Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.2 
Fixed in Version4.1.0 
Summary0007626: Visual CMS 4.0.1 uses different css classes than 4.0.2, so feature of responsive design breaks after update
DescriptionAfter 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 Reproduce1. 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 Informationexample 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%}
TagsNo tags attached.
Attached Files
ee700_cms.PNG (137,395 bytes)   
ee700_cms.PNG (137,395 bytes)   

Activities

anton.fedurtsya

2024-10-09 10:48

administrator   ~0017622

Thanks for reporting this. We have added a Migration in 4.1.0 to convert the old configuration to the new shortcode attributes.