GithubHelp home page GithubHelp logo

Weird CSS errors about dhl-shipping-m2 HOT 4 CLOSED

netresearch avatar netresearch commented on May 28, 2024
Weird CSS errors

from dhl-shipping-m2.

Comments (4)

mam08ixo avatar mam08ixo commented on May 28, 2024

Please run composer info -l netresearch* and compare the result.

For us to be able to reproduce the issue, please add more detail about how you process CSS/LESS in your environments.

from dhl-shipping-m2.

OvalMedia avatar OvalMedia commented on May 28, 2024
netresearch/config-fields-m2                    1.3.0  1.3.0
netresearch/jsonmapper                          v4.0.0 v4.0.0
netresearch/module-admin-notification-feed      1.0.0  1.0.0
netresearch/module-interactive-batch-processing 1.1.0  1.1.0
netresearch/module-shipping-core                2.8.2  2.8.2
netresearch/module-shipping-ui                  2.3.2  2.3.2

For the frontend I am using gulp and sass but I assume that is unrelated. Regarding less: to be honest, I have no idea. I never used less explicilty and as far as I know I never needed it.

For deployment I am using this script in all my magento 2 projects:

#!/bin/bash

cd /web/;

MAG=bin/magento
OPT=" -d memory_limit=-1 "

if [ ! -f $MAG ]; then
        echo "Magento instance not found!";
        exit;
fi

php $OPT $MAG deploy:mode:show;
php $OPT $MAG maintenance:enable;

rm -rf pub/static/frontend/
rm -rf pub/static/adminhtml/
rm -rf var/view_preprocessed/*
rm -rf generated/code/*
rm -rf generated/metadata/*

php $OPT $MAG cache:flush 2>&1;
php $OPT $MAG setup:upgrade 2>&1;
php $OPT $MAG setup:di:compile 2>&1;

php $OPT $MAG setup:static-content:deploy en_US de_DE --exclude-theme Magento/luma --exclude-theme Magento/blank -f;

php $OPT $MAG cache:clean 2>&1;
php $OPT $MAG index:reindex 2>&1;

php $OPT $MAG maintenance:disable;

from dhl-shipping-m2.

mam08ixo avatar mam08ixo commented on May 28, 2024

Okay that does not look any special to me. Thing is, we have no such complaints from other merchants on our support channels and cannot replicate the issue in any of our environments. Neither does it occur consistently in yours.

We can certainly align our class attributes with the Magento core config field elements, but from there you are on your own I am afraid.

from dhl-shipping-m2.

OvalMedia avatar OvalMedia commented on May 28, 2024

Ok, thank you. The module itself seems to work fine. But the collapsed fields need a fix though.

from dhl-shipping-m2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.