Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Spell Friend
    #952536
    This reply has been marked as private.
    Spell Friend
    #952560

    —-EDIT—–
    Problem persists in new menu items.
    —-EDIT—-

    Thank you! I show you logged in but nothing here. Either way thank you for the fix. Everything works fine now! I can change whatever i need to.

    I would like to ask what i was doing wrong? (So i can learn).

    Spell Friend
    #952565

    Also trying to add new cat-X (wwhere X new colors) i followed the guide from the above link. In

    variables.less i found

    // Accent colors
    // -------------------------
    
    @black:                 #000;
    @white:                 #fff;
    @blue:                  #07b;
    @green:                 #690;
    @cyan:                  #09c;
    @red:                   #c00;
    @yellow:                #fc0;
    @orange:                #f80;
    @pink:                  #d60a6c;
    @purple:                #8c5de4;
    @violet:                #bf5fff;

    So here is where i add new colors? as the guide states?:

    Open the templates/ja_teline_v/less/variables.less file and add new color variable, here is a sample.

    @black: #000; @red: #c00;

    …………..

    In navbar.less The guide states that i have to Open the templates/ja_teline_v/less/style.less file, add the following css rule inside the .magazine-category-title class.

    But i cant find even with search the .magazine-category-title class I cant find anything similar to the sample code so i can add new color cat-x

    Where exactly i add it?

    Spell Friend
    #953088

    Any help out there? 🙂

    Ninja Lead Moderator
    #953304

    Hi,

    I login backend of your site but I got this bug. Please check this again

    Regards


    1. Screen-Shot-2016-07-26-at-11.15.51
    Spell Friend
    #953453

    Problem fixed please try again now 🙂

    Also my last question about where to add more colors is my current problem 🙂

    Ninja Lead Moderator
    #954268

    @spell: You can follow the userguide here to add new colors on your site

    Spell Friend
    #954485

    Sorry but are you reading my posts? Lets try again. i have followed the guide and my questions is about the directions there.

    In navbar.less The guide states that i have to Open the templates/ja_teline_v/less/style.less file, add the following css rule inside the .magazine-category-title class.

    But i cant find even with search the .magazine-category-title class I cant find anything similar to the sample code so i can add new color cat-x. => Where are the current enabled cat-colors?

    Where exactly i add it?

    Should i post here what the file has inside? Is the guide up to date?

    (I am using notepad++ and using the last quickstart)

    Ninja Lead Moderator
    #954867

    You can find the CSS class of cat-red, cat-blue, cat-green… on your site from both files

    • Open templates/ja_teline_v/css/megamenu.css file and find .t3-megamenu .cat-

    • Open templates/ja_teline_v/css/template.css file
    .cat-red .t3-mainnav {
      border-top-color: #cc0000;
    }
    .cat-blue .t3-mainnav {
      border-top-color: #0077bb;
    }
    .cat-green .t3-mainnav {
      border-top-color: #669900;
    }
    .cat-cyan .t3-mainnav {
      border-top-color: #0099cc;
    }
    .cat-violet .t3-mainnav {
      border-top-color: #bf5fff;
    }
    .cat-purple .t3-mainnav {
      border-top-color: #8c5de4;
    }
    .cat-orange .t3-mainnav {
      border-top-color: #ff8800;
    }
    Spell Friend
    #954909

    Thank you very much. Colors added.

    Another question is the map plugin in events. Its says that i have to have an api key. I have an api key and i have done successfully the authentication procedure with google file.

    It loads but then it gives this as an error and disapears: `

    MissingKeyMapError Error
    The script element that loads the API is missing the required authentication parameter. If you are using the standard Maps JavaScript API, you must use a key parameter with a valid API key. If you are a Premium Plan customer, you must use either a client parameter with your client ID or a key parameter with a valid API key.
    

    I am posting a screenshot. How do i make it work? Should i add some plugin? add some code?


    1. mapProblem
    Ninja Lead Moderator
    #954961

    You need to change the google api key from templates/ja_teline_v/html/layouts/joomla/content/item/event.php file find and change script

    https://maps.googleapis.com/maps/api/js?v=3.exp

    to

    https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap

    With YOUR_API_KEY gets from here

    Spell Friend
    #955863

    Thank you very much

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

This topic contains 12 replies, has 2 voices, and was last updated by  Spell 8 years, 1 month ago.

The topic ‘Category Class not working’ is closed to new replies.