-
AuthorPosts
-
theatrerat81 Friend
theatrerat81
- Join date:
- March 2013
- Posts:
- 20
- Downloads:
- 13
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
February 23, 2014 at 6:05 am #195100Hi!
1) The arrow icon for the Back to Top feature is not displaying properly. Check the attached image below to see what I mean. How can I fix this?
2) I’m trying to get the animation effects to work, but every time I modify script.js as instructed to in the documentation for this template, the animations don’t work, and the animated elements don’t appear. When I “Inspect Element” in Chrome, I see the following error message: Uncaught TypeError: Cannot call method ‘each’ of undefined. The code I added (which is exactly what’s show in in the template documentation, just with the appropriate module IDs) is the highlighted part. How can I implement that code correctly?
3) I’m trying to replace the headphones icon in the footer-logo position with my company’s logo. I’ve tried replacing the footer logo source file in /templates/ja_appolio/images, however, for some reason, that doesn’t change the icon displayed. How do I fix this?
-
Ilyas Harafi Friend
Ilyas Harafi
- Join date:
- September 2014
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 3 times in 1 posts
February 23, 2014 at 2:18 pm #523955For the footer logo you can edit in the CSS or LESS files find .t3-footer .footer-logo a { in template.css you can also do it from style.less its .footer-logo { for your 2 other problems i am not sure someone with more knowledge will help you but at least for your logo problem you can try my method
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 24, 2014 at 4:01 pm #524151@theatrerat81: With the problem #1 and #2, I would need to take a closer look at your site. But the credentials info of your site doesn’t work, please pm me correct one again.
#3: About the logo headphone in footer page, you can change it from css file:
Open the templates/ja_appolio/css/template.css file
.t3-footer .footer-logo a {
background: url("../images/logo.png") no-repeat left top;
display: block;
width: 30px;
height: 30px;
font-size: 0;
}Modify the image path: templates/ja_appolio/images/logo.png
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum