problem with jQuery

More
12 years 8 months ago #20934 by Strzelec
Replied by Strzelec on topic problem with jQuery
unfortunately does not work

Please Log in to join the conversation.

More
12 years 8 months ago #20937 by ivan.milic
Replied by ivan.milic on topic problem with jQuery
only thing left is to consult sobi providers

Please Log in to join the conversation.

More
12 years 8 months ago #20939 by Strzelec
Replied by Strzelec on topic problem with jQuery
before I wrote sobipro helpdesk referred me to the author of the template :(

Please Log in to join the conversation.

More
12 years 8 months ago #20942 by ivan.milic
Replied by ivan.milic on topic problem with jQuery
I see category selector now works somehow, before that try this:

move

<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>

to very end of head section.

Also add this:

#osx-container{
z-index:99999!important;
}

to bottom of template_css.css

Please Log in to join the conversation.

More
12 years 8 months ago #20944 by Strzelec
Replied by Strzelec on topic problem with jQuery
Ok I did it. Sobipro - choose category doesn't work

Please Log in to join the conversation.

More
12 years 8 months ago #20950 by ivan.milic
Replied by ivan.milic on topic problem with jQuery
and try :

<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>

to move to very beginning of head section.
The following user(s) said Thank You: Strzelec

Please Log in to join the conversation.

Time to create page: 0.093 seconds
Powered by Kunena Forum