test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • zennon Friend
    #205458

    Hi,

    Just installed component, module and plug-in and when I try to select fields or even click on the filter button on the front end, I cannot. Any help is appreciated?

    Z

    Thanh Nguyen Viet Friend
    #566708

    Hello Zennon,

    That is a css issue, since module height is not calculated correctly due on some css code, to fix it please open the file

    modules/mod_jak2filter/tmpl/default.php

    Find the code snippet:

    [PHP]<form id=”<?php echo $formid; ?>”[/PHP]

    And replace it with:
    [PHP]<form id=”<?php echo $formid; ?>” class=”clearfix” [/PHP]

    zennon Friend
    #566770

    Great – thank you! works now.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  zennon 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum