Skip to content

Instantly share code, notes, and snippets.

View srinathweb's full-sized avatar

srinath madusanka srinathweb

View GitHub Profile
.centered {
position: fixed;
left: 50%;
transform: translate(-50%, 0);
}
http://magento.stackexchange.com/questions/4793/how-to-link-to-a-category-inside-of-a-static-block-using-xml-and-category-id
http://stackoverflow.com/questions/18583578/get-latest-or-new-products-on-home-page-in-magento-with-layout-update
http://magento.stackexchange.com/questions/4793/how-to-link-to-a-category-inside-of-a-static-block-using-xml-and-category-id
@srinathweb
srinathweb / gist:b9995304c9495dde720a
Created August 13, 2015 05:14
add static link magento
{{widget type="catalog/category_widget_link" anchor_text="Some text" title="Some text" template="catalog/category/widget/link/link_inline.phtml" id_path="category/12"}}
@srinathweb
srinathweb / see magento series
Created August 14, 2015 08:11
see magento series
http://excellencemagentoblog.com/blog/category/magento-blogs/module-development-series/page/2/
@srinathweb
srinathweb / favicon
Created August 14, 2015 11:53
favicon
http://stackoverflow.com/questions/5199902/isnt-it-silly-that-a-tiny-favicon-requires-yet-another-http-request-how-to-mak
index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Suppress browser request for favicon.ico -->
<link rel="shortcut icon" href="#">
@srinathweb
srinathweb / magento layout
Created August 19, 2015 05:15
magento layout
http://bcreativeweb.blogspot.com/2012/11/understanding-magento-layout-update-xml.html
@srinathweb
srinathweb / magento page detect
Created August 19, 2015 05:21
magento page detect
http://www.xpertdeveloper.com/2012/08/detect-page-in-magento/
@srinathweb
srinathweb / magento layout custom
Created August 19, 2015 06:49
magento custom layout
https://www.yireo.com/tutorials/magento/magento-theming/704-video-custom-column-layout
http://www.blog.plazathemes.com/archives/2310