Hi,
I'm using Lucid mix template. I want to add more items under About us in the menu. I can't find in discussion a solution or in the guide how to do that. See picture. Any help will be appreciated.
- 502
Hello all,
I'm using lucid as template. I want to change the cover height in general how do I do that? I was able to do it for profile, but I don't want to change it individually, I need to do it so it can be applied to all modules. I've been looking all discussion, seen a few suggestion, but since I'm new to Una, not sure how to do it. Any help will be appreciated.
- 480
-
-
·
LeonidS
- ·
Hello caribman2020 !
Go to Studio->Lucid->Styles area, create your own Mix then publish it and then edit the parameters in the Cover section there.
-
·
LeonidS
-
Hi,
I have done that, change height to 20rem just to see if something would change but nothing happened. I did clear the cache, still the same.
-
- · caribman2020
- ·
Hey LeonidS,
Did the change and it's working with the cover. On top of clearing the cache, I had to clear all browsers's cache also in order to see the change. Thanks again !
Hi,
I have installed Protean Dark mix. I would like the menu to stay visible in the same box where the logo is at the top. Also from About us, I would like to add a submenu to About us so when the mouse is on About us then a dropdown menu will show. Ho can I do that? Thanks
- 464
-
-
·
LeonidS
- ·
Hello caribman2020 !
You may show this menu by the load with the following JS script in your Studio->Deisgner->Injections->Header area:
<script>
$(document).ready(function () {
bx_menu_slide_inline('
#bx-sliding-menu-sys_site', $('#bx-menu-toolbar-item-main-menu'), 'site');});
</script>
Or you need to place the block with the necessary menu in every page (Studio->Pages->Systme->[Page name]->Add Block->Skeleton->Menu->Choose menu).
But both variants aren't good and it's better to use another template.
-
·
LeonidS
-
Thank you so much LeonidS. I will try another templates then. But I have a question for you. How do I add more Items under a subject? For example under about us I would like to add more items vertically as in the picture. I'm new to that una, I have searched the discussions but couldn't find an answer to my issue.
Hi,
I have installed UNA latest version and was able to load home page but when I go to the admin section(studio) and try to add a module it returns :
''THE REDIRECT URI PROVIDED IS MISSING OR DOES NOT MATCH '' I was able first to add some modules before but now I cannot. I have checked my url for the key and secret key the are fine.
Thanks in advance for any solutions !
- 776
-
-
·
LeonidS
- ·
Hello caribman2020 !
You may find the answers here https://una.io/page/view-discussion?id=3837
-
·
LeonidS
-
- · caribman2020
- ·
Hey LeonidS, Thanks for the info. Sorry for my late thanks. I was doing other things, just comeback to it last week.
| |||
| |||
| |||
| |||
|
Ninja
Total points: 262
You can "Add New Menu"
C
Hello Fine,
Well I went to Navigation and Site Submenu. Do you mean I add new Item or Add new Menu because in Site Submenu the choice is new Item. By going to Menu only, I was able to create with Add New Menu'' ''Donation'' but it didn't come under About in the menu. See picture. What I want to do is do have Donation under About in the menu. Sorry for my ignorance but I'm new to this.
Hello caribman2020 !
If you have already the new menu and set within + you already set this menu as a submenu for the "About us" to then you need to edit the "About us" point via the following way:
1) add the javascript:void(); to the URL field's value;
2) add the "bx_menu_popup('[the submenu name]', this);" code to the Onclick field's value;
The submenu name can be known in the Studio->Developer->Navigation area.