Replies: 109 comments 4 replies
If you need any kind of help in Arabic, ping me :) |
|
This is a condition to display the layer, a javascript boolean expression interpreted by Jint. ex: When you use other recipes, some layers are created during the setup. |
|
A Widget is a content type that has a Some widgets are created when you use other recipes, like Widgets can also be added in a FlowPage and a WidgetListPart. |
|
Then, you will ask: What is a zone? You can define them in the admin So, to summarize: the Layers page allows you to put widgets in zones for a specific Layer. |
So let me validate my understanding Does zone comes first then layers? eg or Layer first then Zone |
|
There are only zone sections in the theme. You need to set them in the Zones settings It allows you to drag and drop and edit widgets inside the zones for a specified layer. |
|
OK I think I get it now. Let me study the theme. Thank you for your explanation. |
|
https://orchardcore.readthedocs.io/en/dev/docs/getting-started/theme/ needs more details. At the moment it is good enough to start an empty theme project but anything useful people will have to study existing themes. |
|
There needs to be a gentler version introduction to theming other than this document. This is hard mode tutorial https://orchardcore.readthedocs.io/en/dev/OrchardCore.Modules/OrchardCore.Themes/. |
|
I think a better theme tutorial would start from this |
|
In the traditional CMS, existing theme isn't really a solution because you cannot alter the files of existing theme. You can't modify a theme and switch it from using bootstrap to using bulma for example. You have to create a new theme. |
|
how can i use menu? i have alias main-menu-en for English version. |
|
Just change the alias |
|
@dodyg @aghili371 and the cache id and the cache tag |
|
How to replace an existing liquid filter (#5017). |
|
This is an efficient way to find a term within a taxonomy tree (#5081) |
i wanna have dynamic menu: but it just working by hard coding: i changed the menu alias to: |
try assigning these to variables so it looks like |
how can i assign that? i tested several ways but i got an error, please correct me: |
|
|
i just need to call a localized blogpost for any blog. and used loop to get blogpost List: how can i pass two parameters in this query? |
|
You are missing a space between culture:_culture |
|
When you are implementing Bag, don't forget to read this section This way different Content Types in your Bag can render itself accordingly instead you having to access each different properties of the Content Type and doing it manually. |
|
This case #6027 is about implementing a custom workflow activity. It is easier than I thought. |
hi, are you solved your probleme with localization .po. i have the same probleme for the traduction to the site |




Uh oh!
There was an error while loading. Please reload this page.
In the vein of #3553, I am starting another website using the traditional CMS model.
All reactions