magesuite / theme-creativeshop

Open Software License 3.0
38 stars 24 forks source link

Footer Newsletter from & social icons elements not shown #42

Closed thomas7467 closed 3 years ago

thomas7467 commented 3 years ago

Hi,

Magento 2.4.0 PHP 7.4.3

Newsletter form and social icons are hidden after creativshop theme deployment is that normal? On the demo site they appear like this :

footer

I can see the three footer links block in Magento_theme/layout/default.xml for the sample links; they appear.

footer2

But social icons are hidden even if the container seems to be defined

 <container name="footer.element.extras" htmlTag="div" htmlClass="cs-footer__item cs-footer__item--extras">
                <block name="footer.socials" template="Magento_Theme::footer/section.phtml">

And no section for the newsletter subscription - could someone give me a clue?

Thks Thomas

mborkowski commented 3 years ago

Hi @thomas7467 We haven't notice this issue, everything seems to be fine with the latest build. Did you modify XML/phtml files? If so, maybe error log (var/log/system.log) will tell you why they're not rendered.

thomas7467 commented 3 years ago

Hi @mborkowski I will again from scratch and let you know; wich version of PHP will you support vs Magento 2.4.0 one? When will you be compatible with magento 2.4.1? BR Thomas

mborkowski commented 3 years ago

At this mooment we can confirm support for Magento 2.4.0 and PHP 7.3. We are working on Magento 2.4.1 and PHP 7.4 but can't guarantee no bugs related to these versions.

thomas7467 commented 3 years ago

Hi, Reinstalled from scratch on DEBIAN 10, PHP 7.3.19, NGINX 1.14.2 : Newsletter and Social icons are shown - I close the ticket. Thks Thomas