Hi!
Maya:
When clicking on slideout toggle, category blog articles are NOT pushed away, but overlay the mobile menu background.
Juliet:
Slideout toggle icon is not displayed.
Clicking on Tags: 0 - Call to a member function get() on null
Thanks for support!
- wolfganghofer
- Commercial Templates
- Friday, 27 April 2018
- Subscribe via email
Hello
Would you have a URL to an example of each of these issues as we are unable to replicate them locally?
Ciarán
Would you have a URL to an example of each of these issues as we are unable to replicate them locally?
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thank you
Regarding the Maya template, does disabling the module in the top-3# position resolve the issue? There appears to be one to many opening divs in this module (<div>.
From which template are you using the News module (Juliet template)?
Ciarán
Regarding the Maya template, does disabling the module in the top-3# position resolve the issue? There appears to be one to many opening divs in this module (<div>.
From which template are you using the News module (Juliet template)?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hello
Maya: 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.
Juliet: There is no news module bundled with the Juliet template. From the Maya template maybe?
Ciarán
Maya: 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.
Juliet: There is no news module bundled with the Juliet template. From the Maya template maybe?
Ciarán
- more than a month ago
- Commercial Templates
- # 5
I made a new joomla installation and now it works - except of "0 - Call to a member function get() on null" message with search and tags.
- more than a month ago
- Commercial Templates
- # 7
Thank you Wolfgang
To amend replace the following in your templates index.php (../templates/j51_juliet/index.php - LINE38)...
Replace with...
Ciarán
To amend replace the following in your templates index.php (../templates/j51_juliet/index.php - LINE38)...
$pageclass = $menu->params->get('pageclass_sfx');
Replace with...
$menuParams = new \Joomla\Registry\Registry();
if ($menu)
{
$menuParams = $menu->params;
}
$pageclass = $menuParams->get('pageclass_sfx');
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- 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 »