- Posts: 12
- Thank you received: 0
Background images not working in Joomla 1.6
-
justy
Inactive member - Topic Author
- New Member
Less
More
13 years 5 months ago #9686
by justy
Background images not working in Joomla 1.6 was created by justy
I installed the Hot Destinations template in Joomla 1.6 and unfortunately I found that images do not work in the background.
Please help me.
Thanks,
Grega
Please help me.
Thanks,
Grega
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9703
by ivan.milic
Replied by ivan.milic on topic Re: Background images not working in Joomla 1.6
What do you mean by " images do not work in the background" ?
Please Log in to join the conversation.
-
justy
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 5 months ago - 13 years 5 months ago #9712
by justy
Replied by justy on topic Re: Background images not working in Joomla 1.6
Background Image Slideshow (images bg1.jpg, bg2.jpg, bg3.jpg,...) only works in frontpage. For other content and menus, shows only the first image (image bg1.jpg) then the background color to white. I would like to work here Background Image Slideshow.
Last edit: 13 years 5 months ago by justy.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9718
by ivan.milic
Replied by ivan.milic on topic Re: Background images not working in Joomla 1.6
Can you give us link of your site so we could have an look.
Please Log in to join the conversation.
-
justy
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 5 months ago #9720
by justy
Replied by justy on topic Re: Background images not working in Joomla 1.6
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9722
by ivan.milic
Replied by ivan.milic on topic Re: Background images not working in Joomla 1.6
Hi,
that is caused by SEF
you will have to edit:
innovating.si/aktivnepocitnice/templates...nations/js/animbg.js
find this:
and modify image paths to be full links like this:
that is caused by SEF
you will have to edit:
innovating.si/aktivnepocitnice/templates...nations/js/animbg.js
find 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'
);
and modify image paths to be full links like this:
Code:
var imgArr = new Array( // relative paths of images
'http://innovating.si/aktivnepocitnice/templates/hot_destinations/images/bg1.jpg',
'http://innovating.si/aktivnepocitnice/templates/hot_destinations/images/bg2.jpg',
'http://innovating.si/aktivnepocitnice/templates/hot_destinations/images/bg3.jpg',
'http://innovating.si/aktivnepocitnice/templates/hot_destinations/images/bg4.jpg'
);
Please Log in to join the conversation.
Time to create page: 0.161 seconds