Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing happends after selecting the CC component #6

Open
sunel opened this issue Aug 10, 2020 · 8 comments
Open

Nothing happends after selecting the CC component #6

sunel opened this issue Aug 10, 2020 · 8 comments

Comments

@sunel
Copy link

sunel commented Aug 10, 2020

After selecting the component from component section page nothing happens, No errors in the console.

@diwipl
Copy link
Contributor

diwipl commented Dec 11, 2020

Hi,
Can you record your browser along with developer console ?

@maquowicz
Copy link

Hi. I must say I'm impressed with your work.
Thank you for sharing.

Same issue here.

Magento version: 2.4.5, php 8.1, nginx, firefox / chromium, *.test domain.
Had a node (~10) version warning on theme yarn install, ignored.
Added empty child theme with parent "Creativestyle/theme-creativeshop".
Custom code deregistered. All grinders disabled (bundling, merge, minification, signing).
Full generated cleanup and c:c. Nothing abnormal in logs.
Most of m2 crapware removed (can attach replacements), msi present, composer require:

    "require": {
        "ext-fileinfo": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-soap": "*",
        "bluepayment-plugin/module-bluepayment": "^2.21",
        "creativestyle/magesuite-elasticsuite-virtual-category-indexer": "^1.1.10",
        "creativestyle/magesuite-magepack": "^1.1",
        "creativestyle/magesuite": "~v12.0.0",
        "integer-net/magento2-global-custom-layout": "^1.1",
        "magefan/module-blog": "^2.2.8",
        "magento/composer-root-update-plugin": "~2.0",
        "magento/product-community-edition": "2.4.5",
        "mageplaza/magento-2-polish-language-pack": "dev-master",
        "mageplaza/module-smtp": "^4.6",
        "sparsh/magento-2-faq-extension": "~1.2",
    },

As far as I was able to look around. I'm missing viewport size selector on top of CMS Page > Content Tab.
Screenshot from 2022-12-08 19-20-15
Once any component selected console throws
Uncaught TypeError: this.ccConfig.sections is undefined
or in chrome:
Uncaught TypeError: Cannot read properties of undefined (reading 'defaults')
Screenshot from 2022-12-08 19-31-18

Thanks for your time.

@diwipl
Copy link
Contributor

diwipl commented Dec 8, 2022

Can you show a print screen of themes configuration in the admin panel?

The error suggests to me that theme creativeshop is not selected as the main theme there.

@maquowicz
Copy link

Sure. I'm using a child which has Creativestyle/theme-creativeshop as parent.
But also tried switching to creativeshop - no luck.
Will play around with it a bit more in couple. Need to afk atm.
Screenshot from 2022-12-08 19-51-02
Screenshot from 2022-12-08 19-50-56

@diwipl
Copy link
Contributor

diwipl commented Dec 8, 2022

The design configuration screenshot looks really weird, it should have at least 3 rows by default, not only one.
image

@maquowicz
Copy link

maquowicz commented Dec 8, 2022

Yes, that's probably because I have Single Store Mode On.
Screenshot from 2022-12-08 22-16-23

@diwipl
Copy link
Contributor

diwipl commented Dec 9, 2022

We have never tested it with Enable Single-Store mode so it might not work with such a setting.

@maquowicz
Copy link

Yes that is confirmed. Disabling Single-Store Mode and configuring "Theme Creativeshop" as global under Content > Design > Configuration solved my issue. All looking good now.

Thank you Krzysztof!

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

No branches or pull requests

3 participants