Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

FusionCharts in front of the drop-down menu
(1 viewing) (1) Guest
Support forum for users using free edition of this product. These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: FusionCharts in front of the drop-down menu

FusionCharts in front of the drop-down menu 12 years, 1 month ago #27300

FusionCharts in front of the drop-down menu
I would like to know how to put my drop-down menu to appear in front of the chart?
fusion-grafics.jpg
The topic has been locked.

Re: FusionCharts in front of the drop-down menu 11 years, 6 months ago #33263

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

It should be already repaired.
ARTIO Support Team
The topic has been locked.

Re: FusionCharts in front of the drop-down menu 11 years, 3 months ago #35241

Same problem with the IE9 browser, can you help me?

dooutrolado wrote:
FusionCharts in front of the drop-down menu
I would like to know how to put my drop-down menu to appear in front of the chart?
fusion-grafics.jpg
The topic has been locked.

Re: FusionCharts in front of the drop-down menu 11 years, 3 months ago #35252

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

can you check administrator/components/com_artiofusioncharts/helpers/helper.php

Around line 633 there are these two rows:
            $js .= '		chartObj.render("' . $secondaryID . '");' . PHP_EOL;
$js .= ' chartObj.addParam("wmode", "opaque");' . PHP_EOL;


If you have same order of them, then you have change their positions to:
            $js .= '        chartObj.addParam("wmode", "opaque");' . PHP_EOL;
$js .= ' chartObj.render("' . $secondaryID . '");' . PHP_EOL;


So param will be added before rendering flash. This missing param make this problems that flash is over everything on your website.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
Přihlášení uživatele Prázdný