Rupesh Jorkar (RJ)
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Members Map for PeepSo] Support request …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 JorkarForum: Plugins
In reply to: [Import and export users and customers] Duplications of fieldsHey 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.Forum: Plugins
In reply to: [WP Copy Data Protector] I have found a problem with this pluginHello 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.Forum: Plugins
In reply to: [WP Copy Data Protector] Bump same issue…This point already done.
Link :- http://ww.wp.xz.cn/support/topic/this-is-clean-and-works-but-two-problems?replies=4Forum: Plugins
In reply to: [WP Copy Data Protector] Disable protection for administratorshi RoYeti,
Thanks for beaing part of this plugin and this change also improved soon.Forum: Plugins
In reply to: [WP Copy Data Protector] This is clean and works, but two problems..Sorry crzyhrse for late response. In Urgent bases i will give you solution here.
Check my below answer for your first question1) 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.
Forum: Plugins
In reply to: [VéritéCo Timeline] Timeline want start from last entryFinally 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 PluginForum: Alpha/Beta/RC
In reply to: Can't update attachment fieldsHi 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.