tooltip

  • Posts: 172
  • Thank you received: 2
11 years 2 months ago #121436

hello !
can you help in this case ?

when I am bringing on the date button or order status in the > user orders I see a tooltip
but with <strong> and <br>

bootstrap is turned off

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82865
  • Thank you received: 13372
  • MODERATOR
11 years 2 months ago #121457

Hi,

The tooltip display is handled automatically by joomla/your template. So it's not an issue of HikaShop.
All I can recommend is to remove the sorting capability of the title and joomla won't add the tooltip.
You can do that in the file "listing" of the view "order" of your frontend template via the menu Display>Views by changing the line:

<?php echo JHTML::_('grid.sort', JText::_('DATE'), 'a.order_created', $this->pageInfo->filter->order->dir,$this->pageInfo->filter->order->value ); ?>
to:
<?php echo JText::_('DATE'); ?>

The following user(s) said Thank You: rockettboost

Please Log in or Create an account to join the conversation.

Time to create page: 0.063 seconds
Powered by Kunena Forum