Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

ARI JDIALOG mouse over link no hand display
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI JDIALOG mouse over link no hand display
#961
ARI JDIALOG mouse over link no hand display 15 Years, 3 Months ago Karma: 0
Hi,

I use ARIJDIALOG and it works great, there is only one little bug. When I move with the cursor over the link ('Notiz erstellen') the cursor is still a arrow and not a hand like it is on other hands.

What could be the problem?
Example: www.aktionsfinder.at/aktionsfinder/meine-einkaufsliste.html
--> you have to login with user: test pw: test

relevant part of the implementation:
{arijdialog width="560" height="260" title="Notiz" resizable="true" draggable="true"}
{arijdicontent title="Modal dialog"}
<?php
if ($userid != 0)
{
require("util.php");
$sql14 = new MySQL_class;
$sql14->Create("aktionsf_jo151");
$sql14->query('SET NAMES utf8;');
$anzahl10 = $sql14->QueryItem("select count(*) from jos_aktionsfinder_MEINEAKTIONEN where IDUSER = $userid and SPARTE = '$spartenotiz'");

if ($anzahl10 == 0)
{
echo 'Notiz erstellen';
}
else if ($anzahl10 == 1)
{
echo 'Notiz bearbeiten';
}
}
?>
{/arijdicontent}
{arijdocontent}
The administrator has disabled public write access.
 
#968
Re:ARI JDIALOG mouse over link no hand display 15 Years, 3 Months ago Karma: 748
Sorry for delay. This is bug of ARI JDialog. We provide fix in the next release of ARI Smart Content which will be available on the next week.
The administrator has disabled public write access.
 
#1004
Re:ARI JDIALOG mouse over link no hand display 15 Years, 3 Months ago Karma: 748
Please, download ARI Smart Content 1.5.0. It corrects this problem.
The administrator has disabled public write access.
 
Go to topPage: 1