Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hans_karrer Friend
    #157086

    Hello,
    I would like to use the JA-Events-Template, because it is realy cool.

    In the menu “other features” > “Rich Typography” uses the jatabs plugin. That works nice!
    It should look like this:

    I made in “Other features” a new menu “Modern Arnis” for trying this in the same way like “Rich Typography” but something doesn´t work. It looks like that:

    I have made a test area here: http://www.templatetestarea.tatort-zentrum.de

    It would be great if you can help me. Thanks.

    Hans

    Sherlock Friend
    #365513

    Dear hans_karer,

    The itemID Which referring to the “Modern Arnis” page is 144 so you can try as following
    Go to the file of templatesja_eventshook.php file,Looking for the function below
    [PHP] function custom_body_class () {
    $cls = ”;
    if (JRequest::getCmd( ‘view’ ) == ‘article’ && JRequest::getCmd( ‘Itemid’ ) == ’59’ ) {
    $cls .= ‘ajaxtabs’;
    }
    return $cls;
    } [/PHP]
    change it to
    [PHP] function custom_body_class () {
    $cls = ”;
    if (JRequest::getCmd( ‘view’ ) == ‘article’ && JRequest::getCmd( ‘Itemid’ ) == ‘144’ ) {
    $cls .= ‘ajaxtabs’;
    }
    return $cls;
    } [/PHP]

    I think it would help !

    hans_karrer Friend
    #365542

    Thanks very much! Now it works. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  hans_karrer 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum