Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tajcomputers

    (@tajcomputers)

    Perfect!

    Yes, I forgot to clear the cache! Clearing the cache did the trick!

    Cheers.

    In the /tpls directory locate right.php and/or left.php and just add the following italic code in-between as shown below. It should work. Hope you enjoy. 🙂 Pls. don’t feel shy to thank me. :D.

    <script>
    var wpssclose_ = 0;

    /* ————————————– */
    jQuery(‘#wpbs_slider’).animate({
    right: ‘+=<?php echo $width; ?>’
    }, 400, function () {
    // Animation complete.
    });
    /* ————————————– */

    jQuery(‘#icon_label’).click(function () {
    if (wpssclose_ == 0) {

    jQuery(‘#wpbs_slider’).animate({
    right: ‘-=<?php echo $width; ?>’
    }, 400, function () {
    // Animation complete.
    });

    wpssclose_ = 1;
    } else {

    jQuery(‘#wpbs_slider’).animate({
    right: ‘+=<?php echo $width; ?>’
    }, 400, function () {
    // Animation complete.
    });
    wpssclose_ = 0;
    }
    });

    /* Visit me at http://www.netup.in */

    Agreed, our blog has nothing to do with your issue, but there were few similar inquiries in the past from our followers in India and we tried to solve their issues in the comments section of our blog.

    As far as back-links are concerned, we have enough local traffic and business opportunities to keep ourseleves busy. Was just sharing my thougt.

    Kind regards,

    I am affraid that you will have to re-do the entire designing and developing effort. Probably you have spent a lot of time customizing this plug-in for your need and now you accidently deleted this plugin and all your setup and customisation gone. Its a nightmare, partcularly if you are doing this development online.

    If you were doing it online, then you can ask your host, if they have any backup copy of your entire website. If not, then re-start. 🙁

    For more info My Blog

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