Is it possible to insert Cu3er or Piecemaker in Artisteer generated template


Author Message
Richard

Posted: 9/4/2010
Quote message 

Hi,
Could anyone tell me if it is possible to insert a Cu3er or Piecemaker slider into the header of an Artisteer generated Wordpres template?

Thanks,
Richard
 
Lawrence

Posted: 9/4/2010
Quote message 

It is possible, it just takes some effort. Here's a tutorial I found with a Google search.

http://net.tutsplus.com/tutorials/wordpress/integrating-the-piecemaker-3d-gallery-into-your-wordpress-theme/
 
Ian

Posted: 9/5/2010
Quote message 

Hey Rich,

Its a bit of nightmare but I've got it running in the end. However, I couldn't get it properly working in one of the widegt boxes so its just on the page.

Its flash insert using the Kimili Flash Embed plugin. Not ideal, but it does now work.

Can't say I'm impressed with the latest update as it seems to have thrown lots of things out of wack. Hope that helps!!

ian
 
Michael

Posted: 9/6/2010
Quote message 

It is actually quite easy :D

I am using the ExecPHP widget and use Cu3er out of the box there. In the top widgets - the one on top of the articles - and use this code


<?php if((!(is_single()) and !(is_page())) and (function_exists('install_cu3er'))) {
echo "<div class='art-post'>\n";
echo "<div class='art-post-tl'></div>\n";
echo "<div class='art-post-tr'></div>\n";
echo "<div class='art-post-bl'></div>\n";
echo "<div class='art-post-br'></div>\n";
echo "<div class='art-post-tc'></div>\n";
echo "<div class='art-post-bc'></div>\n";
echo "<div class='art-post-cl'></div>\n";
echo "<div class='art-post-cr'></div>\n";
echo "<div class='art-post-cc'></div>\n";
echo "<div class='art-post-body'>\n";
echo "<div class='art-post-inner art-article'>\n";
install_cu3er();
echo "</div>\n";
echo "<div class='cleared'></div>\n";
echo "</div>\n";
echo "</div>\n";
} ?>


works fine and looks like this:

www.myrddin.de
 
Michael

Posted: 9/6/2010
Quote message 

Sorry, forgot to mention: Ofc you need Cu3er Post Elements Plugin. You can get it here: http://18elements.com/tools/cu3er-post-elements
 
Ian

Posted: 4/23/2011
Quote message 

Picking up on Cu3er again, does anyone know of a way to embed it into the header graphic as opposed to a page?

would be nice up there.