- Thank you received: 0
Errors
-
anito
-
Topic Author
- New Member
-
Less
More
13 years 3 months ago - 13 years 3 months ago #13677
by anito
Errors was created by anito
I purchased Hot Joomla Templates recently.
When i log into the administrator area I receive the folowing error messages /see the atached file/.
It takes up the half screen and is very annoying. Any suggestions?
And I have another problem - only the first background image is loading and then I have a white background. I turn off the background slide show option - the problem is still not fixed.
When i log into the administrator area I receive the folowing error messages /see the atached file/.
It takes up the half screen and is very annoying. Any suggestions?
And I have another problem - only the first background image is loading and then I have a white background. I turn off the background slide show option - the problem is still not fixed.
Last edit: 13 years 3 months ago by anito.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #13690
by ivan.milic
Replied by ivan.milic on topic Re: Errors
Turn off debugging in joomla to hide that. That are warnings not errors, and they come from joomla core.
For other open:
templates\hot_destinations\js\animbg.js
when you open it you will see:
add / in front of image urls like this:
if it does not work use absolute paths:
For other open:
templates\hot_destinations\js\animbg.js
when you open it you will see:
Code:
var imgArr = new Array( // relative paths of images
'templates/hot_destinations/images/bg1.jpg',
'templates/hot_destinations/images/bg2.jpg',
'templates/hot_destinations/images/bg3.jpg',
'templates/hot_destinations/images/bg4.jpg'
);
add / in front of image urls like this:
Code:
var imgArr = new Array( // relative paths of images
'/templates/hot_destinations/images/bg1.jpg',
'/templates/hot_destinations/images/bg2.jpg',
'/templates/hot_destinations/images/bg3.jpg',
'/templates/hot_destinations/images/bg4.jpg'
);
if it does not work use absolute paths:
Code:
var imgArr = new Array( // relative paths of images
'<your joomla base>/templates/hot_destinations/images/bg1.jpg',
'<your joomla base>/templates/hot_destinations/images/bg2.jpg',
'<your joomla base>/templates/hot_destinations/images/bg3.jpg',
'<your joomla base>/templates/hot_destinations/images/bg4.jpg'
);
Please Log in to join the conversation.
-
anito
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 3 months ago #13710
by anito
Replied by anito on topic Re: Errors
The debugging mode is turned off by default.
I`ve changed the animbg.js file, this change didn`t solve the problem - my background turns white after the first image is loaded.
I`ve changed the animbg.js file, this change didn`t solve the problem - my background turns white after the first image is loaded.
Please Log in to join the conversation.
-
anito
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 3 months ago #13711
by anito
Replied by anito on topic Re: Errors
I found the solution for turning off the notices /if someone has the same issue/:
Site-Global Configuration-Server tab-
Error reporting: simple/none
Site-Global Configuration-Server tab-
Error reporting: simple/none
Please Log in to join the conversation.
Time to create page: 0.160 seconds