🇨🇿Czech Republic @Jaroslav Červený

Account created on 29 March 2015, over 9 years ago
#

Recent comments

🇨🇿Czech Republic Jaroslav Červený

I tested patch #4
Upgrade to drupal 10 and in status report I see message:

GoPay: OAuth2 authentication
Token was not returned, credentials may be wrong.

There will still be work to do.

🇨🇿Czech Republic Jaroslav Červený

I would need to upgrade the module to Drupal 10.

I have prepared a patch for this purpose.

Please test it.

note: I desire to install module using composer.

🇨🇿Czech Republic Jaroslav Červený

Done, thank you.

I will add to next release.

🇨🇿Czech Republic Jaroslav Červený

I think this is not the right place to solve the problem.

I didn't find anything in holy theme that would break admin toolbar.

Best way is add task to module: https://www.drupal.org/project/admin_toolbar

🇨🇿Czech Republic Jaroslav Červený

I added to 2.0.x by download patch from mere request.

I will add this task to next release.

Thanks.

🇨🇿Czech Republic Jaroslav Červený

OK. I understand the problem.
I will test today. And possibly move to some release.

🇨🇿Czech Republic Jaroslav Červený

Thanks. Good work.

I recreated patch with sass files.

Please test.

🇨🇿Czech Republic Jaroslav Červený

Thank you.

I'll give it the next release.

🇨🇿Czech Republic Jaroslav Červený

Good idea.

But. I created wholly new patch for this solution.

Please test it.

🇨🇿Czech Republic Jaroslav Červený

The main menu was intended to be two-level.

It is true that it could have more levels.
For example, I dealt with it here: https://www.moravanyubrna.cz

I will try to expand the menu to more levels.

🇨🇿Czech Republic Jaroslav Červený

I created a patch as recommended above.

it works as expected for me.

🇨🇿Czech Republic Jaroslav Červený

The change is too fundamental and could affect previous implementations.
I plan to add 3.x in the next version

🇨🇿Czech Republic Jaroslav Červený

The change is too fundamental and could affect previous implementations.
I plan to add 3.x in the next version

🇨🇿Czech Republic Jaroslav Červený

Sorry, I'm learning to process merge in gitlab.

But we must add css code to sass folder and then compile the css with gulp.

I will prepare a patch for it.

🇨🇿Czech Republic Jaroslav Červený

Thank you for test.

I'll add change to holy\sass\components\01-atoms\_form-elements.scss alone.

🇨🇿Czech Republic Jaroslav Červený

Hello, please add change to:
holy\sass\components\01-atoms\_form-elements.scss

🇨🇿Czech Republic Jaroslav Červený

Thank you for it.

It will appear in the next release

🇨🇿Czech Republic Jaroslav Červený

Hello, ok.

I will test patch and let you know.

🇨🇿Czech Republic Jaroslav Červený

Hello, thank you for patch.

but must be add here:
holy\sass\components\02-molecules\field\_field--type-comment.scss

🇨🇿Czech Republic Jaroslav Červený

I am thinking of adding this task in the next version.

I hope it will not be a problem.

Best practice is copy holy theme to custom themes. (Readme)

🇨🇿Czech Republic Jaroslav Červený

Hello,

I have already encountered this situation.

variale has_page_layout is will setting only use: section_layout_xxx

Here is patch.

🇨🇿Czech Republic Jaroslav Červený

thank you for feedback. I am going repairing it.

🇨🇿Czech Republic Jaroslav Červený

I prepared a patch for this.

🇨🇿Czech Republic Jaroslav Červený

The client almost deleted 15,000 contents out of inattention, but we managed to solve it from the backup.
This is UX problem.

🇨🇿Czech Republic Jaroslav Červený

You are using CKeditor 5?

Would it be possible to send a picture?

🇨🇿Czech Republic Jaroslav Červený

here is a more reasonable patch

🇨🇿Czech Republic Jaroslav Červený

right way is replace install config files

config/install -> config/optional

I'll create new patch,

🇨🇿Czech Republic Jaroslav Červený

here's a patch that adds a dependency to info file.

🇨🇿Czech Republic Jaroslav Červený

Light version of Holy theme is:
https://www.drupal.org/project/kryton

there is no search and help dependency, but no ambition generate documentation.

🇨🇿Czech Republic Jaroslav Červený

Holy was created for standard instalation profile,
but there is no delarate dependency.

I'll think about it.

🇨🇿Czech Republic Jaroslav Červený

I try:
composer require drupal/rwprofile
it works now. :)

Thank you.

🇨🇿Czech Republic Jaroslav Červený

I did the Merge request.

I wonder what will happen next.

🇨🇿Czech Republic Jaroslav Červený

Can I do anything to switch rwprofile to module project?

🇨🇿Czech Republic Jaroslav Červený

Here is patch for this problem.

I changed define breakpoints variables to REM unit:
// BREAKPOINTS
$screen-xs-min: 30rem;
$screen-sm-min: 48rem;
$screen-md-min: 64rem;
$screen-lg-min: 82rem;

$screen-xs-max: ($screen-sm-min - 0.1rem);
$screen-sm-max: ($screen-md-min - 0.1rem);
$screen-md-max: ($screen-lg-min - 0.1rem);

Production build 0.71.5 2024