Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • diofou Friend
    #192995

    Hello, I’am having the two errors below whenever i click on an article, can you please help me and also the ja bulletin isn’t showing at position topmovie-joomla like instructed in the documentation

    Error 1:

    Notice: Use of undefined constant T3_TEMPLATE_PATH – assumed ‘T3_TEMPLATE_PATH’ in /home/wayajoac/public_html/diabarani.com/components/com_k2/templates/ja_obelisk/item.php on line 13

    Error 2:

    Fatal error: Class ‘JAObeliskHelper’ not found in /home/wayajoac/public_html/diabarani.com/components/com_k2/templates/ja_obelisk/item.php on line 311

    And of course the template inset responding, i have all that on a white background with no style

    Note: Only click on the articles that start with copy in the content slider module, the others will take you to the real site and template that’s live, this is a clone that i’m fixing before making it default.

    Thank you for your help.


    1. Screen-Shot-2013-12-15-at-12.34.53-PM
    Ninja Lead Moderator
    #515579

    Both of these above problem on your site due to wrong overridden template on com_k2, we have overridden template for com_k2 directly from JA Obelisk template templates/ja_obelisk/html/com_k2/ja_obelisk

    I have removed wrong components/com_k2/templates/ja_obelisk folder.

    Now, the problem on your site has gone now. Please check it again let me know if it helps

    diofou Friend
    #515792

    Great, thank you, i see you’ve chafed the login button color, how can i can register button and the entire header color?
    Best regards.

    Ninja Lead Moderator
    #515844

    You can find and change it from css style: [/B] templates/ja_obelisk/css/themes/d1/template.css file

    + Login button color


    .btn-primary {
    color: #fff
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-image: -moz-linear-gradient(top,#f1a705,#bf8404)
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f1a705),to(#bf8404));
    background-image: -o-linear-gradient(top,#f1a705,#bf8404)
    background-image: aliceblue;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0a605',endColorstr='#ffbf8404',GradientType=0);
    border-color: #bf8404 #bf8404 #745002
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
    }

    + Entire header color

    .t3-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f8f8f8
    background-image: -moz-linear-gradient(top,#fff,#eee)
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
    background-image: -webkit-linear-gradient(top,#fff,#eee)
    background-image: -o-linear-gradient(top,#fff,#eee)
    background-image: linear-gradient(to bottom,#fff,#eee)
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 11 months ago.

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