- Posts: 13
- Thank you received: 0
featured_bg problem
-
luck_rx
Inactive member - Topic Author
- New Member
Less
More
11 years 11 months ago #24752
by luck_rx
featured_bg problem was created by luck_rx
Please help.
I'm using the Vortex template in joomla 2.5 on the www.imagenexcellence.com site
Every thing was good but three days ago I had a problem on the "advert1" position. As you can see, the "featured_bg" sufix in the "module_padding" class is not working. I think this is a jQuery issue, but I don't realy know.
please! help!.
thakyou.
I'm using the Vortex template in joomla 2.5 on the www.imagenexcellence.com site
Every thing was good but three days ago I had a problem on the "advert1" position. As you can see, the "featured_bg" sufix in the "module_padding" class is not working. I think this is a jQuery issue, but I don't realy know.
please! help!.
thakyou.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24780
by ivan.milic
Replied by ivan.milic on topic featured_bg problem
Yes, open index.php of template, line:
<script src=" ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js " type="text/javascript">
replace with:
<script src=" ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js " type="text/javascript">
<script src=" ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js " type="text/javascript">
replace with:
<script src=" ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js " type="text/javascript">
Please Log in to join the conversation.
-
luck_rx
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
11 years 11 months ago #24792
by luck_rx
Replied by luck_rx on topic featured_bg problem
thank you...
1- I can not find the "<script src="ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>" line in the index.php file.
2 I've added "<script src="ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>" but nothing happened and..
3. When I open the website and I check the source code, this line is replaced by "<script src=" ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js " type="text/javascript">", and the problem continues ...
I realized that if I turn off the k2 component the template works ok... what can i do..?
1- I can not find the "<script src="ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>" line in the index.php file.
2 I've added "<script src="ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>" but nothing happened and..
3. When I open the website and I check the source code, this line is replaced by "<script src=" ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js " type="text/javascript">", and the problem continues ...
I realized that if I turn off the k2 component the template works ok... what can i do..?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24804
by ivan.milic
Replied by ivan.milic on topic featured_bg problem
The line
is problem. You need to remove it. Probably that is jquery reference form k2 if taht happens, check this:
docs.joomlabamboo.com/using-joomla/how-t...k2-version-of-jquery
Code:
<script src="ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
is problem. You need to remove it. Probably that is jquery reference form k2 if taht happens, check this:
docs.joomlabamboo.com/using-joomla/how-t...k2-version-of-jquery
Please Log in to join the conversation.
-
luck_rx
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
11 years 10 months ago #24877
by luck_rx
Replied by luck_rx on topic featured_bg problem
I don't know why. I did every thing you recomended and the jQuery problem continued. Finally I solved the problem in a very inusual and extrange way:
I changed the line 127 on the jblibrary.php file by "<script src="ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>"
and voilà!..
thank you
I changed the line 127 on the jblibrary.php file by "<script src="ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>"
and voilà!..
thank you
Please Log in to join the conversation.
Time to create page: 0.281 seconds