541
Bleekk
Re: How to hack about: one block with one template file,not share the same template file ??
  • 2010/8/30 14:51

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


you can do it by checking the block id or block title
<{if $block.title=="block-name"}>
  <
div class="thisclass">
<{elseif 
$block.title=="blockname"}>
  <
div class="anotherclass">
<{/if}>



542
Bleekk
Re: Developers: Say no to IE v6 and stop developing for it.
  • 2010/7/25 13:32

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


catz you are right. the problem is that almost all my customers want their sites (modules and themes) to work with the ie6. they even pay extra for the work.
I hate this browser too and I really see no reason why people do not use even IE7 (except the companies) .
I have stopped the support for IE6 for my free themes.



543
Bleekk
Re: Xoops Adria
  • 2010/5/19 9:43

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


pozdrav,

tu sam i ja jos ideja vam je super. svaka drzava za sebe bi imala premalo korisnika, zajedno imamo sanse da napravimo solidnu community.
ja nazalost imam stvarno malo malo vremena ali pomocu gdje mogu.



544
Bleekk
Re: New Shop Themes
  • 2010/5/18 9:55

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


however, but you changed the credits of the designer of the theme.



545
Bleekk
Re: new URL
  • 2010/5/15 10:49

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


update the modules, clear cache



546
Bleekk
Re: bleekk-fw framework tool
  • 2010/3/17 9:56

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


I have built a theme calculator. it calculates for you all important css widths. You only have to set you theme, leftcolumn and rightcolumn width.

Bleekk Tools



547
Bleekk
bleekk-fw framework tool
  • 2010/3/15 15:24

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi all,

I have created a demo site for the bleekk-fw framework. There you can set several css values for the theme and see the result. This should be a small help to understand how the bleekk-fw framework works. There you can also download the framework which is used for this demo.

I hope it is helpful for you

bleekk-fw framework tool



548
Bleekk
Re: how to remove borders from a block
  • 2010/3/2 10:43

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


hmm I do not understand what you mean.

copy pase the line in your style.css in the theme. that's all.



549
Bleekk
Re: how to remove borders from a block
  • 2010/3/1 19:17

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


fieldset{border:none;}



550
Bleekk
Re: how do i put a banner in the middle of the list
  • 2010/2/22 13:59

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


I have done something similar to you on my site. I have added a banner every 3 lines. I have used a counter (zaehler in my code).

<{assign var=zaehler value=1}>
<{foreach 
from=$photos item=photo}>
    <{
assign var=zaehler value=$zaehler+1}>
      <{if 
$zaehler == 0}>
               
YOUR BANNER
          
<{/if}>
<{/foreach}>




TopTop
« 1 ... 52 53 54 (55) 56 57 58 ... 69 »



Login

Who's Online

215 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

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

Latest GitHub Commits