Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Float Price Box Is Floating Behind The Prices
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Float Price Box Is Floating Behind The Prices

Float Price Box Is Floating Behind The Prices 12 years ago #29702

Hello. The float price box (see attachment) is floating behind the prices. How can this be fixed?
Attachments:
The topic has been locked.

Re: Float Price Box Is Floating Behind The Prices 12 years ago #29724

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, there is settings for prices.
Set number of decimals to zero.

bki.prc.png
ARTIO Support Team
The topic has been locked.

Re: Float Price Box Is Floating Behind The Prices 12 years ago #29729

That didn't work. See attachment. The box is still floating/hiding behind the prices.
Attachments:
The topic has been locked.

Re: Float Price Box Is Floating Behind The Prices 12 years ago #29815

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, component hasn't option to disable it.
You can edit code in your own.
Open file components/com_booking/views/subject/tmpl/default_prices.php
There is row 79 looks like:

<div class="hasTip price price<?php echo $priceIndex; ?>" title="<?php echo $this->escape($price->formatPrice) . '::' . $this->escape($title); ?>"><?php echo $price->formatPrice; ?><?php echo count($discounts) ? '<br/>' . implode('<br/>', $discounts) : ''; ?></div>


you should delete CSS class .hasTip and title param

<div class="price price<?php echo $priceIndex; ?>"><?php echo $price->formatPrice; ?><?php echo count($discounts) ? '<br/>' . implode('<br/>', $discounts) : ''; ?></div>
ARTIO Support Team
Last Edit: 12 years ago by jitr.
The topic has been locked.

Re: Float Price Box Is Floating Behind The Prices 12 years ago #29840

I didn't really want to disable it. I just wanted the tip to float in front of the prices and not be blocked from view.
The topic has been locked.

Re: Float Price Box Is Floating Behind The Prices 12 years ago #29887

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
It's misunderstanding. Sorry. It's issue in CSS. Could you place here your page URL?
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty