I
I
Irina Kondratyuk2016-04-21 12:03:59
PHP
Irina Kondratyuk, 2016-04-21 12:03:59

The relationship between menus and Joomla internal pages - how to track clicks on the menu?

Guys, I've been struggling for the 2nd day on the task, I just can't catch up with how to do it. There is a site butik-novorossiysk.ru. In fact, there are 3 sites in one. The conclusion was made by the menu. The problem is that if we go to the inner tab of the main page of the prospect, for example, news, then the active menu item prospect becomes inactive. How to make it always active, and as soon as rich or rich baby was pressed, the pressed one became the main one, and this one faded, so to speak. I want to understand how to track clicks.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Irina Kondratyuk, 2016-04-21
@7unikum

$(document).ready(function() {
function color() {
$('li.active a').parent().parent().parent().parent().find('a.buttik2 img' ).css('opacity', '1');
}
});
color();
And so I registered for each menu item.

S
Sergey Goryachev, 2016-04-21
@webirus

Make Rich and Rich Baby categories.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question