PDL Plugin shows Site Name
Posted: 14 Aug 2012, 23:27
Hi,
I created an article and added a PDL button to a Category:
This links to the page holding a number of files in that Category - perfect!
BUT, at the very top of the Article, above the Category Name, PDL also shows the Joomla "Site Name" (as set in Global Configuration).
Looking at the code of the page created by the application I see the following:
I don't want this "div class="componentheading" to show at all on this page. Can it be switched off somewhere, and if so where? Obvioulsy, I cannot set display:none for "componentheading" at a global level!
Many thanks
Chris
I created an article and added a PDL button to a Category:
Code: Select all
{phocadownload view=category|id=9|text=Vacancies Folder|target=s}
BUT, at the very top of the Article, above the Category Name, PDL also shows the Joomla "Site Name" (as set in Global Configuration).
Looking at the code of the page created by the application I see the following:
Code: Select all
...
...
...
<div class="componentheading">My Joomla Beta Site!</div>
<div id="phoca-dl-category-box">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-l-g.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-r-g.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-l-b.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-r-b.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-l-o.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-r-o.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-l-r.png">
<img alt="" style="display:none" src="/components/com_phocadownload/assets/images/blue/blue-button-r-r.png">
<div class="pd-category">
<h3>Dowloadable Archives</h3>
...
...
Many thanks
Chris