Daily Archives: January 3, 2020
I’m currently learning about PHP now and can only learn it online by myself since I can’t go to college or bootcamps because of work. So to any of you who are self-taught, how long did it take to learn the basics and just be conifdent with it? submitted by […]
I’m using some Magento module and the option title is in HTML. I upgraded from Magento 2.2.3 to 2.2.10 and they obviously introduced escaping here, which wasn’t there before. Is there a way to stop this behavior in the backend? Way to disable XSS protection in the backend?
I tried to load css file from default_head_blocks.xml but nothing happen, so if you can provide what did I do wrong?Is it wrong in structure files or something else ? Thank you Note : This theme inheritance from magento/blank and is activated it from dashboard. File : default_head_blocks.xml Structure file […]
As far as I understand it, In order to change the style of an email, I need to override the _email-extended.less file. I go to the path below app/design/frontend/Smartwave/Porto/web/css/source/_email-extended.less and make my changes/add classes but it doesnt seem to affect any of my generated static content css files. It simply […]