Problem in the affiliate page. [SOLVED]

  • Posts: 12
  • Thank you received: 1
11 years 5 months ago #107998

Hi,
I've a problem: the affiliate page doesn't show correctly the Yes/No choice
(it would be a radio button I think) and the "All clicks" link, when clicked, doesn't open
any pop-up like shown on your demo.
Attached there's a screenshot.

Thanks
Lorenzo

Attachments:
Last edit: 11 years 4 months ago by lorenzogiacomini.

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

  • Posts: 82759
  • Thank you received: 13346
  • MODERATOR
11 years 5 months ago #108144

Hi,

Regarding the Yes/No radio buttons, it's because of the template which doesn't handle the CSS of bootstrap properly.

We'll add an option to handle that properly in next version. For now, change the line:
include_once(dirname(__FILE__).DS.'joomla30.php');

to:
if($app->isAdmin()) include_once(dirname(__FILE__).DS.'joomla30.php'); }else{ class JHtmlHikaselect extends JHTMLSelect{} }

in the file administrator/components/com_hikashop/helpers/helper.php and that will circumvent the problem.


regarding the popup, that's probably also coming from the handling of the bootstrap library of your template.
Change the Popup mode option of the hikaShop configuration and try again.

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

  • Posts: 12
  • Thank you received: 1
11 years 5 months ago #108167

Thanks,
but when I change the line the site "disappears".
Only the header remains.

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

  • Posts: 82759
  • Thank you received: 13346
  • MODERATOR
11 years 4 months ago #108249

I forgot a brace in the code. It should be:
if($app->isAdmin()){ include_once(dirname(__FILE__).DS.'joomla30.php'); }else{ class JHtmlHikaselect extends JHTMLSelect{} }

The following user(s) said Thank You: lorenzogiacomini

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

  • Posts: 12
  • Thank you received: 1
11 years 4 months ago #108313

Thanks!
With your suggestions I solved both problems.

Lorenzo Giacomini

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

Time to create page: 0.048 seconds
Powered by Kunena Forum