Re: BizBuzz - New Template

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
uniqu3

Re: BizBuzz - New Template

Post 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.
astpaul
New Member
New Member
Posts: 7
Joined: Sun Apr 03, 2011 11:20 am

Re: BizBuzz - New Template

Post by astpaul »

Gees. I am sorry! http://tapuat.com/index.php

So far I haven't found the answer but I continue checking.
astpaul
New Member
New Member
Posts: 7
Joined: Sun Apr 03, 2011 11:20 am

Re: BizBuzz - New Template

Post by astpaul »

Everything is solved. Thanks a lot
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm
Location: the Netherlands

Re: BizBuzz - New Template

Post by M@rtijn »

Maybe you can post your solution here, so other CMSMS users can benifit too?
Make your community a better place!
astpaul
New Member
New Member
Posts: 7
Joined: Sun Apr 03, 2011 11:20 am

Re: BizBuzz - New Template

Post 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.
astpaul
New Member
New Member
Posts: 7
Joined: Sun Apr 03, 2011 11:20 am

Re: BizBuzz - New Template

Post 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!
barra77
New Member
New Member
Posts: 4
Joined: Sun Apr 17, 2011 7:33 am

Re: BizBuzz - New Template

Post by barra77 »

Where to set the number of news and category news in News Slider in Content???

Please help.
astpaul
New Member
New Member
Posts: 7
Joined: Sun Apr 03, 2011 11:20 am

Re: BizBuzz - New Template

Post by astpaul »

As far as I know you would have to change the template code to have this output.
uniqu3

Re: BizBuzz - New Template

Post 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.
astpaul
New Member
New Member
Posts: 7
Joined: Sun Apr 03, 2011 11:20 am

Re: BizBuzz - New Template

Post 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 ?
barra77
New Member
New Member
Posts: 4
Joined: Sun Apr 17, 2011 7:33 am

Re: BizBuzz - New Template

Post 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!
uniqu3

Re: BizBuzz - New Template

Post 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.
DAGATH
New Member
New Member
Posts: 5
Joined: Tue Nov 23, 2010 11:57 am

Re: BizBuzz - New Template

Post 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.
ciacho
New Member
New Member
Posts: 3
Joined: Mon Jun 06, 2011 7:37 pm

Re: BizBuzz - New Template

Post 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.
uniqu3

Re: BizBuzz - New Template

Post 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.
Post Reply

Return to “Layout and Design (CSS & HTML)”