Menu Content

Support

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

Customer name shown as tool tip
(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
  • 2

TOPIC: Customer name shown as tool tip

Customer name shown as tool tip 11 years, 7 months ago #38641

Hi
I know that the customer name is shown as tool tip, i.e. when you move the mouse over. Would it be possible that it will be shown directly in field beside the reserved days??
The topic has been locked.

Re: Customer name shown as tool tip 11 years, 7 months ago #38702

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, in current B2.0.1 is only tooltip. If you need to show customer name directly in calendar we can improve it for B2.0.2.
ARTIO Support Team
The topic has been locked.

Re: Customer name shown as tool tip 11 years, 7 months ago #38708

That would be great :-)

.. or at least it would be good if it is shown as tool tip but not with a transparent background (see screenshot)... It's just a "beauty" question.
Attachments:
The topic has been locked.

Re: Customer name shown as tool tip 11 years, 7 months ago #38736

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

It should be problem of your template, because this tooltip is standard Joomla feature.
Can you try to use this css in your template?
.tool-tip { background-color: #EEE; }
.tool-tip .tip-top { border-width: 1px 1px 0; border-style: solid; border-color: #999; }
.tool-tip .tip { border-width: 0 1px; border-style: solid; border-color: #999; padding: 10px 15px; }
.tool-tip .tip .tool-title { font-weight: bold; }
.tool-tip .tip .tool-title p { margin: 3px 0; font-size: 90%; }
.tool-tip .tip-bottom { border-width: 0 1px 1px; border-style: solid; border-color: #999; }


You can also modify it for your page design.
ARTIO Support Team
The topic has been locked.

Re: Customer name shown as tool tip 11 years, 7 months ago #38743

Hi
thanks for your answer.
I've added the code you gave me in the stylesheets (there are 2) of the template in use but I didn't notice any change.
Or should I add it in the stylesheets of booking?
The topic has been locked.

Re: Customer name shown as tool tip 11 years, 7 months ago #38750

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

I probably send you old styles for older version. If I check html of tooltip in Joomla 2.5, there is this code:
<div class="tip-wrap" style="position: absolute; top: 1016px; left: 1200px; display: block;">
<div class="tip-top"></div>
<div class="tip">
<div class="tip-title">Customer Name<br></div>
<div class="tip-text"></div>
</div>
<div class="tip-bottom"></div>
</div>


So you have to modify .tool-tip to .tip-wrap and .tool-title to .top-title. I hope it will work.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty