New Multi Tabbed Widget For Blogger - Editable Tabs! - My Blogger Market

Breaking

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

6/06/2011

New Multi Tabbed Widget For Blogger - Editable Tabs!

MULTI-TABS-WIDGET

Just a new version release of a Menu Tabs widget for blogger, fully customizable and editable. This widget is an exact code copy of our Wordpress Menu Tab Widget that we created for blogger blogs. The only difference is the design this time and with a more easy tutorial. I just hope you like it. Lets get to work now!

 


Live Demo 1



Live Demo 2

Adding Menu Tabs Widget to New Blogger

Kindly follow these steps,

  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Search for ]]></b:skin>
  4. Just below it paste the following code –> MBT Menu Tabs JavaScript
  5. And just above ]]></b:skin> paste this code,

/*----- MBT Multi Tabbed Widget ----*/
.tabs-widget{list-style:none;list-style-type:none;margin:0 0 10px 0;padding:0;height:40px}
.tabs-widget li{list-style:none;list-style-type:none;margin:0 0 0 4px;padding:0;float:left}
.tabs-widget li:first-child{margin:0}
.tabs-widget li a{color:#8F8C7C;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0DsOOEM5U_Xkkvftu3NA4b7JGT5srSloKeIR4ED9nz5jIeh1Kxgj74FuMN6w2ZboTkvckOXPFo9_11yuG6Sk_0i3n2Trfzn7yGkk4PPYarjHdKWLjAdx3Wq7hqRWCsSEIACBIb2z2t60/s1600/tabs-widget-bg.png) left top repeat-x;padding:12px 14px;display:block;text-decoration:none;font:bold 11px Arial,Helvetica,Sans-serif;text-transform:uppercase}
.tabs-widget li a:hover,.tabs-widget li a.tabs-widget-current{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0DsOOEM5U_Xkkvftu3NA4b7JGT5srSloKeIR4ED9nz5jIeh1Kxgj74FuMN6w2ZboTkvckOXPFo9_11yuG6Sk_0i3n2Trfzn7yGkk4PPYarjHdKWLjAdx3Wq7hqRWCsSEIACBIb2z2t60/s1600/tabs-widget-bg.png) left -140px repeat-x;color:#EE5D06;text-decoration:none}
.tabs-widget-content{}
.tabviewsection{margin-top:10px;margin-bottom:10px;}

 

     6.   Now Carefully follow this step as it involves the position of the widget in your template. Since most templates have different coding so if you could not find a matching code below then don't worry and let me know by posting your blog URL in the Comments Form

Search for this code if you are using new blogger template designs,

 <div class='column-right-inner'>

or this if you using any other template,

<div id='sidebar-wrapper'>

and just below the code you find, paste the following code,

<div class='tabviewsection'>

<script type='text/javascript'>
            jQuery(document).ready(function($){
                $(&quot;.tabs-widget-content-widget-themater_tabs-1432447472-id&quot;).hide();
                $(&quot;ul.tabs-widget-widget-themater_tabs-1432447472-id li:first a&quot;).addClass(&quot;tabs-widget-current&quot;).show();
                $(&quot;.tabs-widget-content-widget-themater_tabs-1432447472-id:first&quot;).show();
      
                $(&quot;ul.tabs-widget-widget-themater_tabs-1432447472-id li a&quot;).click(function() {
                    $(&quot;ul.tabs-widget-widget-themater_tabs-1432447472-id li a&quot;).removeClass(&quot;tabs-widget-current a&quot;);
                    $(this).addClass(&quot;tabs-widget-current&quot;);
                    $(&quot;.tabs-widget-content-widget-themater_tabs-1432447472-id&quot;).hide();
                    var activeTab = $(this).attr(&quot;href&quot;);
                    $(activeTab).fadeIn();
                    return false;
                });
            });
        </script>

<ul class='tabs-widget tabs-widget-widget-themater_tabs-1432447472-id'>
<li><a href='#widget-themater_tabs-1432447472-id1'>About</a></li>
<li><a href='#widget-themater_tabs-1432447472-id2'>Tags</a></li>
<li><a href='#widget-themater_tabs-1432447472-id3'>Archives</a></li>
</ul>

<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id1'>
<b:section class='sidebar' id='sidebartab1' preferred='yes'>
</b:section>                                      
</div>                           
                               
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id2'>
<b:section class='sidebar' id='sidebartab2' preferred='yes'>
</b:section>                                        
</div>                           
                               
<div class='tabs-widget-content tabs-widget-content-widget-themater_tabs-1432447472-id' id='widget-themater_tabs-1432447472-id3'>
<b:section class='sidebar' id='sidebartab3' preferred='yes'>
</b:section>                                       
</div>

</div>

<div style='height:5px;clear:both;'/>

 

Please Replace About, Tags and Archive with your Widget Titles that you will be adding. Keep the title short.

     7.      Now Go To Page Elements. You will see something like this,

MENU-TABS-PAGE-ELEMENTS

 

    8.     And now comes the most difficult step... Start Adding Widgets! Have Fun =)

No comments:

Post a Comment

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.

Post Top Ad

Responsive Ads Here