Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

We.Retail pages do not load correctly inside the Target Visual Experience Composer (VEC) #151

Closed
ittaibaratz opened this issue Mar 25, 2018 · 3 comments
Labels
Milestone

Comments

@ittaibaratz
Copy link

ittaibaratz commented Mar 25, 2018

When loading a we.retail webpage inside Adobe Target Visual Experience Composer (VEC), the page does not render correctly as shown below:

image

The page footer is located right below the header, instead of the bottom of the page.
This is because the we.retail expects the body element to have relative position, however inside the VEC , Adobe Target overrides the body position and makes it static:

image

I was able to solve this on my local AEM instance by removing the bottom value from .footer .we-Footer
(https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/blob/master/ui.apps/src/main/content/jcr_root/apps/weretail/components/structure/footer/clientlibs/less/footer.less)

I don't think the bottom value is necessary as the footer will flow to the bottom without it. Please check. This fix is required for demoing We.Retail content inside Adobe Target.

cc @keepthebyte , @martinbuergi , @gabrielwalt @gknobloch @bpauli

@gabrielwalt
Copy link
Member

I agree, we could have the footer positioned statically.

@jckautzmann jckautzmann added this to the 3.0.2 milestone Feb 19, 2019
@jckautzmann
Copy link
Contributor

(CQ-4263821)

@jckautzmann
Copy link
Contributor

This issue has been fixed and will be available with the 4.0.0 release of We.Retail

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants