1
Szico_VII
Re: vista_k theme background change
  • 2010/7/20 21:41

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


Would you mind clarifying a bit, because I've done (I think) what youve suggested and nothing happens!

Heres the original bit of code:
<{/foreach}>
            </
td>
    </
tr>
        <{/if}>
           </
table>
        <{/if}>
      </
td>
      <
td id="rightcolumn">
        <!-- 
Start right blocks loop -->
        <{foreach 
item=block from=$xoops_rblocks}>
 <!--[if 
IE]>
<
div style="width:168px;height:34px;margin-right: auto;margin-left: auto;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<{$xoops_imageurl}>visual/lblock_01.png',sizingMethod='scale');background-repeat: no-repeat;">    
<![endif]-->
<!--[if 
IE]><![if !IE]><![endif]-->
<
div style="width:168px;height:34px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_01.png);background-repeat: no-repeat;">    
<!--[if 
IE]><![endif]><![endif]-->
<
div class="blockTitle"><{$block.title}></div></div>
                <
div>
  <!--[if 
IE]>
 <
div style="width:168px;margin-right: auto;margin-left: auto;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<{$xoops_imageurl}>visual/lblock_02.png',sizingMethod='scale');">    
<![endif]-->
<!--[if 
IE]><![if !IE]><![endif]-->
<
div style="width:168px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_02.png);">    
<!--[if 
IE]><![endif]><![endif]-->
<
div class="blockrContent"><{$block.content}></div>
</
div>
   <!--[if 
IE]>
 <
div style="width:168px;height:11px;margin-right: auto;margin-left: auto;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<{$xoops_imageurl}>visual/lblock_03.png',sizingMethod='scale');background-repeat: no-repeat;">    
<![endif]-->
<!--[if 
IE]><![if !IE]><![endif]-->
  <
div style="width:168px;height:11px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_03.png);">    
<!--[if 
IE]><![endif]><![endif]-->
</
div>
   <
br /> 
       <{/foreach}>
        <!-- 
End right blocks loop -->


And here's what i changed it to...
<{/foreach}>
            </
td>
    </
tr>
        <{/if}>
           </
table>
        <{/if}>
      </
td>
      <
td id="rightcolumn">

      <{if 
$xoops_showrblock}> 
        <!-- 
Start right blocks loop -->
        <{foreach 
item=block from=$xoops_rblocks}>
 <!--[if 
IE]>
<
div style="width:168px;height:34px;margin-right: auto;margin-left: auto;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<{$xoops_imageurl}>visual/lblock_01.png',sizingMethod='scale');background-repeat: no-repeat;">    
<![endif]-->
<!--[if 
IE]><![if !IE]><![endif]-->
<
div style="width:168px;height:34px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_01.png);background-repeat: no-repeat;">    
<!--[if 
IE]><![endif]><![endif]-->
<
div class="blockTitle"><{$block.title}></div></div>
                <
div>
  <!--[if 
IE]>
 <
div style="width:168px;margin-right: auto;margin-left: auto;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<{$xoops_imageurl}>visual/lblock_02.png',sizingMethod='scale');">    
<![endif]-->
<!--[if 
IE]><![if !IE]><![endif]-->
<
div style="width:168px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_02.png);">    
<!--[if 
IE]><![endif]><![endif]-->
<
div class="blockrContent"><{$block.content}></div>
</
div>
   <!--[if 
IE]>
 <
div style="width:168px;height:11px;margin-right: auto;margin-left: auto;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<{$xoops_imageurl}>visual/lblock_03.png',sizingMethod='scale');background-repeat: no-repeat;">    
<![endif]-->
<!--[if 
IE]><![if !IE]><![endif]-->
  <
div style="width:168px;height:11px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_03.png);">    
<!--[if 
IE]><![endif]><![endif]-->
</
div>
   <
br /> 
       <{/foreach}>
        <!-- 
End right blocks loop -->
      </
td>
      <{/if}>



2
Szico_VII
Re: vista_k theme background change
  • 2010/7/20 20:35

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


Nevermind, i found it, its the class = outer bit :)

One last question - Is there a way to expand the central section into where the right hand blocks should be on pages where the right hand blocks are not visible (i.e the tutorials section?) to improve the look of the page? The images seem to auto stretch into the space but the text doesn't!



3
Szico_VII
Re: vista_k theme background change
  • 2010/7/20 20:34

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


Ahh thanks! So its the <tr even/odd> bits that have been removed. Which bit did you remove to get rid of the black line border that remains once youve taken out the odd/even bits? (Cause i tried this myself manually and it got rid of the background colour but left a thin black border)

Cheers! :)



4
Szico_VII
Re: vista_k theme background change
  • 2010/7/19 23:48

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


Thanks for the reply! The amendment to the .css does work, but it also affects lots of other bits of the site where transparency isn't wanted i.e the forum background - is there a way to change this specific box to have transparency (is that what the theme amendments do?) witout affecting the rest of the site i.e getting it to take its style from the same part of the .css as the wfdownloads module does or something?

Also I can't seem to follow what changes im suppossed to be making to the index template from what youve put above as its ordered really chaotically in ur post and i dont know which bits have been changed!



5
Szico_VII
vista_k theme background change
  • 2010/7/19 21:38

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


http://szico-vii.com/modules/myalbum/

I want to change the sort of bluey green background here to be transparent, as seen here:

http://szico-vii.com/modules/wfdownloads/

How do I do this, is it a module template change?? As the theme css hasnt been altered between those 2 pages... :|

Any help would be much appreciated guys :)



6
Szico_VII
Re: News Module with vista theme issue
  • 2010/7/19 12:44

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


Thanks for the reply! I tried that and whilst it DOES remove the background box, it also makes the text and images included in the news article equally transparent (i.e invisible) Is there something else I should do?

Also for me it looks different:

.itemText {margin-top: -1px;padding-top5pxmargin-bottom0pxline-height1.5em;background-color#000;-moz-opacity:0.45;opacity:0.85;filter:alpha(opacity=0.45);color: #FFFFFF;}



7
Szico_VII
News Module with vista theme issue
  • 2010/7/19 9:19

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


www.szico-vii.com

On the main page (im using a modified vista-k theme) the news (1.63) article blocks seem to be creating a black transparent overlay on top of my central column news article which is dulling the pictures and giving the edges a hard look which it shouldnt do as the theme has by default the image sets for curved edges but this transparent box is going over the top! Any ideas where the removal for this can be found? Ive looked through the style.css and the news item folder but im now lost - any help woul;d be much much appreciated, cheers!



8
Szico_VII
Re: WFDownloads Local file?
  • 2009/9/14 8:57

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


What I meant was that the slashes in the directory path I use in local file (NOT IN the filename) get turned into underscores for some reason when i click the download button when trying to use a local link.



9
Szico_VII
Re: WFDownloads Local file?
  • 2009/9/8 22:41

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


*bump* (Hoping someone can provide an answer to this)



10
Szico_VII
Re: WFDownloads Local file?
  • 2009/9/1 23:55

  • Szico_VII

  • Just popping in

  • Posts: 32

  • Since: 2009/4/3 0


Well that's what I thought too, but i tried that and then it just downloads a text file and replaces all the forward slashes with underscores in the filename when i actually click to download the file. I think there's something I'm missing with regards to how to use it.




TopTop
(1) 2 3 4 »



Login

Who's Online

244 user(s) are online (166 user(s) are browsing Support Forums)


Members: 0


Guests: 244


more...

Donat-O-Meter

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

Latest GitHub Commits