Search This Blog


OnlineLahTauke! Bring Your Business Online!
Showing posts with label Code Snippets. Show all posts
Showing posts with label Code Snippets. Show all posts

Tuesday, 23 April 2013

Customize Theme Background Typography Colors

thumb Add to Cart
Item Name How to change background gradients and colors.
Price RM00.00
Sizes (Select Before Checkout)
Description Tutorial on how to change theme background color, link color, background gradient color and more
More Details Edit background color.
Add gradient background color.
Background color code.
Change theme background.
Customize theme link and typography colors.

We made it super easy for you to customize the whole look of your blog store. With the NEW and improve Blogger Template editor, now customizing your template has become much easier.

Since that our template codes structured to meet design purposes and maximize page optimization, each areas of customization is fairly quite easy to pin-point. For instance:-

Change Header Background Gradient


Go to Template > Backup your Templatee > Edit HTML.

Now expand blogger CSS styles by clicking the small triangle on the left. It should be near Line 41.

Scroll down to Line 170 indicate Header. Change these pieces of codes to customize the Header background:-

background: #cb60b3;
background: -moz-linear-gradient(-45deg,  #cb60b3 0%, #a80077 25%, #c146a1 26%, #db36a4 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#cb60b3), color-stop(25%,#a80077), color-stop(26%,#c146a1), color-stop(100%,#db36a4));
background: -webkit-linear-gradient(-45deg,  #cb60b3 0%,#a80077 25%,#c146a1 26%,#db36a4 100%);
background: -o-linear-gradient(-45deg,  #cb60b3 0%,#a80077 25%,#c146a1 26%,#db36a4 100%);
background: -ms-linear-gradient(-45deg,  #cb60b3 0%,#a80077 25%,#c146a1 26%,#db36a4 100%);
background: linear-gradient(135deg,  #cb60b3 0%,#a80077 25%,#c146a1 26%,#db36a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=1 );


A good on-line tool for CSS gradients we seldom use is here at http://www.colorzilla.com/gradient-editor/ the Ultimate CSS Gradient Generator, which you can quickly customize and select your gradient color of choice, web browser safe colors too!

Alternatively you can also add an image for your Header background by replacing the codes above with the code below:-

background: url('http://url_to_your_uploaded_image') no-repeat center center;


Note that for best rendering, make sure your image is more than 960px wide and centered height which would accomodate the height of widgets you have installed in the header area.
Changing your links color

In Edit HTML section, find Line 127 - 134. Change this code to your color code of selection:-

color: #a80077;


Changing Typography colors


For Header tags ie H1, H2, H3, H4 etc find this code at line 105 - 111. Change the below code to color selection:-

color: #a80077;


For paragraphs color find Line 120 - 125. Change these code below:-
color: #555; <


Note that there will be certain pages which uses its own style referencing. By using the new Blogger tmplate editor search bar ( Ctrl F) you can type in H1 (etc) and press enter, to search for all H1 references in the template. Use the same techniques to pin point your element for customization.

Changing Main Menu Background


Find Line 308 - 365 with Main-Nav indicators.

Find elements in between that line of codes with the " background " tag/s. Change to preferred color selection.

Customizing Drop- Down Menu Colors


Find the elements styles in Line 366 - 467. with Drop-Down Menu indicators.

Find elements in between that line of codes with the " background " tag. Change to preferred color selection.

Thursday, 18 April 2013

Add Cool Social Icons Effect Feature

Add to Cart
Item Name Include awesome social icon effects using CSS 
Price RM42.50
Sizes (Select Before Checkout)
Description Tutorial and code snippet  on how to include an awesome social icon and effect in Blogger HTML widget.
More Details Blogger new styled social icon widget.
Custom install Blogger social icon set.
Spinning Blogger social icon tutorial.
Create social icon effect.
On-hover social icon effect in Blogger. 

Firstly, got to Template Edit HTML > click on the first black triangular icon located on the left of the editor screen. This will expand your theme CSS code snippets.

Now press Ctrl F and type in below code in the template search bar.

]]></b:skin>


Press enter then your template will now  position at the highlighted code (in yellow)

Now, copy below code and paste above/before the code above:-

#social a:hover {
background-color: transparent;opacity:0.7;
}
#social img {
-moz-transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
#social img:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg); transform: rotate(360deg);
}

Click Save Template and now you can go to Layout section.

In Layout > Add a Widget > select HTML/Javascript widget.

Copy below code in the widget body:-

<div id="social">
<!--Start Rss Icon-->
<a title="Grab Our Rss Feed" href="Enter-YOUR-FEED-URL-HERE" target="_blank"><img border="0" src="http://www.hamidshahzad.com/wp-content/uploads/2013/03/S3-Www.HamidShahzad.Com-RSS-48x48.png" style="margin-right:1px;" alt="Icon"/></a> 
<!--End Rss Icon-->

<!--Start Email Rss Icon-->
<a rel="nofollow" title="Subscribe on Youtube" href="Enter-YOUR-EMAIL-RSS-URL-HERE" target="_blank"><img border="0" src="http://www.hamidshahzad.com/wp-content/uploads/2013/03/S3-Www.HamidShahzad.Com-Youtube-48x48.png" style="margin-right:1px;" alt="Icon"/></a>
<!--End Email Rss Icon-->

<!--Start Facebook Icon-->
<a rel="nofollow" title="Like Our Facebook Page" href="Enter-YOUR-FACEBOOK-PAGE-URL-HERE" target="_blank"><img border="0" src="http://www.hamidshahzad.com/wp-content/uploads/2013/03/S3-Www.HamidShahzad.Com-Facebook-48x48.png" style="margin-right:1px;" alt="Icon"/></a>
<!--End Facebook Icon-->

<!--Start Twitter Icon-->
<a rel="nofollow" title="Follow Our Updates On Twitter" href="Enter-YOUR-TWITTER-URL-HERE" target="_blank"><img border="0" src="http://www.hamidshahzad.com/wp-content/uploads/2013/03/S3-Www.HamidShahzad.Com-Twitter-48x48.png" style="margin-right:1px;" alt="Icon"/></a> 
<!--End Twitter Icon-->

<!--Start Google+ Icon--> 
<a title="Follow Us On Google+" rel="nofollow" href="Enter-YOUR-GOOGLE-PLUS-URL-HERE" target="_blank"><img style="margin-right:1px;" src="http://www.hamidshahzad.com/wp-content/uploads/2013/03/S3-Www.HamidShahzad.Com-Google-Plus-48x48.png"/></a>
<!--End Google+ Icon-->

<!--Start Pinterest Icon--> 
<a title="Follow Our Pins" rel="nofollow" href="Enter-YOUR-PINTEREST-URL-HERE" target="_blank"><img style="margin-right:1px;" src="http://www.hamidshahzad.com/wp-content/uploads/2013/03/S3-Www.HamidShahzad.Com-Pinterest-48x48.png" alt="Follow Me on Pinterest" /></a> 
<!--End Pinterest Icon-->
</div>

Now change the URL to your social profile link as indicated in the codes above. Once finished, click Save.

For this theme, you can drag the widget right below the Posr body widget. Click Save Arrangement > and Preview.

Special thanks to hamidshahzad.com for sharing this hacks and codes to easily create an awesome social icon on-mouse over effect by using only CSS.

Do take note that this effect works brilliantly with webkit browsers ie Google, Safari, FireFox etc. You'ed guessed it, the effects does not work with old IE 7, 8, 9 but the icons renders as expected.

Tuesday, 16 April 2013

3. Add Auto E-Mail Invoice Data Fields

product blog store
Item Name Changing/updating data sent to auto e-mail invocing
Price (test) RM36.20
Sizes (Select Before Checkout)
Description A brief look on how data sent from your template to auto e-mail invocing.
More Details Edit custom e-mail data, auto e-mail notifier, send auto e-mail, user automated invoice, blog store auto e-mail setting. retrieve sender e-mail invoice automatically, customize e-mail invoice setting.


Updated 05/2013

For more installation guide detail download page have been updated. Please forward to My Blogshop Gallery official installation page with current updates and add ons at designers blog http://blog.irsah.com/2013/05/official-my-blogshop-gallery-blogger.html

Thursday, 11 April 2013

8. Add Custom Drop Down Menu

Add to Cart
Item Name Tutorial Adding Blog Store Drop Down Menu
Price RM45.00
Sizes (Select Before Checkout)
Description A quick tutorial and code snippet for adding drop down menu navigations. CSS style already included in blog store theme.
More Details How to add Blog store drop down menu.
Drop down menu code snippet.
Add simple drop down menu bar in Blog shop template.


Updated 05/2013

For more installation guide detail download page have been updated. Please forward to My Blogshop Gallery official installation page with current updates and add ons at designers blog http://blog.irsah.com/2013/05/official-my-blogshop-gallery-blogger.html

 

2013 myblogshop-gallery

Designed by | Irsah inDesigns ~ Supported By: Sop My Name

Domain + Hosting | NetKL Domains

Receive all updates via Facebook. Just Click the Like Button Below