Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • theatrerat81 Friend
    #195100

    Hi!

    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?


    1. backtotoperror
    2. scriptjserror
    Ilyas Harafi Friend
    #523955

    For 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 Moderator
    #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

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, 2 months ago.

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