• Resolved A52Cars

    (@a52cars)


    Apologies for posting about a well worn problem but i dont appear to be having any luck solving this.

    web site is A52 Cars and i have the rotating tweets in the footer and i am using the Avada theme downloaded from themeforest

    I have tried deactivating all plugins one at a time but that doesnt help

    i have searched the HTML and it doesnt appear that there are two instances of the same java query anywhere and all the tweets have loaded and are showing in the source code.

    i have tried looking in the console but it doesnt show up anything other than the following messaage ( which i dont think is relevant but trying to cover all bits)
    Given URL is not permitted by the application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.

    Sort of not sure where to go next tbh so would appreciate any help or advice thats given

    Thanks, dave

    https://www.ads-software.com/extend/plugins/rotatingtweets/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Martin Tod

    (@mpntod)

    The problem is the Avada theme – which loads a restricted version of the jquery.cycle script.

    There are currently three possible options:

    1. Use the ‘fade’ transition
    2. Use the development version of the plug-in. I’ve put some code in that should fix this (although it’s hard to know whether it will work without access to the theme)
    3. Use the development version of the plug-in – and switch to version 2 of the JQuery script on the settings page. This uses a different script altogether!

    If none of these work, somewhere in the Avada functions.php file (or possibly somewhere else in the Avada template) there is probably a line that includes something like: wp_enqueue_script( 'jquery.cycle', bloginfo('template_directory').'js/jquery.cycle.lite.js'). Can you tell me what it says?

    Thread Starter A52Cars

    (@a52cars)

    Thanks

    I shall have a try of the development plug in in two minutes

    for reference is this the code you asked about ?

    wp_deregister_script( 'jquery.cycle' );
        wp_register_script( 'jquery.cycle', get_bloginfo('template_directory').'/js/jquery.cycle.lite.js', array(), false, true);
    	wp_enqueue_script( 'jquery.cycle' );
    Thread Starter A52Cars

    (@a52cars)

    Version 2 of the development plugin works a treat ??

    Many many thanks

    Dave

    Plugin Author Martin Tod

    (@mpntod)

    I think you are probably the first person in the world (apart from me!) to be using that version of the script.

    Please let me know if there are any problems! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Non Rotation of tweets’ is closed to new replies.