Is there a way to move the subscribe button closer to the top of the plans?
So that it is above the page fold.
Maybe under the teaser text.
So that it is above the page fold.
Maybe under the teaser text.
<a id="testPlan<?php echo $plan->getId();?>" class="btn btn-primary" href="<?php echo XiRoute::_('index.php?option=com_payplans&view=plan&task=subscribe&plan_id='.$plan->getId());?>" onclick="this.onclick=function(){return false;}">
<?php echo XiText::_('COM_PAYPLANS_PLAN_SUBSCRIBE_BUTTON')?>
</a>
<div class="pp-plan-teaser text-muted payplans-wordbreak">
<?php echo JString::ucfirst($plan->getTeasertext());?>
</div>
<a href="<?php echo $plan->getSelectPermalink();?>" class="btn btn-pp-primary" data-subscribe-button data-default-link="<?php echo $plan->getSelectPermalink();?>">
<?php echo JText::_('COM_PAYPLANS_PLAN_SUBSCRIBE_BUTTON')?>
</a>
<div class="pp-plan-card__desc">
<?php echo JString::ucfirst(JText::_($plan->getTeaser()));?>
</div>