- Posts: 23
- Thank you received: 0
Hide the goal amount on the mod_jd_form
- kpg
- Topic Author
- Offline
- Junior Member
Less
More
6 years 3 weeks ago #119980
by kpg
Hide the goal amount on the mod_jd_form was created by kpg
Hello,
We would like to hide the Goal/targetamount of the campaign in the Module mod_jd_form. You can hide it on other modules like: mod_jd_campaigns. But on the form Module it is not possible. Also the Code is in one block. So you can't just hide it by CSS rule. You can hide all with .
We can't use the other Module which fits the puprose mod_jd_campaigns. As the site is a Onepager and we can't end up at other page.
Thanks for the hint and regards
Tobi
We would like to hide the Goal/targetamount of the campaign in the Module mod_jd_form. You can hide it on other modules like: mod_jd_campaigns. But on the form Module it is not possible. Also the Code is in one block. So you can't just hide it by CSS rule. You can hide all with .
Code:
campaigndetailsdonationpage .percentDonatedAmount {
display: none
}
We can't use the other Module which fits the puprose mod_jd_campaigns. As the site is a Onepager and we can't end up at other page.
Thanks for the hint and regards
Tobi
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Offline
- Administrator
Less
More
- Posts: 12838
- Thank you received: 1661
6 years 3 weeks ago #120016
by Mr. Dam
Replied by Mr. Dam on topic Hide the goal amount on the mod_jd_form
Hello Tobi,
Could you please send me the screenshots of the part that you want to hide?
Thanks
Dam
Could you please send me the screenshots of the part that you want to hide?
Thanks
Dam
Please Log in or Create an account to join the conversation.
- kpg
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 23
- Thank you received: 0
6 years 3 weeks ago - 6 years 3 weeks ago #120039
by kpg
Replied by kpg on topic Hide the goal amount on the mod_jd_form
Last edit: 6 years 3 weeks ago by kpg.
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Offline
- Administrator
Less
More
- Posts: 12838
- Thank you received: 1661
6 years 3 weeks ago #120042
by Mr. Dam
Replied by Mr. Dam on topic Hide the goal amount on the mod_jd_form
Hi,
To hide the Goal of Campaign, please open files:
root -> components -> com_jdonation -> view -> donation -> tmpl -> default_campaign.php and simpleflow_layout_campaign.php
Find:
and remove it
Thanks
Dam
To hide the Goal of Campaign, please open files:
root -> components -> com_jdonation -> view -> donation -> tmpl -> default_campaign.php and simpleflow_layout_campaign.php
Find:
Code:
<div class="<?php echo $rowFluidClass?> ">
<div class="<?php echo $span12Class?> campaignstatistic percentDonatedAmount">
<span class="percentDonatedAmount_value1">
<?php
echo DonationHelperHtml::formatAmount($this->config, $this->campaign->goal, $this->config->currency_code);
?>
</span>
<div class="clearfix"></div>
<span class="percentDonatedAmount_label">
<?php
echo JText::_('JD_GOAL');
?>
</span>
</div>
</div>
Thanks
Dam
The following user(s) said Thank You: kpg
Please Log in or Create an account to join the conversation.
- kpg
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 23
- Thank you received: 0
6 years 3 weeks ago #120076
by kpg
Replied by kpg on topic Hide the goal amount on the mod_jd_form
Perfect Thanks
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.