Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / AdsManager Support / Template ADS Clarity

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

Template ADS Clarity

More
8 years 7 months ago #22115 by ziowilly
Template ADS Clarity was created by ziowilly
hi, please i have a problem with ADSCLARITY template.
I uploaded my logo provisional, but the text "adsclarity" does not appear.
How to do?
www.donwilly.com
Thank you very much.
More
8 years 7 months ago #22138 by juloaadmin
Replied by juloaadmin on topic Template ADS Clarity
Just go in adsclarity template option and but a space in the template name just to remove adsclarity.
More
8 years 7 months ago #22145 by ziowilly
Replied by ziowilly on topic Template ADS Clarity
ok thanks, but I want the logo with no text ...
More
8 years 7 months ago #22156 by juloaadmin
Replied by juloaadmin on topic Template ADS Clarity
This option is not available for that just edit index.php of the template

and remove

<div class="logoText">
<?php
if($title == "AdsClarity"){
echo "Ads<strong>Clarity</strong>";
}else{
echo $title;
}
?>
<?php if ($this->params->get('sitedescription')) : ?>
<?php echo '<div class="site-description">' . htmlspecialchars($this->params->get('sitedescription')) . '</div>'; ?>
<?php endif; ?>
</div>

OR just

<?php
if($title == "AdsClarity"){
echo "Ads<strong>Clarity</strong>";
}else{
echo $title;
}
?>

if you want to keep the description
The following user(s) said Thank You: ziowilly
Time to create page: 0.139 seconds
Powered by Kunena Forum