1. wolfganghofer
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 27 April 2018
  5.  Subscribe via email
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!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of each of these issues as we are unable to replicate them locally?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
http://lht.social-webwork.com/

HOME = juliet
NEWS = maya
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
There is no module in top-3 position.

News module on HOME is Juliet
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
I sent you an email.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Wolfgang

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
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán!

Thanks, now it works perfectly!

Wolfgang
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!