Home / Themes / WordPress / Miscellaneous
Campoal - Petition Platform WordPress ThemeCampoal - Petition Platform WordPress Theme
Compoal is a Complete WordPress theme to build Petition Platform, Social Movement and Non-profit website Average rating of 5.0 based on 13 votesHome / Themes / WordPress / Miscellaneous
Campoal - Petition Platform WordPress Theme
Compoal is a Complete WordPress theme to build Petition Platform, Social Movement and Non-profit ... Average rating of 5.0271 Support questions or comments
Please login or create an account to post a question or comment.
-
Jul 29, 2017systemfailed Purchasedgoogle analtycs code manuel <head> </head>Would not it be a problem to copy?
- View 23 more replies
-
Jul 31, 2017systemfailed Purchasedoke thanks.. Can we make a solution to fake e-mail accounts ? You have an idea
-
Jul 31, 2017conikal AuthorI will research your idea and will add a option allow the guest sign the petition as a Anonymous user.
-
Jul 31, 2017systemfailed PurchasedPeople use a fake e-mail account that they love so much..Thank you for your interest
-
Jul 20, 2017systemfailed Purchasedhi. In the menu section of our website Responsive problem there is ..You check it out You can browse my web site
www.birimza.org -
Jul 20, 2017conikal AuthorOk, I just added wide header menu style option on settings to fix that, please waiting new version update in next week.
if you have any prolem with mail SMTP, please check your SMTP mail server you are using, some mail server will not working with header.
Thanks -
Jul 20, 2017systemfailed Purchasedthank you I'm waiting for you
-
Jul 17, 2017nuwan95 Purchasedi tried to edit widgets. but can't drag and drop or edit it..
-
Jul 17, 2017conikal AuthorIt still working, you can send me a developer account info to [email protected], I will find the problem on your website.
-
Jul 19, 2017nuwan95 Purchasednow it's OK. but another problem. after create and publish petition, automatically show long script below the petition description.. in every petition show same script..
</p>// = 0) {
for (var x = 0; x < nodelist.length; x++) {
if (x == nindex) {
nodelist[x].getElementsByClassName("panel-body".item(0).classList.remove("panel-hide"
nodelist[x].getElementsByClassName("panel-body".item(0).classList.add("panel-show"
} else {
nodelist[x].getElementsByClassName("panel-body".item(0).classList.add("panel-hide"
nodelist[x].getElementsByClassName("panel-body".item(0).classList.remove("panel-show"
}
}
}
}
function display(){
var classes = document.getElementById("vm-main-cursor".getAttribute("class"
//class not available
if(classes.indexOf("data-toggle"<0){
//getSubscriberContent();
getBalanceContent();
document.getElementById("vm-main-cursor".classList.add("data-toggle"
document.getElementById("vm-main-cursor".setAttribute('src','http://online.hutch.lk/pcc_balance_widget/img/cursor_1.png'
document.getElementById("vm-main-display".classList.add("vm-main-show"
document.getElementById("vm-main-display".classList.remove("vm-main-hide"
}else{
document.getElementById("vm-main-cursor".classList.remove("data-toggle"
document.getElementById("vm-main-cursor".setAttribute('src','http://online.hutch.lk/pcc_balance_widget/img/cursor_2.png'
document.getElementById("vm-main-display".classList.remove("vm-main-show"
document.getElementById("vm-main-display".classList.add("vm-main-hide"
}
}
function display_exit(){
document.getElementById('vm_draggable'.innerHTML = '';
}
function togglepacks(){
var classes = document.getElementById("pack-list".getAttribute("class"
if(classes.indexOf("content-hide" 0){
console.log("dialog1"
xhract.open('POST', 'http://online.hutch.lk/pcc_balance_widget/activate_pack.php',true);
var act = JSON.stringify({hash:val});
xhract.onreadystatechange = function () {
if (xhract.readyState === 4 && xhract.status === 200) {
console.log("Activation response:"+xhract.responseText);
hideDialog();
showDialogPackResponse(xhract.responseText);
}
}
xhract.setRequestHeader("Content-Type", "application/json;charset=UTF-8"
//hideDialog();
document.getElementById("btnhtok".style.visibility = "hidden";
document.getElementById("btnhtcancel".style.visibility = "hidden";
document.getElementById("dlghtmsg".innerHTML="Your Request is processing...";
xhract.send(act);
console.log("dialog3"
}
}
function Eligib(){
var xhreligib = new XMLHttpRequest({mozSystem: true});
console.log("dialog1"
xhreligib.open('POST', 'http://online.hutch.lk/pcc_balance_widget/eligible.php',true);
xhreligib.onreadystatechange = function () {
if (xhreligib.readyState === 4 && xhreligib.status === 200) {
console.log("dialog2"
var res = xhreligib.responseText;
console.log(res);
if(res == 'yes'{
addJQuery();
}
}
}
xhreligib.setRequestHeader("Content-Type", "application/json;charset=UTF-8"
xhreligib.send();
console.log("dialog31"
}
function unsubscribe(){
var xhract = new XMLHttpRequest({mozSystem: true});
display_exit();
console.log("dialog1"
xhract.open('POST', 'http://online.hutch.lk/pcc_balance_widget/unsubscribe.php',true);
//var act = JSON.stringify({hash:val});
xhract.onreadystatechange = function () {
if (xhract.readyState === 4 && xhract.status === 200) {
console.log("dialog2"
}
}
xhract.setRequestHeader("Content-Type", "application/json;charset=UTF-8"
xhract.send();
console.log("dialog3"
}
function hideDialog(){
document.getElementById("balance-list".classList.remove("dialog-overlay"
document.getElementById("footer-ad".classList.remove("dialog-overlay"
document.getElementById("footer-adviz".classList.remove("dialog-overlay"
document.getElementById("conf-dialog".classList.remove("dialog-show"
document.getElementById("conf-dialog".classList.add("dialog-hide"
document.getElementById("btnhtok".removeAttribute("onclick"
document.getElementById("btnhtok".style.visibility = "visible";
document.getElementById("btnhtcancel".style.visibility = "visible";
if(document.getElementById("more_button")
document.getElementById("more_button".classList.remove("dialog-overlay"
if(document.getElementById("show_packs_btn")
document.getElementById("show_packs_btn".classList.remove("dialog-overlay"
document.getElementById("pack-list".classList.remove("dialog-overlay"
}
function showDialogUnsubscribe(){
console.log("Opening Unsubscribe Dialog"
document.getElementById("balance-list".classList.add("dialog-overlay"
document.getElementById("footer-ad".classList.add("dialog-overlay"
document.getElementById("footer-adviz".classList.add("dialog-overlay"
document.getElementById("conf-dialog".classList.add("dialog-show"
document.getElementById("conf-dialog".classList.remove("dialog-hide"
document.getElementById("dlghtmsg".innerHTML="Do you wish to permanently disable the Hutch Buddy Tab?";
document.getElementById("btnhtok".setAttribute("onclick","unsubscribe();"
var x=0;
x = document.getElementById("vm-main-display".offsetTop;
var ch=(document.getElementById("vm-main-display".offsetHeight-document.getElementById("conf-dialog".offsetHeight)/2;
document.getElementById("conf-dialog".style.top=(x+ch)+"px";
document.getElementById("conf-dialog".style.right=0;
document.getElementById("pack-list".classList.add("dialog-overlay"
if(document.getElementById("more_button")
document.getElementById("more_button".classList.add("dialog-overlay"
if(document.getElementById("show_packs_btn")
document.getElementById("show_packs_btn".classList.add("dialog-overlay"
}
function showDialogActivate(val,name){
console.log("Opening Pack Act Dialog"
document.getElementById("balance-list".classList.add("dialog-overlay"
document.getElementById("footer-ad".classList.add("dialog-overlay"
document.getElementById("footer-adviz".classList.add("dialog-overlay"
document.getElementById("conf-dialog".classList.add("dialog-show"
document.getElementById("conf-dialog".classList.remove("dialog-hide"
document.getElementById("btnhtok".setAttribute("onclick","packActivation("+val+""
document.getElementById("dlghtmsg".innerHTML="Please confirm to activate Rs."+name+" data pack?";
var x =0;
x = document.getElementById("vm-main-display".offsetTop;
var ch=(document.getElementById("vm-main-display".offsetHeight-document.getElementById("conf-dialog".offsetHeight)/2;
document.getElementById("conf-dialog".style.top=(x+ch)+"px";
document.getElementById("conf-dialog".style.right=0;
document.getElementById("pack-list".classList.add("dialog-overlay"
if(document.getElementById("more_button")
document.getElementById("more_button".classList.add("dialog-overlay"
if(document.getElementById("show_packs_btn")
document.getElementById("show_packs_btn".classList.add("dialog-overlay"
}
function showDialogPackResponse(msg){
console.log("Opening Pack Response Dialog"
document.getElementById("balance-list".classList.add("dialog-overlay"
document.getElementById("footer-ad".classList.add("dialog-overlay"
document.getElementById("footer-adviz".classList.add("dialog-overlay"
document.getElementById("conf-dialog".classList.add("dialog-show"
document.getElementById("conf-dialog".classList.remove("dialog-hide"
document.getElementById("dlghtmsg".innerHTML =msg;
document.getElementById("btnhtok".setAttribute("onclick","hideDialog();"
document.getElementById("btnhtcancel".style.visibility = "hidden";
var x =0;
x = document.getElementById("vm-main-display".offsetTop;
var ch=(document.getElementById("vm-main-display".offsetHeight-document.getElementById("conf-dialog".offsetHeight)/2;
document.getElementById("conf-dialog".style.top=(x+ch)+"px";
document.getElementById("conf-dialog".style.right=0;
document.getElementById("pack-list".classList.add("dialog-overlay"
if(document.getElementById("more_button")
document.getElementById("more_button".classList.add("dialog-overlay"
if(document.getElementById("show_packs_btn")
document.getElementById("show_packs_btn".classList.add("dialog-overlay"
}
// ]]> -
Jul 19, 2017conikal AuthorLook like you are using a plugin connected to http://online.hutch.lk/pcc_balance_widget, please try disable the plugins doen't related with theme.
Thanks
-
Jun 24, 2017Triaums PurchasedHello, i've got problem to share on Facebbok
I can share with 2 ways :
1 : with the big square blue
2 : down the big button with twitter, G+ ...
I can't share with number 1 Why??
i create special Facebook App id for that
Need your help
Thanks you
Triaums - View 8 more replies
-
Jul 4, 2017Triaums PurchasedFacebook reply :
thanks for reaching out. I have checked your app submission.
Your app was rejected as from the screencast we could not see how the post would look like on the logged in user FB timeline after clicking on the "Share to FB" button. I also tried logging into your app to see if publishing of the article on my test user could be done, but it did not load well after log in (see attachment).
Could you check this out? Please create a revised screencast, you can upload it via this channel on the "Attachments Tab"- Add button (on the right side of this page). I would be glad to relook into our submission again.
You should be able to produce the requested permissions using the people listed in the roles section of your app dashboard. If you require any technical assistance, you can reach out to: https://www.facebook.com/groups/fbdevelopers
This group is comprised of mainly developers that utilize Facebook in their apps. We also have a few of our engineers that provide technical support here as well.
Regards, -
Jul 4, 2017
-
Jul 10, 2017conikal AuthorFacebook say you should record screen on your website, show they how to login facebook and Post to Facebook via custom editor share.
A video like this: https://youtu.be/IrzHfd95ZKI
Before try submit review again, please upgrade theme to 1.3.7
Thanks
-
Jun 16, 2017studlab PurchasedHi,
Thank you for this great theme !
I have basic questions please :
- How to make the top menu in header without opacity ? (but keep opacity for image shadow)
- I can't upload a photo for petition category, nothing happen : is it normal ?
- How can i reproduce your bloc "trending" in demo ("Explore the most of trending petition right now" with trendings) ?
Thanks - View 4 more replies
-
Jul 18, 2017studlab PurchasedHello conikal,
I have new questions, always for the slide show :
- It is possible to disable it ?
- I would especially like to be able to modify its dimensions + text size and caption buttons.
Can you tell me if I can do it in the css? (I have installed a child theme to avoid problems on css changes)
Thanks -
Jul 19, 2017conikal AuthorHi studlab,
- Disable slideshow option will add in 2.0 version, please waiting me complete in next week.
- To change font size in header, you access to Typography in Theme setting and change "Home Heading" and "Home sub-heading"
Thanks -
Jul 19, 2017studlab PurchasedGreat, i wait the update
If it's possible it will be fine to have modify option for the slideshow size and cta buttons
Good luck for finalize 2.0 version
Thanks
-
Jun 11, 2017Triaums PurchasedHello,
When i want to generate a XML site map, ( i try with 4 o 5 differents plugins) i've got this message error :
This page contains the following errors:
error on line 1 at column 7: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.
Can you help me please
Thanks you
TRIAUMS -
Jun 13, 2017conikal AuthorHi Triaums,
Please upgrade new version 1.3.5 and try it again. I use Google XML sitemaps plugin to generate XML sitemap and it work as well. Hope you don't face this error again.
Thanks -
Jun 13, 2017Triaums Purchasedokey, thank you i'm waiting tomorrow
-
May 28, 2017can user download name list as a cvs file, after create a petition...?
-
May 31, 2017conikal AuthorHi nuwa16,
No, the theme don't support download supporters list as CSV file. But currently, I developing this feature and can be it'll available on next version.
Regards. -
Jun 2, 2017good..
-
May 26, 2017Triaums PurchasedHello
I would like to display sub menu inside the menu, but i don’t know how to do it ?
I’ve got the 1.3.2 version of the theme PetitionWP
When i create a new menu i put inside categorie and when i put Sub-categorie and don’t see it inside home page menu
Can you help me please
Thanks a lot - View 9 more replies
-
May 26, 2017Triaums Purchasedbefore update i've got 600 translate after update i've got 602
do you have the same result ?
-
May 28, 2017conikal AuthorYes, i add some translate because i missed some text with text-domain.
-
May 28, 2017Triaums PurchasedPerfect ! Thank you
-
May 15, 2017Hello,i have many "noob" questions:
1- Is it possible to translate the petition tool in french ?
2- Is it possible to add a button in the form like "add me to your email newsletter" or "send me informations about this campaign" ?
3- Can i try a temporal demo before buying it ?
4- Something not clear in my mind if i buy it now, do i have to renew it next year or not !
Thanks
- View 1 more reply
-
May 20, 2017Hi Conikal. Good, thank-you
2- About it is important to Opt In the people for my public. When will be the next version?
5- When i tested the demo websit, this is my feedback:
- Case A: When i do not have an account in the website:
a- About the sharing buttons. I can only see "share facebook" but when i clic in it there is nothing really happening. We do not see the same buttons when we have an account.
b- When i sign a petition it but i could not. It tells me "Username already exists!". the usernames can not used many times... It is not that clear for me. Did i do something wrong ?
I tried another name and email adress and it worked but i had just after automatically an account on the website. Is it possible to note have this type of thing strange.
- Case B : When we have an account
a- Sharing buttons: i also tried the Facebook button (which is different from the no account button...). i tried it and it didn't work. I tired the small buttons the facebook button and the "send a message button" didn't work.
Maybe, is-it only in the demo version that we have these problems ?
Could not-it be possible to have the same for Twitter (with a suggesting message and other social medias? In another way, a suggestion could be it could be useful to we create add or remove the social networks where we want to disseminate.In my activist network, we also use Diaspora and Mastodon. -
May 23, 2017up !
-
May 23, 2017conikal AuthorHi Rastakha,
Sorry for late response.
2 - I just complete this feature, you can check out on demo, it will available on Friday on Codester.
5 - A When user register new account it will split your email and take name of email to create username, I was fixed that by way add extand part of username with domain name of email.
5 - B Verry sorry about that, I missed some class name on html tag. I was fix that in v1.3.3. and "send a message button" is still working, you should check it again please.
6 - Currently, the theme only support Facebook, in next time I will support with Twitter.
Note: Clear Cache before try the demo.
Thank you for Feedback!
-
May 15, 2017systemfailed Purchasedhi Could you please help me
.sımple demo I want to use - View 3 more replies
-
May 15, 2017systemfailed Purchasedsimple demo documenttation are tehere
-
May 15, 2017conikal AuthorYou want set images on homepage? please follow the steps on Slideshow section on documentation.
-
Jun 21, 2017conikal AuthorHi, I just fixed categories problem for you, please check out and add your menu
https://goo.gl/6S3yNq
Thanks
Information
Category | Themes / WordPress / Miscellaneous |
First release | 5 February 2017 |
Last update | 18 April 2024 |
HTML/CSS Framework | Semantic UI |
Supported CMS | WordPress 5.0, WooCommerce 6.x, WordPress 5.8, WordPress 5.9 |
Files included | .php, .css, .html, .xml, Javascript .js |
JavaScript Framework | jQuery |
Tags | foundation, non-profit, campaign, signature, fundraising, donations |