Re: Anybody got the Belius theme...

  • 2013/4/4 15:19:31
  • david

Useful to know - specially if wanting to do a quick test on branches!

Thanks for that update!

Report
Topic


Re: Anybody got the Belius theme...

Resurrecting an old thread, I know, but I just wanted to mention that it is now possible to download a specific folder from the source code repositories from within assembla.

When browsing the SVN repository (and the Git repository, it works on both), on the top-right, you'll see the link 'download'. When you click that, Assembla prepares an archive with the contents of that folder for that revision.

Me on OpenHub

Report
Topic


Re: problems with smartbizz theme

  • 2012/11/19 14:18:07
  • QM-B

Ok.. I'm glad that it is solved

Report
Topic


Re: problems with smartbizz theme

  • 2012/11/19 14:08:39
  • web-M

Wow now it is working!!

I overlooked page_...

Thanks for your help

web-M Personal website

Report
Topic


Re: problems with smartbizz theme

  • 2012/11/19 13:50:34
  • QM-B

Sorry, don't know the theme yet.. never checked.. Just had a quick look for the code. In theme html I found on lines 68/69:

<{if $xoBlocks.page_slider}><{includeq file="$theme_name/slider.html"}><{/if}> <{if $xoBlocks.page_custom}><{includeq file="$theme_name/custom.html"}><{/if}>

So I'd expect looking for block positions page_slider and page_custom

Report
Topic


Re: problems with smartbizz theme

  • 2012/11/19 13:25:01
  • web-M

OK but should the blocks work when I make two new blockpositions named slider and custom? Or should I do something else?

web-M Personal website

Report
Topic


Re: problems with smartbizz theme

  • 2012/11/19 13:10:04
  • QM-B

No, he was talking about our included jQuery version. the current used jquery, jquery ui and colorbox need to be updated.. Currently I am doing the last tests to get sure it's working. Will update the libraries this night.
The last time I often found trouble in themes caused by the jquery version/colorbox version. Especially in IE..

Report
Topic


Re: problems with smartbizz theme

  • 2012/11/19 13:05:51
  • web-M

You mean the latest version of ImpressCMS? I use 1.3.3 final.

web-M Personal website

Report
Topic


Re: problems with smartbizz theme

@QM-B told me something about the jQuery library that would give issues with the themes, and that upgrading to the very latest should solve problems in certain cases.

Me on OpenHub

Report
Topic


Re: problems with smartbizz theme

  • 2012/11/16 14:24:50
  • web-M

I did tried that, but it didn't work for me.

Some other ideas?

web-M Personal website

Report
Topic


Re: problems with smartbizz theme

  • 2012/11/16 13:34:06
  • david

Hiya - if I remember you need to create two custom block positions: "slider" and "custom" - which have some html to manually add .... which can be found in the "tpl" directory.

Report
Topic


problems with smartbizz theme

  • 2012/11/16 12:55:15
  • web-M

Hey Guys,

It has been a while since I was here....

I want to build a site with the Smartbiss theme that Debianus ported tot ICMS. (well done!!)

But I can't get the cstom and slider block visible in the frontpage.
Can anyone give me a complete workaround how to do that. I need a step by step aproache I think.

Already thankyou for the help!


Greetz web-M

web-M Personal website

Report
Topic


Re: modifying blocks in theme

  • 2012/11/12 11:08:14
  • QM-B

Hi Evasan.. Great! I'm glad you figured out!

Report
Topic


Re: modifying blocks in theme

Hi QM-B.

Finally, with little help (really, a big help) of my friend Debianus, I've got it.

I needed two changes:

- In theme.html: I changed

<div class="centerblock-center <{if $columns_layout}><{$columns_layout}><{/if}>">

by

<div class="centerblock-center <{if $columns_layout}><{$block_layout}><{/if}>">

- And in style.css, I reduced the width og the block.

Thank you very much.

Report
Topic


Re: modifying blocks in theme

  • 2012/11/11 12:18:07
  • QM-B

It's not difficult.. Just a bit of CSS.. can you post the css code of your blocks?

Report
Topic


modifying blocks in theme

Hello all.

I want to use in a web that I'm making the theme proton http://themes.impresscms.es/demo.html# but I have a problem: I want to use tree bottom blocks all together, at the same height, and the theme puts the central block under the left and the rigth ones.

Is it possible to change that? Is it very difficult to do?

Thanks a lot

Report
Topic


Re: block engine with IPF

Great, this works as well. No errors right now Thank you.

Report
Topic


Re: block engine with IPF

  • 2012/10/31 7:45:23
  • QM-B

It would be much easier having a full example of your code and not those snipptet with some unknown variables..
Well, calling the blocks you might have different ways. Think, it should be ok just calling the default way.

$block_handler = icms::handler('icms_view_block'); $blockObj = $block_handler->get($block_id);

Report
Topic


block engine with IPF

Hello,

I added the block engine within my theme to load block_id's, but the code is not full IPF compatible.
How should I use the icms_core_BlockHandler in this example?

<?php $icms_block_handler = xoops_gethandler('block'); $xobject = $icms_block_handler->get($block_id, TRUE); $template = new icms_view_Tpl(); $block = array( 'id' => $xobject->getVar( 'bid' ), 'module' => $xobject->getVar( 'dirname' ), 'title' => $xobject->getVar( 'title' ), 'weight' => $xobject->getVar( 'weight' ), 'lastmod' => $xobject->getVar( 'last_modified' ), ); $tplName = ( $tplName = $xobject->getVar('template') ) ? "db:$tplName" : "db:system_block_dummy.html"; if ( $bresult = $xobject->buildBlock() ) { $template->assign( 'block', $bresult ); $block['content'] = $template->fetch($tplName); } else { $block = FALSE; } $this->assign('block', $block); ?>

Report
Topic


Re: Flash is DEAD

You're right where mobile device support is concerned. This sudden stop by Adobe to support mobile flash on Android created some problems here and there (Notably the BBC used flash to power their iPlayer software).

Flash wasn't conceived for mobile platforms. Most users were using Flash to watch movies online, so I hope there will be a consensus about the movie format in the near future (some browsers not wanting to include H264 because of the patent-riddled nature of it, while other only want to use it).

Just a little extra info : Apple wasn't really blacklisting Flash, but all types of software that allowed people to run software on a iDevice that Apple couldn't control. There is no Java or .NET environment on apple devices (applications, yes, but not just an environment where you can run whatever you want). Flash was just the most visible of the lot, so its unsupported nature received the most press attention

Me on OpenHub

Report
Topic



 Top