Page 8 of 11
Re: BizBuzz - New Template
Posted: Sun Apr 03, 2011 4:58 pm
by uniqu3
In your provided link there is no BizBuzz template
Any of known problems are listed in this topic, i think reading throught the topic will lead you to solution, or provied correct link.
Re: BizBuzz - New Template
Posted: Tue Apr 05, 2011 6:06 pm
by astpaul
Gees. I am sorry!
http://tapuat.com/index.php
So far I haven't found the answer but I continue checking.
Re: BizBuzz - New Template
Posted: Tue Apr 05, 2011 6:13 pm
by astpaul
Everything is solved. Thanks a lot
Re: BizBuzz - New Template
Posted: Wed Apr 06, 2011 6:56 am
by M@rtijn
Maybe you can post your solution here, so other CMSMS users can benifit too?
Re: BizBuzz - New Template
Posted: Wed Apr 06, 2011 8:45 am
by astpaul
Happy to.
IMAGE ISSUE
1) I duplicated the directory /uploads/BizzBuzzV2 into /uploads/BizzBuzz
NEWS MODULE
2) when installing them, I renamed the news templates not like the files are named but deleting the 'summary' prefix
FORM MODULE
3) make sure that in your contactFooter template the fields Name and Alias are populated with 'contactFooter'
That solved my issues
NOW,
I have a need of changing a few things and I cannot find a way to do it (nor did I find them in this thread):
1) in the NEWS in the front page, I want to delete the author and category display. I tried to modify the templates but nothing works!
2) in the Footer, I want to modify the middle one. Is it hard coded somewhere ? I could not find it in the place it should be placed.
Re: BizBuzz - New Template
Posted: Wed Apr 06, 2011 8:49 am
by astpaul
Also,
Is there any way in the footer to put a sitemap module ? it would be great for the SEO and the user!
Re: BizBuzz - New Template
Posted: Sun Apr 17, 2011 7:40 am
by barra77
Where to set the number of news and category news in News Slider in Content???
Please help.
Re: BizBuzz - New Template
Posted: Sun Apr 17, 2011 10:08 am
by astpaul
As far as I know you would have to change the template code to have this output.
Re: BizBuzz - New Template
Posted: Sun Apr 17, 2011 10:18 am
by uniqu3
@bara77
search for this part in BizBuzz Template:
Code: Select all
<!-- start infoBlock -->{if $contentnews == "+"}
<div class="infoBlockWrapper">
<div class="infoBlock">
{news summarytemplate='newsFrontpage'}
<!-- end infoBlock -->
</div>
</div>{/if}
Now add parameter for example showing three articles number="3" in the news call.
@astapul
to add sitemap you have to call {site_mapper} tag in the footer part, as i don't know where excatly you want to show it i can't give you any more help, but you will have to style it, you could use the "News" list style to show your sitemap.
Re: BizBuzz - New Template
Posted: Sun Apr 17, 2011 10:58 am
by astpaul
Thanks Uniq3
I want to replace the current middle footer and place instead a Sitemap. Is there any way to make this change for all the pages at once ?
Re: BizBuzz - New Template
Posted: Sun Apr 17, 2011 11:55 am
by barra77
uniqu3 wrote:@bara77
search for this part in BizBuzz Template:
Code: Select all
<!-- start infoBlock -->{if $contentnews == "+"}
<div class="infoBlockWrapper">
<div class="infoBlock">
{news summarytemplate='newsFrontpage'}
<!-- end infoBlock -->
</div>
</div>{/if}
Now add parameter for example showing three articles number="3" in the news call.
@astapul
to add sitemap you have to call {site_mapper} tag in the footer part, as i don't know where excatly you want to show it i can't give you any more help, but you will have to style it, you could use the "News" list style to show your sitemap.
Many thanks!
Re: BizBuzz - New Template
Posted: Sun Apr 17, 2011 12:35 pm
by uniqu3
@bara77
NP
@astapul
Yes look for this part in template:
Code: Select all
<div class="infoBlockGroup">{if $footersecond == "+"}
<h3>Where can you find me?</h3>
<div class="infoBlockGroupInner">
<p>My name is <a href="http://www.i-arts.eu">Goran Ilic</a> and i am a Freelance Designer.<br />You can contact me through the Form on the right.
</p>
<ul class="list-social">
<li>
<a target="_blank" title="connect with me on Twitter, page will open in new a window" href="http://www.twitter.com/#">
<img src="/1.9.4/uploads/BizBuzzV2/twitter.png" alt="Twitter" /> </a>
</li>
<li>
<a target="_blank" title="connect with me on Facebook, page will open in new a window" href="http://www.facebook.com/#">
<img src="/1.9.4/uploads/BizBuzzV2/facebook.png" alt="Facebook" /></a>
</li>
<li>
<a target="_blank" title="connect with me on Friendfeed, page will open in new a window" href="http://friendfeed.com/#">
<img src="/1.9.4/uploads/BizBuzzV2/friendfeed.png" alt="FriendFeed" /></a>
</li>
<li>
<a target="_blank" title="connect with me on Google Buzz, page will open in new a window" href="http://www.google.com/profiles/#">
<img src="/1.9.4/uploads/BizBuzzV2/google.png" alt="Google" /></a>
</li>
<li>
<a target="_blank" title="my photo stream on Flickr, page will open in new window" href="http://www.flickr.com/photos/#">
<img src="/1.9.4/uploads/BizBuzzV2/flickr.png" alt="Flickr" /></a>
</li>
</ul>
</div>
{else}
<h3>{$footersecondtitle}</h3>
<div class="infoBlockGroupInner">
{$footersecondcontent}
</div>{/if}
</div>
Now changed it to this:
Code: Select all
<div class="infoBlockGroup">
<h3>Sitemap</h3>
<div class="infoBlockGroupInner">
{site_mapper}
</div>
</div>
As mentioned you will most possibly have to do some styling, {site_mapper} is simply a menumanager template, you can use it in the same way as {menu} and define templates or whatever you need.
Re: BizBuzz - New Template
Posted: Fri Apr 29, 2011 7:12 am
by DAGATH
Hi uniqu3,
I was hoping you could advise me on something.
I'm using your template which is awesome

but now i would like to ad an option for other languages. My intention is to have my site in English,Spanish and German represented by flags under the search bar. could you advise the best way to do this? I was also playing with the idea of a simple intro page for the user to choose a language but im not sure if this is a good idea regarding SEO.
I have searched but im finding to much information and cant figure out what is the method. I was hoping there would be a relatively simple way like a forge module i can DL and install. Any thoughts?
Also i have a little problem with the menu. The drop-downs are a few pixels below the button so they vanish before i can select them. This is not a big issue im sure i can solve this.
Thanks for the great design.
Re: BizBuzz - New Template
Posted: Mon Jun 06, 2011 7:45 pm
by ciacho
Hello,
I have a problem:
How to make slider to show more pictures than 5?
In gallery for the slider I have added 7 images, but displays only the first 5.
I have the latest version of Your BizBuzz v2 template.
Thanks for reply.
Re: BizBuzz - New Template
Posted: Tue Jun 07, 2011 11:52 am
by uniqu3
Look in page tmeplate if there is number="5" in the {Gallery} tag, if not then look in Gallery template (was it nivo-slider?) and change the number there if one is preset.