Hallo,
I installed a new Joomla 3.8.6 and activate the Search Module and the Login Modul. Everything was working. Then I installed the J51 Maya Tempate. Since this momente Search Module and Login Module doesn't work.
0 - Call to a member function get() on null
Joomla 3.8.6
PHP 7.2.6
What can IK do?
Many greetings
Heri Vielsäcker
- Heri.V
-
- Commercial Templates
- Thursday, 29 March 2018
- Subscribe via email
Hi Heri
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hallo Support-Team,
I installed a new Joomla and J51 Maya Template.
Adresse: http://www.hv-events.de
Language: german (from jgerman.de)
User: REMOVED
Passwort: REMOVED
Type: Superadmin
It's only a test website so you can change what ever you want.
Greetings
Heri Vielsäcker
I installed a new Joomla and J51 Maya Template.
Adresse: http://www.hv-events.de
Language: german (from jgerman.de)
User: REMOVED
Passwort: REMOVED
Type: Superadmin
It's only a test website so you can change what ever you want.
Greetings
Heri Vielsäcker
- more than a month ago
- Commercial Templates
- # 2
Same Problem with the english version of joomla 3.8.6:
Adresse: test.hv-events.de
User: REMOVED
Passwort: REMOVED
Adresse: test.hv-events.de
User: REMOVED
Passwort: REMOVED
- more than a month ago
- Commercial Templates
- # 3
Thank you Heri
Updating the Maya template to each of your Joomla installations to the latest download has resolved the issue. This latest download can be obtained from your Joomla 'My Downloads'.
Ciarán
Updating the Maya template to each of your Joomla installations to the latest download has resolved the issue. This latest download can be obtained from your Joomla 'My Downloads'.
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Dear Support Team,
many thanks for your very good and fast support.
I have one more question.
In your demo you show the submenues in 3 columns. On my website all submenues are in one column. How can I change to 3 columns?
Best regards
Heri Vielsäcker
many thanks for your very good and fast support.
I have one more question.
In your demo you show the submenues in 3 columns. On my website all submenues are in one column. How can I change to 3 columns?
Best regards
Heri Vielsäcker
- more than a month ago
- Commercial Templates
- # 5
Hi Heri
May I suggest the following article on this query... https://www.joomla51.com/tutorials/item/creating-multi-column-dropdown-menus
Ciarán
May I suggest the following article on this query... https://www.joomla51.com/tutorials/item/creating-multi-column-dropdown-menus
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Hallo Claran,
thank you for your information. It's working now but i have some problems. When I use more then none submenue it's not working. The upper submenue calculate width and hight of the lower submenue.
Also with 3 columns the sub menus are going far beyond the scope and clip over the end of the landscape. Is there a way to prevent that so it always stays inside the page or have the ability to configurate the alignment (left/right).
Thank you you in advanced.
Best regards
Heri
thank you for your information. It's working now but i have some problems. When I use more then none submenue it's not working. The upper submenue calculate width and hight of the lower submenue.
Also with 3 columns the sub menus are going far beyond the scope and clip over the end of the landscape. Is there a way to prevent that so it always stays inside the page or have the ability to configurate the alignment (left/right).
Thank you you in advanced.
Best regards
Heri
- more than a month ago
- Commercial Templates
- # 7
Hi Heri
To switch the menu dropdown to appear right aligned you can use the following custom CSS where 389 is the ID of your parent menu item...
Would you have a screenshot of your other issue? I am not sure if I understand you correctly.
Ciarán
To switch the menu dropdown to appear right aligned you can use the following custom CSS where 389 is the ID of your parent menu item...
.item-389 > ul {
right: 0 !important;
left: auto !important;
}
Would you have a screenshot of your other issue? I am not sure if I understand you correctly.
Ciarán
- more than a month ago
- Commercial Templates
- # 8
Hallo Ciarán,
I sorry that I clould not answser such a long time.
With your css it's working now. But I have one mehr question. On the screenshot you can see my problem. The dropdown is working until submenue 4. From submenu 5 no new row will opened. The submenu 5 will shown directly under submenu 4.
Is it possible to show all submenues directly under the mainmenue? On the second foto you the an exapmle from another template.
Many thanks in advanced.
Heri
I sorry that I clould not answser such a long time.
With your css it's working now. But I have one mehr question. On the screenshot you can see my problem. The dropdown is working until submenue 4. From submenu 5 no new row will opened. The submenu 5 will shown directly under submenu 4.
Is it possible to show all submenues directly under the mainmenue? On the second foto you the an exapmle from another template.
Many thanks in advanced.
Heri
Attachments (2)
- more than a month ago
- Commercial Templates
- # 9
Hello
One option is to place all your menu items on the second level and to use the multi column option detailed in the following article... https://www.joomla51.com/tutorials/item/creating-multi-column-dropdown-menus
Ciarán
One option is to place all your menu items on the second level and to use the multi column option detailed in the following article... https://www.joomla51.com/tutorials/item/creating-multi-column-dropdown-menus
Ciarán
- more than a month ago
- Commercial Templates
- # 10
Hello,
this function you showed me before and it's very good working with one submenue level. But with more levels it's not working. See the screenshot. This menu has 3 levels of submenus but it's only possible to see the first submenu level. How can I show submenu level 1,2 and 3 in one submenue? See screenshot 2.
Many thanks in advanced
Heri
this function you showed me before and it's very good working with one submenue level. But with more levels it's not working. See the screenshot. This menu has 3 levels of submenus but it's only possible to see the first submenu level. How can I show submenu level 1,2 and 3 in one submenue? See screenshot 2.
Many thanks in advanced
Heri
Attachments (2)
- more than a month ago
- Commercial Templates
- # 11
Hello
By default this option is not available. You could try the following CSS which should come close to what you wish to achieve...
Ciarán
By default this option is not available. You could try the following CSS which should come close to what you wish to achieve...
.hornav > ul > li > ul > li > ul {
position: relative;
opacity: .7;
visibility: visible;
left: 0 !important;
padding-left: 0 !important;
box-shadow: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 12
Hello Ciaran,
it's working now.
Thank you for your very very good support.
Best regards
Heri
it's working now.
Thank you for your very very good support.
Best regards
Heri
- more than a month ago
- Commercial Templates
- # 13
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »