View Issue Details

IDProjectCategoryView StatusLast Update
0007483module Visual CMSmodule Visual CMS - subpublic2023-09-14 13:32
ReporterSteven Assigned To 
PriorityhighSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.1 
Target Version4.0.2Fixed in Version4.0.2 
Summary0007483: Responsiveness does not work correctly in Apex theme
DescriptionThe responsiveness and corresponding Responsive Settings do not work as before (pre 4.0). There are several issues with the behavior of the elements.

- There are two smartphone views now.
- The width for smartphone has no effect at all.
- The width of the small smartphone view is always 12 columns.
- The width of the larger smartphone view is always 6 columns.
- The offset on smartphones affects also offset from tablet.
- The width of big screen also affects small screen.

- Hide seems to work as expected.

Maybe the theme was updated, but the Visual CMS not adapted to the grid system of Bootstrap 5.
Steps To Reproduce- Set up OXID eShop 7 with Apex theme and active Visual CMS.

- Place four widgets on the workspace. Two per row (2x2). See Aditional Information for copyable code.
- Edit first widget.
- Go to Design Settings.
- Set width of smartphone to 1.
- Now check the view.
- Smartphone view will display the widget with a width of 12 (full width).

- Edit first widget again.
- Reset the Design Settings.
- Add offset of 4.
- Now check the view.
- The offset is present in all screen sizes.

You can try more layouts with the information provided in the description. There are several issues.
Additional InformationCode for a 2x2 grid and display of active screen size.

{%veparse%}[row][col size="6" offset="0" class="col-xs-12"][background color="#db7d7d"][text background_color="#db7d7d" background_image="" background_fixed="" fullwidth="" class=""]

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Accumsan lacus vel facilisis volutpat est. Adipiscing elit pellentesque habitant morbi tristique senectus et netus. Tellus cras adipiscing enim eu turpis egestas.

[/text][/background][/col][col size="6" offset="0" class="col-xs-12"][background color="#7bdb88"][text background_color="#7bdb88" background_image="" background_fixed="" fullwidth="" class=""]

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Accumsan lacus vel facilisis volutpat est. Adipiscing elit pellentesque habitant morbi tristique senectus et netus. Tellus cras adipiscing enim eu turpis egestas.

[/text][/background][/col][/row][row][col size="6" offset="0" class="col-xs-12"][background color="#7ba4db"][text background_color="#7ba4db" background_image="" background_fixed="" fullwidth="" class=""]

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Accumsan lacus vel facilisis volutpat est. Adipiscing elit pellentesque habitant morbi tristique senectus et netus. Tellus cras adipiscing enim eu turpis egestas.

[/text][/background][/col][col size="6" offset="0" class="col-xs-12"][background color="#ebbb55"][text background_color="#ebbb55" background_image="" background_fixed="" fullwidth="" class=""]

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Accumsan lacus vel facilisis volutpat est. Adipiscing elit pellentesque habitant morbi tristique senectus et netus. Tellus cras adipiscing enim eu turpis egestas.

[/text][/background][/col][/row][row][col size="2" offset="0" class="col-xs-12 hidden-sm hidden-md hidden-lg d-block d-md-none d-lg-none d-xl-none"][text background_color="" background_image="" background_fixed="" fullwidth="" class=""]Smartphone[/text][/col][col size="2" offset="0" class="col-xs-12 hidden-xs hidden-md hidden-lg d-none d-md-block d-lg-none d-xl-none"][text background_color="" background_image="" background_fixed="" fullwidth="" class=""]Tablet[/text][/col][col size="2" offset="0" class="col-xs-12 hidden-xs hidden-sm hidden-lg d-none d-md-none d-lg-block d-xl-none"][text background_color="" background_image="" background_fixed="" fullwidth="" class=""]Small Screen[/text][/col][col size="2" offset="0" class="col-xs-12 hidden-xs hidden-sm hidden-md d-none d-md-none d-lg-none d-xl-block"][text background_color="" background_image="" background_fixed="" fullwidth="" class=""]Big Screen[/text][/col][/row]{%endveparse%}
TagsNo tags attached.

Activities

There are no notes attached to this issue.