-
AuthorPosts
-
Spell Friend
Spell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
July 23, 2016 at 4:20 pm #952536This reply has been marked as private.Spell FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
July 23, 2016 at 9:35 pm #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 FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
July 23, 2016 at 10:15 pm #952565Also 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.
…………..
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 FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
July 25, 2016 at 6:22 pm #953088Any help out there? 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 26, 2016 at 7:42 am #953304Spell FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
July 26, 2016 at 3:14 pm #953453Problem fixed please try again now 🙂
Also my last question about where to add more colors is my current problem 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Spell FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
July 27, 2016 at 1:38 pm #954485Sorry 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 28, 2016 at 3:02 pm #954867You 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; }
1 user says Thank You to Ninja Lead for this useful post
Spell FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
July 28, 2016 at 8:48 pm #954909Thank 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?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 29, 2016 at 3:11 am #954961You 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
1 user says Thank You to Ninja Lead for this useful post
Spell FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
August 1, 2016 at 8:58 pm #955863Thank you very much
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by Spell 8 years, 3 months ago.
The topic ‘Category Class not working’ is closed to new replies.
Jump to forum