Shape 5

Joomla Templates => Game Vision - October 2007 - Club => : Al_Duccino April 02, 2009, 02:54:08 PM



: Few problems
: Al_Duccino April 02, 2009, 02:54:08 PM
Hi guys,

I'm have been using joomla 1.0 for a long time, since it doesn't have support anymore, I'm working on a Joomla 1.5.10 in a sub folder (for the moment).
I have a few bugs with last gamevision and joomla 1.5.10.

- On all pages using full width (no left and right modules) it doesn't show the body opacity filter : example =>  LINK (http://www.gsw-gaming.com/v5/home/29-the-cms/18-joomla-features.html)

- When using a wrapper it's doesn't take the full page inside, even if i set the wrapper on auto hight.  example => LINK (http://www.gsw-gaming.com/v5/forum.html)


Thanks in advance for your help


: Re: Few problems
: mikek April 03, 2009, 07:15:03 AM
Hi,

For the first issue your site isn't pulling the image correctly for some reason. It could be because it's in a sub folder. Edit your index.php file and do a find replace for:

templates/<?php echo $this->template ?>/

and replace it with:

http://www.gsw-gaming.com/v5/templates/<?php echo $this->template ?>/

If you move it out of the subfolder eventually you'll need to do another find replace for:

http://www.gsw-gaming.com/v5/

and replace it with:

http://www.gsw-gaming.com/

I didn't see any issues with the wrapper, it's set to 1111px in height.


: Re: Few problems
: Al_Duccino April 03, 2009, 08:05:16 AM
It wasn't working after your fix, so i have unactivated Joomla SEO options and this is now working fine.


About the wrapper i may try something elese. Jfusion doesn't support Frameless integration with Vbulletin. I may use vbulltin outside joomla, but i could try to had gamevision header in the template. Do you think it's possible ?


: Re: Few problems
: Al_Duccino April 03, 2009, 09:05:29 AM
I almost did it :D http://www.gsw-gaming.com/v5/forum/index.php

it just need a little bit of editing and it should be ok.


: Re: Few problems
: Al_Duccino April 04, 2009, 12:04:16 AM
http://www.gsw-gaming.com/v5/forum/index.php
An horizontal scrollbar have appear at the bottom, any one have an idea to remove it ?


: Re: Few problems
: mikek April 04, 2009, 06:43:06 PM
I looked at it in Firebug and I can't find what's causing it. But it appears to be just on the forum page. Does the forum have any fixed with css that could be causing it?


: Re: Few problems
: Al_Duccino April 04, 2009, 07:41:18 PM
yes there are some fixed width in the css, i gonna try to find witch one could cause that.


: Re: Few problems
: Al_Duccino April 04, 2009, 11:07:14 PM
I have installed a google translate module in Top position.
By default it was aligned on left, i manage to move it on the right. However it's to far from the top.

What can i do to get it at the same height than the search module ?


: Re: Few problems
: mikek April 05, 2009, 07:37:26 AM
Looks like there is a
 inside the module's php that needs removed:

<div class="moduletable">
<script type="text/javascript">
</script>
<style type="text/css">
</style>


<select onchange="doTranslate(this);">

Find that
 and remove it, it's pushing it down.


: Re: Few problems
: Al_Duccino April 05, 2009, 06:41:36 PM
indeed, thank you very much mikek.


: Re: Few problems
: Al_Duccino April 16, 2009, 03:47:25 PM
I have moved my Joomla 1.5 website instead of my old 1.0.15 at the root of my domain.

I had to make some adjustment in gamevision 1.5, it doesn't work fine as the 1.0 version.
I had conflicts with tabs in some components, so i removed s5_effects.js in edit html, Works fine now.
i changed the path of some images to the absolute image, cause they wasn't showing fine when SEO was activated.

I hope you guys will do a Gamevision V2 one day, or an other gaming template.


: Re: Few problems
: Al_Duccino April 18, 2009, 02:49:10 PM
I had to turn on s5_effects.js because i have some module in advert 1 and 2.

But i have a conflict between s5_effects.js and seyret main menu tabs.
If i deactivate s5_effects tabs in seyret works just fine. Is there anything i could change in s5_effects.js to make it work ? or how to deactivate it on some pages ?   

here is the link to the page i got errors : http://www.gsw-gaming.com/medias/videos.html


: Re: Few problems
: Al_Duccino April 21, 2009, 09:25:28 AM
I really need to disable shape5 effect on some specific pages, can you please help me with this ?


: Re: Few problems
: mikek April 21, 2009, 09:45:40 AM
Hi, sorry I overlooked your post. Can you enable both the tabs and the s5 effects so I can see what the error is?


: Re: Few problems
: Al_Duccino April 21, 2009, 10:15:48 AM
sure.

here we go : http://www.gsw-gaming.com/medias/videos.html


: Re: Few problems
: mikek April 21, 2009, 11:36:48 AM
I guess I am confused. I don't see any tabs on that page. I am not seeing any javascript errors either. Can you post a screenshot of the problems you are seeing?


: Re: Few problems
: Al_Duccino April 21, 2009, 12:57:48 PM
With s5 effect active.
(http://pix.gsw-gaming.com/miniatures/1240340194-with-s5-effect.jpg) (http://pix.gsw-gaming.com/images/1240340194-with-s5-effect.jpg)


Without s5 effect
(http://pix.gsw-gaming.com/miniatures/1240340262-without-s5-effect.jpg) (http://pix.gsw-gaming.com/images/1240340262-without-s5-effect.jpg)


: Re: Few problems
: mikek April 21, 2009, 01:28:25 PM
Can you private message me ftp access? I have an idea that will disable s5 effects just on that page.


: Re: Few problems
: Al_Duccino April 22, 2009, 07:19:15 AM
SOLVED.
Thank you so much for your help mikek !!