-
AuthorPosts
-
supersplet Friend
supersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
April 8, 2009 at 7:02 am #140063Is there any way, to put flash banner on Senecio template? There are 2 color types – “fresh”, “warm”. Can it be done that one of them uses jpg banner (like it is now) and the other flash?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 8, 2009 at 7:15 am #300509It is very easy. Simply use the all videos reloaded plugin in that position and go through the settings to remove all controls and switch on autostart and repeat. I’ve made headers this way as it is just so easy.
You sometimes have to adjust the css to the correct size as flash scales automatically to fit the box it is required to go into.
supersplet Friendsupersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
April 8, 2009 at 11:20 am #300531I tried to install all videos reloaded component and it has some error:
<blockquote> * JInstaller::install: File ‘/home/popustko/public_html/tmp/install_49dc83d4757f1/com_subinstall.php’ does not exist.
* Component Install: Could not copy PHP install file.
</blockquote>Before I try to fix it – this component has ability to place flas on my banner position? Will buttons (menu) be in front of that flash movie or…?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 8, 2009 at 5:15 pm #300568In the settings of all videos reloaded you can switch off all the buttons and other controls so you just see the video which you then set to auto repeat.
Here is the list of parameters you can use.
http://allvideos.fritz-elfert.de/documentation/documentation-en-gb.html?start=4
supersplet Friendsupersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
April 9, 2009 at 1:54 pm #300710So I should put flash in module and place it over the banner? That won’t work, because first there is no position which would fit the banner and second, flash would probably go over main (top) menu.
I would rather change the code, so if anyone can help would be it 🙂
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 9, 2009 at 2:52 pm #300719Ahh, I thought you had already created a module position for that. I’ll sort the code for you when I get home.
Once we have the module position in place we can then do as I suggested above.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 9, 2009 at 4:43 pm #300728Where do you want this banner and what dimesnions? You say you already have a jpeg banner, where do you have this or have you just edited the background. Are you using the search position as any banner will probably cover that.
Do you have a link to your site so I can get a better idea of how you want this positioned?
supersplet Friendsupersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 9, 2009 at 7:32 pm #300742Once you have avr reloaded installed do the following.
Edit template.css (line 983)
from this#ja-search {
position:absolute;
right:55px;
top:62px;
}To this
#ja-search {
height:58px;
position:absolute;
right:55px;
top:42px;
width:467px;
}You may need to adjust some of those dimensions and position to your needs but 467*58 is the standard banner size.
If it is a set of banners you want in that position then maybe use the ja-slideshow to rotate through them rather than using a flash file but if it is a flash file you want there forts select user 4 in the module manager and disable the search module.
Then create a custom html module and put in the following code.
{flv width=”467″ height=”58″ autostart=”true” shownav=”false” repeat=”true”}yourfilename{/flv}
You will need to edit your background header image to remove the little search logo but that should do the trick.
supersplet Friendsupersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
April 9, 2009 at 8:40 pm #300750Thanks, I managed to place picture of other banner in that position now. but then menu is hidden. Picture goes over menu (main navigations).
I just tested with image now, but I think that flash will do the same right?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 9, 2009 at 8:43 pm #300752How big is your image? Attach a copy here and I’ll take a look at the positioning. Did you make the css adjustments? Have you resized the image to the correct dimensions?
supersplet Friendsupersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 9, 2009 at 9:19 pm #300759Ok, I didn’t quite understand what you wanted. I thought you wanted a banner like an advertising banner, not a complete change of header. I’ll take a look later.
supersplet Friendsupersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
April 12, 2009 at 1:51 pm #301019This probably needs to be changed in code, so that instead of jpg picture, swf flash is shown.
supersplet Friendsupersplet
- Join date:
- February 2009
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
-
AuthorPosts
This topic contains 15 replies, has 2 voices, and was last updated by supersplet 15 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum