- Posts: 4
- Thank you received: 0
Joom Dnation plugin: Suppress empty title tag
- Andreas Knoefel
- Topic Author
- Offline
- New Member
-
Less
More
10 years 3 months ago #55296
by Andreas Knoefel
Joom Dnation plugin: Suppress empty title tag was created by Andreas Knoefel
Hello,
I installed Joom Donation with Joomla 3.3.6 and CB 2.0.4.
I use the {jdform }+ plugin in an article. SInce I do not want to display the title, I went into the language file and deleted the title. However, there is still an empty header tag in the HTML: <h1 class="jd-page-title"></h1>
How can I get rid of that empty tag?
I installed Joom Donation with Joomla 3.3.6 and CB 2.0.4.
I use the {jdform }+ plugin in an article. SInce I do not want to display the title, I went into the language file and deleted the title. However, there is still an empty header tag in the HTML: <h1 class="jd-page-title"></h1>
How can I get rid of that empty tag?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 3 months ago #55307
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Joom Dnation plugin: Suppress empty title tag
Hi Andreas
You will need to edit code if you want to completely remove it. Look at the file components/com_jdonation/view/donation/tmpl/default.php and remove the line of code below:
Regards,
Tuan
You will need to edit code if you want to completely remove it. Look at the file components/com_jdonation/view/donation/tmpl/default.php and remove the line of code below:
Code:
<h1 class="jd-page-title"><?php echo JText::_('JD_DONATION'); ?></h1>
Regards,
Tuan
The following user(s) said Thank You: Andreas Knoefel
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 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.