Where can I comment out the RAISED, GOAL, DONATED, DONORS fields off the page?
gbelli
Hi,
May I know on which page you want to comment these things out?
http://g-cart.mobi/index.php/donate
and I also need to have two columns ... plus when I click on Donate, I need to make the form much smaller. It is way too wide. Is it possible for me to use CSS from the Donate Template and apply to the one I am using?
gbelli Hi. You can make the form smaller using this css:
.online-donate-form { max-width: 500px; margin-left: auto; margin-right: auto; }
to hide fields use this css:
.campaign-raised-goal, .campaign-donated, { display: none; }
teitbite Thanks, I was able to make those two changes. How do you suggest I can make two columns using bootstrap? In the component it asks how many rows to use, but does not apply it.
teitbite
Thanks so much for you previous help. Questions: 1. Where can i comment out Start Date and End Dates?
gbelli I just checked with JA Donate but the columns settings in menu item still worked fine.
Kindly share the admin + FTP account of your site so I can take a look and check for you.
Regards
Hello, Ok, I found column settings in menu. Now I need to make the United States the Default in Country list for making donations.
Where do I go to change that?
gbelli Hi. I'm afraid I do not know. That's the first time some asked for it. Please provide an url to the page where I will be able to see the country selection and edit the first post of this thread to provide access to joomla panel and ftp. I'll figure it out and will let You know.
I was able to figure all out on my own. Thanks so much!
George
gbelli Hi. Ok, great to hear that. I'm closing this thread in such case.