Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author stefanoai

    (@stefanoai)

    Hi, your theme have one error on js
    TypeError: $(...).ticker is not a function
    in
    https://deceptivespeed.com/wp-content/themes/accesspress-mag/js/custom-scripts.js?ver=1.0.1

    the function

    $('#apmag-news').ticker({
        speed: 0.10,
        feedType: 'xml',
        displayType: 'reveal',
        htmlFeed: true,
        debugMode: true,
        fadeInSpeed: 600,
        pauseOnItems: 4000,
        direction: apmag_loc_script.direction,
        titleText: '     '+apmag_loc_script.caption+'     '
    });

    if you want just works you can delete the section writed above or replace with

    
    /*
    $('#apmag-news').ticker({
        speed: 0.10,
        feedType: 'xml',
        displayType: 'reveal',
        htmlFeed: true,
        debugMode: true,
        fadeInSpeed: 600,
        pauseOnItems: 4000,
        direction: apmag_loc_script.direction,
        titleText: '     '+apmag_loc_script.caption+'     '
    });
    */
    
    • This reply was modified 4 years, 6 months ago by stefanoai.
    Thread Starter erikbuchinger

    (@erikbuchinger)

    Thank you. I don’t know a whole lot about coding and use a website theme already created by somebody else. Is there a simpler way to go about this that I would understand better?

    Plugin Author stefanoai

    (@stefanoai)

    did you solve the problem? If not, you must write to the developer of theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Too small, Error Message’ is closed to new replies.