1
unsinner
IXThemes
  • 2009/3/9 17:58

  • unsinner

  • Just popping in

  • Posts: 87

  • Since: 2006/3/15


I am trying to redo the colors on this theme and I can’t find out how to change the white area in the center need help thanks

unsinner.com

2
webmystar
Re: IXThemes
  • 2009/3/9 18:41

  • webmystar

  • Friend of XOOPS

  • Posts: 415

  • Since: 2008/6/23


#ixt-page {layout.css (Linie 130)
background:#FFFFFF none repeat scroll 0 0;
float:left;
margin-left:10px;
margin-top:10px;
width:715px;
}

3
unsinner
Re: IXThemes
  • 2009/3/9 19:18

  • unsinner

  • Just popping in

  • Posts: 87

  • Since: 2006/3/15


thx for the help

4
vamptrix
Re: IXThemes
  • 2009/3/9 20:57

  • vamptrix

  • Theme Designer

  • Posts: 424

  • Since: 2008/5/3 1


OOh... nice site! And I'm totally into this... I've registered ;)
I used to use this account, but no longer.

5
unsinner
Re: IXThemes "HELP"
  • 2009/3/11 20:51

  • unsinner

  • Just popping in

  • Posts: 87

  • Since: 2006/3/15


i am still having a hard time with the white area need help This is on the front page it’s the blocks that are still white need to change the background thx

6
algalochkin
Re: IXThemes "HELP"

IXThemes Project has the self HELP/BUGTRACKER here.

It always is underlined in a file releasenotes.txt in a theme package.
It will be possible the best solution is download the lastest release of the theme necessary for you.

There you can specify more in detail with what theme of IXThemes Project you have problems. I ask to consider what really to help you it is possible only if you specify OS, CMS version, browser, theme which you use.


By the way vamptrix (or vampiretrix?) for solution of such problems absolutely not without fail to download complete IXThemes SVN Repository and to create on SourceForge the own project of the same direction ("Creation of XOOPS themes, and porting excisting themes to XOOPS. We will also provide translations for themes and modules").

Probably you the fan of plagiarism?

If you wish to join the project that contact width IXThemes owner.


7
ghia
Re: IXThemes alignment problem with Koivi.
  • 2009/5/13 22:42

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I have an alignment problem with the popup divs in the Koivi editor when using the IXT02_05_1.2 and IXT12_05_1.2 themes with FF 3.10 and IE 6.
Resized Image
Can anyone confirm this?

8
ghia
Re: IXThemes
  • 2009/5/15 18:36

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Nobody uses Koivi and tried the theme?

There was a problem for IE6, that it requested a lot of files called none, which don't exists and that generated 404 errors in Apache. This is solved now.

However, I have also something new:
On my local testsystem, I'm playing with the Ghost 2 module and very
strange is that, when your theme is used, no content at all is showed. The
smarty variable xoops_contents is simply empty (the one that is used to
fill the ixt_contents). If I select the default, zetagenesis or other
theme, the variable is filled and the content is showed in the browser. If
I select the IXT theme the content disappears again. Header, blocks and
footer are present as normal (only the block column is at the left margin,
due to no content column). (Didn't use or test with center blocks).
This happens with XOOPS 2.33 and FF 3.10 Any idea what can cause such an
effect?

9
dagobb
Re: IXThemes
  • 2010/5/5 21:46

  • dagobb

  • Just popping in

  • Posts: 1

  • Since: 2010/5/5 2


The theme ixt02106_v22 has rigth and left columns on the right side, how do I change the left column to the left side teh way it becomes left column - center column - right column. ?
Thanks in advance

10
ghia
Re: IXThemes
  • 2010/5/5 22:11

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I think you must change
<{if $ixt_canvas_left and $ixt_canvas_right}>
 <
div id="ixt-content">
 <{elseif (!
$ixt_canvas_left and $ixt_canvas_right)}>
 <
div id="ixt-content-sidebar1">
 <{elseif (
$ixt_canvas_left and !$ixt_canvas_right)}>
 <
div id="ixt-content-sidebar2">
 <{else }>
 <
div id="ixt-content-wide">
 <{/if}>

to
<{if (!$ixt_canvas_left and $ixt_canvas_right)}>
 <
div id="ixt-content-sidebar1">
 <{elseif 
$ixt_canvas_left and $ixt_canvas_right}>
 <
div id="ixt-content">
 <{elseif (
$ixt_canvas_left and !$ixt_canvas_right)}>
 <
div id="ixt-content-sidebar2">
 <{else }>
 <
div id="ixt-content-wide">
 <{/if}>

in /tpl/content.html

Login

Who's Online

164 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits