- Posts: 14116
- Thank you received: 1639
Slight problem with template background slideshow
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 6 months ago #19058
by ivan.milic
Replied by ivan.milic on topic Re: Slight problem with template background slideshow
Open index.php of template, you will see
<script type="text/javascript">
jQuery.noConflict();
</script>
just before that add this:
<script type="text/javascript" src="<real path to jquery.min.js file>/jquery.min.js"></script>
then disable jquery in modules.
Also since you are doing this , download latest jquery.min.js from jquery.com to put it on your site.
<script type="text/javascript">
jQuery.noConflict();
</script>
just before that add this:
<script type="text/javascript" src="<real path to jquery.min.js file>/jquery.min.js"></script>
then disable jquery in modules.
Also since you are doing this , download latest jquery.min.js from jquery.com to put it on your site.
Please Log in to join the conversation.
-
Radyation
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 6 months ago #19059
by Radyation
Replied by Radyation on topic Re: Slight problem with template background slideshow
index.php edited, jquerry.min.js updated, background issue fixed.
The only modules using jquerry are the ones that came with the template. jquerry was disabled in all of them.
The other 2 problems remain.
The only modules using jquerry are the ones that came with the template. jquerry was disabled in all of them.
The other 2 problems remain.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19068
by ivan.milic
Replied by ivan.milic on topic Re: Slight problem with template background slideshow
add this to bottom of template_css.css:
#c9,#c10,#c11{
height:325px;
}
#c9,#c10,#c11{
height:325px;
}
Please Log in to join the conversation.
-
Radyation
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 6 months ago #19070
by Radyation
Replied by Radyation on topic Re: Slight problem with template background slideshow
Added, nothing happens.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19082
by ivan.milic
Replied by ivan.milic on topic Re: Slight problem with template background slideshow
yes, strange but template_css.css is actually not even loaded on your page, put that in some other used .css file
The following user(s) said Thank You: Radyation
Please Log in to join the conversation.
-
Radyation
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 6 months ago - 12 years 6 months ago #19093
by Radyation
Replied by Radyation on topic Re: Slight problem with template background slideshow
Actually it worked, I have JCH-Optimize installed and it was using an old version of the template. The plugin is disabled now, and I'll leave it like this until we are done here.
2 fixed, 1 to go.
EDIT
As already said after disabling JCH-optimize my template worked fine. I realized that the capcha is working, too. Most probably it was causing the first problem as well.
Milic, thank you for your time and effort.
2 fixed, 1 to go.
EDIT
As already said after disabling JCH-optimize my template worked fine. I realized that the capcha is working, too. Most probably it was causing the first problem as well.
Milic, thank you for your time and effort.
Last edit: 12 years 6 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.091 seconds