• Resolved Himani Lotia

    (@imani3011)


    Hi,

    Currently, I see, script is being called inside the <body></body>. Please guide me if there is any alternative available.

    For increasing the performance, I am calling all the JavaScripts in the footer. Doing this, meta slider is not getting displayed in any pages.

    Thanks
    Himani

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author CeiKay

    (@ced1870)

    Hi
    Please give me your url so that I can check this
    CEd

    Thread Starter Himani Lotia

    (@imani3011)

    Hello
    The Website Url is http://www.accessrealtytampa.com!

    http://www.accessrealtytampa.com/homes-sale-hillsborough-county-tampa-mls-real-estate-listings/Apollo-Beach-Fl-Home-Sales/Bellasol-Waterfront-Villas-Condos/

    This the page I am using Slideshow which isn’t getting displayed after writing the below code into my functions.php file.

    //Custom Scripting to Move JavaScript from the Head to the Footer

    function remove_head_scripts() {
    remove_action(‘wp_head’, ‘wp_print_scripts’);
    remove_action(‘wp_head’, ‘wp_print_head_scripts’, 9);
    remove_action(‘wp_head’, ‘wp_enqueue_scripts’, 1);

    add_action(‘wp_footer’, ‘wp_print_scripts’, 5);
    add_action(‘wp_footer’, ‘wp_enqueue_scripts’, 5);
    add_action(‘wp_footer’, ‘wp_print_head_scripts’, 5);
    }
    add_action( ‘wp_enqueue_scripts’, ‘remove_head_scripts’ );

    // END Custom Scripting to Move JavaScript

    Plugin Author CeiKay

    (@ced1870)

    ok, I will test your code by my side and let you know in fex days 🙂

    Thread Starter Himani Lotia

    (@imani3011)

    Thank you for the kind support 🙂

    Plugin Author CeiKay

    (@ced1870)

    could you please test this version and tell me if it works
    https://dl.dropboxusercontent.com/u/8539690/slideshow-ck_1.0.18_test.zip

    Thread Starter Himani Lotia

    (@imani3011)

    Hey,

    It’s working 🙂

    Plugin Author CeiKay

    (@ced1870)

    thank you for your feedback, I will update the plugin accordingly 🙂

    Thread Starter Himani Lotia

    (@imani3011)

    Thanks again for your kind support 🙂

    Should I revert back to an Original SlideshowCK Plugin?

    Also, please can you tell me if this plugin is SEO Friendly or not?

    Plugin Author CeiKay

    (@ced1870)

    please keep your version, I will update it in the repositroy. I’m just a bit busy these days 🙂

    “if this plugin is SEO Friendly or not”
    >> there is no problem with the seo as the images are added by Javascript. The code in the page is made with <div> tags with the text and attributes

    CEd

    Thread Starter Himani Lotia

    (@imani3011)

    Ok, Thanks a lot again 🙂

    Plugin Author CeiKay

    (@ced1870)

    Hi
    Please keep the version that I have sent to you for now, I had to revert back to 1.0.18 because the modifications caused the slideshow to not work in other conditions

    I will continue to work on this and let you know !
    CEd

    Thread Starter Himani Lotia

    (@imani3011)

    Okie!

    Plugin Author CeiKay

    (@ced1870)

    after a long day, I have released the 1.0.21 version. I have tested it and by my side it works using your code to put the scripts in the footer

    Please let me know 🙂

    Thread Starter Himani Lotia

    (@imani3011)

    Hey,

    It’s working Perfectly 🙂

    Thanks again 🙂

    Plugin Author CeiKay

    (@ced1870)

    wouhou, I solved all the problems yesterday, with 3 versions in the same day lol

    thank you for your request and your feedback.
    CEd

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Plugin not working when I try to place all the javascripts to the bottom’ is closed to new replies.