Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Rupesh Jorkar (RJ)

    (@rupeshat1988)

    Hello @tomlandon,

    Thank you very much for your message and for your interest in our plugins.

    We want to update you that our plugins are free add-ons developed to work alongside the core PeepSo plugin. Full integration and functionality require the official PeepSo core plugin, along with any relevant PeepSo add-ons depending on your specific requirements, which is a premium product and must be purchased directly from PeepSo.

    If you encounter any issues specifically related to our free plugin, please do not hesitate to let us know. We will be more than happy to guide you and help ensure smooth compatibility and proper functionality.

    For matters related to the PeepSo core plugin or its premium add-ons (such as setup, configuration, or advanced customization), we can certainly review your requirements and advise you on the available support options.

    Kindly share more details about what you would like to achieve, and we will be glad to assist you in the best possible way.

    Kind regards,
    Rupesh Jorkar

    Hey christina_mbm,
    I have the same problem. i solve this problem.
    please follow below listed steps.
    1) Open import-users-from-csv-with-meta.php page.
    1) Go on line no 122
    2) find below listed code.
    foreach($data as $element)
    $headers[] = $element;
    3) comment above code.
    4) duplications of fields problem solve.

    Plugin Author Rupesh Jorkar (RJ)

    (@rupeshat1988)

    Hello Saeedtarnabi,
    Sorry for late response, But in urgent bases i will provide you solution over here and update this solution asap.

    a) Open this page:
    “wp-content/plugins/wp-copy-data-protector/wp_copy_data_protector.php”.
    b) search for below code:
    <!–
    /***
    **
    *** Below code for set IE-9 IE-10
    **
    –>
    c)Now replace below code
    <!–
    /***
    **
    *** Below code for set IE-9 IE-10
    **
    –>
    <script type=’text/javascript’>
    window.addEventListener(“keydown”,function (e) {
    var key;
    if(window.event){
    key = window.event.keyCode;
    if(e.ctrlKey && (key == 65 || key == 67 || key == 85 || key == 80 || key == 83 || key == 70 || key == 17)){

    alert(“Key combination CTRL + “+String.fromCharCode(key) +” has been disabled.”);
    return false;
    }else{
    return true;
    }
    }else{
    key = e.which;
    if(e.keyCode == 123 || ( e.ctrlKey && (key == 65 || key == 67 || key == 85 || key == 80 || key == 83 || key == 70 || key == 17))){
    e.preventDefault();
    return false;
    }else{
    return true;
    }
    }
    });
    </script>
    <?php
    }
    ?>
    d)NOw save the changes
    e) Done.

    Plugin Author Rupesh Jorkar (RJ)

    (@rupeshat1988)

    Plugin Author Rupesh Jorkar (RJ)

    (@rupeshat1988)

    hi RoYeti,
    Thanks for beaing part of this plugin and this change also improved soon.

    Plugin Author Rupesh Jorkar (RJ)

    (@rupeshat1988)

    Sorry crzyhrse for late response. In Urgent bases i will give you solution here.
    Check my below answer for your first question

    1) WP Dashboard/Appearances/Customize page to keep cycling, reloading…
    a) Open this page:
    “wp-content/plugins/wp-copy-data-protector/wp_copy_data_protector.php”
    b) search for below code:
    if (top.location != self.location) top.location.replace(self.location);
    c) Comment this code:
    //if (top.location != self.location) top.location.replace(self.location);
    d) now “Customize” page will be work fine.

    For your second question i will update my pluins soon.

    Note :- This update not available in my plugin i will update this solution soon in my plugin.

    Thread Starter Rupesh Jorkar (RJ)

    (@rupeshat1988)

    Finally i got the solution….
    Here is the example of Start From Last Entry.
    In below link you get some html files. just check that there is one file is example of Start From Last Entry.

    Link :- https://github.com/xndcn/Timeline/archive/dev-reverse-mode.zip

    Note:- In above link you got only HTML you have to implement.

    thanks,
    nice Plugin

    Hi raffjones,
    In WordPress new version no available option of “Save Changes“,
    Just upload your images then check that images by select “uploaded to this page” option.

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