Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ovdemonz Developer
    #201509

    how to fix the css loading as attached.

    TIA


    1. jatabs_css
    2. script
    Eragon H Friend
    #550491

    There is nothing to fix with the mentioned css loading.
    The JA Tabs plugin is written to load css/js right before the close tag </head>
    You can see in the file /plugins/system/jatabs/jatabs.php

    $headtag[] = '<link href="' . $assets_url . 'ja.tabs.css" type="text/css" rel="stylesheet" />';
    $this->_body = str_replace('</head>', "t" . implode("n", $headtag) . "n</head>", $this->_body);

    ovdemonz Developer
    #550520

    Thanks for the info.

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

This topic contains 3 replies, has 2 voices, and was last updated by  ovdemonz 10 years, 1 month ago.

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