• I have a cross apple theme wordpress website. A few months ago I received out of the blue an error message “page not found” at the top of my website. After tearing my hairout my domain provider relunctantly fixed the problem. However, the 5 photos on the front page does not change with each other. All five photos are stationery on my front page when they should change with each other. Probably is easy to fix but can someone give this novice an idea where to go and fix it. Website is http://www.business-at.com. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have lots of javascript errors :

    Uncaught TypeError: Object [object Object] has no method 'fancybox' custom.js:166
    Uncaught TypeError: Object [object Object] has no method 'cycle' www.business-at.com:143
    3
    Uncaught TypeError: Object #<Object> has no method 'easeInQuart'

    So there is probably a missing file? Conflicting jquery library?

    In your code i see :

    <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js'></script>;

    This looks bad, there is http: missing.
    And there must not be a “;” in the end.

    Also you already have a Jquery library included before :
    <script type='text/javascript' src='http://www.business-at.com/wp-content/themes/cross-apple/assets/js/jquery-1.7.min.js?ver=1.0.0'></script>

    Thread Starter sash100

    (@sash100)

    Sorry I really didn’t understand much of the above.

    How do I fix it ?

    I can’t teach you how to code in 1 minute 🙂

    You need to deactivate some plugins i guess, check if this repairs.
    There may be conflicting plugins.

    If you coded the theme yourself, then debug it.

    Thread Starter sash100

    (@sash100)

    Thanks for your help anyway.

    I had deactivated all 12 plugins but still doesnt work. Little lost what can be done with the slider since no longer in touch with the person who designed my website.

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial themes here.
    Try http://themeforest.net/user/HawkTheme

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘pictures do not scroll’ is closed to new replies.