Back to site

Blog

Ôªø{{ ------------BEGIN SETTINGS AND CONTROLS------------ }}


{{ ------BLOG INFO------ }}


{% assign: blog_feed_url = 'http://acontinuouslean.com/rss' %}

{% assign: blog_link_url = 'http://acontinuouslean.com/' %}

{% assign: blog_link_text = 'Read more at our blog site Üí' %}

{% assign: number_of_entries = 10 %}


{{ ------FORMAT OPTIONS------ }}


{% assign: blog_link_behaviour = 'newwindow' %}

{% assign: post_date_format = 'F jS, Y' %}

{% assign: align_blog_to_center = 'No' %}


{{ ------SOCIAL SHARING OPTIONS------ }}


{% assign: share_blog_entries_tool = 'addthis' %}

{% assign: addthis_pulisher_id = '' %}

{% assign: share_tool_style = 8 %}


{{ ------SIDEBAR OPTIONS------ }}


{% assign: display_sidebar = 'Yes' %}

{% assign: username_for_twitter_widget = 'themefiend' %}

{% assign: Number_of_Blog_Categories = 5 %}

{% assign: Show_Additional_Sidebar_Content = 'Yes' %}


{{ ------BLOG CATEGORY LINKS------ }}


{% assign: Blog-Category_Name_1 = "Retail" %}

{% assign: Blog-Category_Link_1 = 'http://acontinuouslean.com/' %}


{% assign: Blog-Category_Name_2 = "Books" %}

{% assign: Blog-Category_Link_2 = 'http://acontinuouslean.com/' %}


{% assign: Blog-Category_Name_3 = "Photography" %}

{% assign: Blog-Category_Link_3 = 'http://acontinuouslean.com/' %}


{% assign: Blog-Category_Name_4 = "Bags" %}

{% assign: Blog-Category_Link_4 = 'http://acontinuouslean.com/' %}


{% assign: Blog-Category_Name_5 = "Menswear" %}

{% assign: Blog-Category_Link_5 = 'http://acontinuouslean.com/' %}


{% assign: Blog-Category_Name_6 = "Category 6" %}

{% assign: Blog-Category_Link_6 = 'http://example.com/' %}


{% assign: Blog-Category_Name_7 = "Category 7" %}

{% assign: Blog-Category_Link_7 = 'http://example.com/' %}


{% assign: Blog-Category_Name_8 = "Category 8" %}

{% assign: Blog-Category_Link_8 = 'http://example.com/' %}


{% assign: Blog-Category_Name_9 = "Category 9" %}

{% assign: Blog-Category_Link_9 = 'http://example.com/' %}


{% assign: Blog-Category_Name_10 = "Category 10" %} 

{% assign: Blog-Category_Link_10 = 'http://example.com/' %}


{% capture bottom_of_sidebar_content %}


<div id="additionalcontent">  

 We are Success Society Lifestyle brand. We are a group of talented minds who are trying to define, discover and create Success. We will update this blog with upcoming events we are participating in.

</div>


{% endcapture %}


{{ ------------END SETTINGS AND CONTROLS------------ }}


<div id="blog_content" class="wrp{% if display_sidebar == 'Yes' %} with_side{% endif %}{% if blog_width != blank %} def_width{% endif %}">

<div class="inner" style="{% if align_blog_to_center == 'Yes' %}margin: 0 auto;{% endif %}{% if blog_width != blank %}width:{{ blog_width }}px;{% endif %}">

<div id="post_bar">

<div id="loading_blog">

  <span>Loading posts...</span>

  <img src="http://themefiend.com/_demo/ajax-loader.gif">

  </div>

</div>

{% if display_sidebar contains 'es' %}

<div id="side_bar" style="display:none">{% capture top_of_sidebar_content %}<h3>View by Category:</h3>

 <ul> 

{% if Number_of_Blog_Categories >= 1 %}<li><a href="{{ Blog-Category_Link_1 }}" title="View {{ Blog-Category_Name_1 }} category posts">{{ Blog-Category_Name_1 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 2 %}<li><a href="{{ Blog-Category_Link_2 }}" title="View {{ Blog-Category_Name_2 }} category posts">{{ Blog-Category_Name_2 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 3 %}<li><a href="{{ Blog-Category_Link_3 }}" title="View {{ Blog-Category_Name_3 }} category posts">{{ Blog-Category_Name_3 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 4 %}<li><a href="{{ Blog-Category_Link_4 }}" title="View {{ Blog-Category_Name_4 }} category posts">{{ Blog-Category_Name_4 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 5 %}<li><a href="{{ Blog-Category_Link_5 }}" title="View {{ Blog-Category_Name_5 }} category posts">{{ Blog-Category_Name_5 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 6 %}<li><a href="{{ Blog-Category_Link_6 }}" title="View {{ Blog-Category_Name_6 }} category posts">{{ Blog-Category_Name_6 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 7 %}<li><a href="{{ Blog-Category_Link_7 }}" title="View {{ Blog-Category_Name_7 }} category posts">{{ Blog-Category_Name_7 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 8 %}<li><a href="{{ Blog-Category_Link_8 }}" title="View {{ Blog-Category_Name_8 }} category posts">{{ Blog-Category_Name_8 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 9 %}<li><a href="{{ Blog-Category_Link_9 }}" title="View {{ Blog-Category_Name_9 }} category posts">{{ Blog-Category_Name_9 }}</a></li>{% endif %}

{% if Number_of_Blog_Categories >= 10 %}<li><a href="{{ Blog-Category_Link_10 }}" title="View {{ Blog-Category_Name_10 }} category posts">{{ Blog-Category_Name_10 }}</a></li>{% endif %}

</ul>

{% endcapture %}

{% if top_of_sidebar_content != blank %}

<div id="top_box">{{ top_of_sidebar_content }}</div>

{% endif %}

{% if username_for_twitter_widget != blank %}

<div id="tweet_box">

<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>

<script>

new TWTR.Widget({

version: 2,

type: 'profile',

rpp: 3,

interval: 30000,

width: 'auto',

height: 300,

theme: {

shell: {

background: 'none',

color: '#ffffff'

},

tweets: {

background: 'none',

color: '#ffffff',

links: '#ffffff'

}

},

features: {

scrollbar: false,

loop: false,

live: false,

behavior: 'all'

}

}).render().setUser('{{ username_for_twitter_widget }}').start();

</script>

</div>

{% endif %}

  {% if Show_Additional_Sidebar_Content == 'Yes' %}

{% if bottom_of_sidebar_content != blank %}

<div id="bot_box">{{ bottom_of_sidebar_content }}</div>

{% endif %}

</div>

{% endif %}

  {% endif %}

<div class="clr"></div>

</div>

</div>


<script type="text/javascript">

var feedURL = '{{ blog_feed_url | strip_html | replace: "'", "\\'" }}';

var numEntries = '{{ number_of_entries | strip_html | replace: "'", "\\'" }}';

var blogURL = '{{ blog_link_url | strip_html | replace: "'", "\\'" }}';

var blogLink = '{{ blog_link_text | strip_html | replace: "'", "\\'" }}';

var linkAtts = '{{ blog_link_behaviour | strip_html | replace: "'", "\\'" }}';

var dateFormat = '{{ post_date_format | strip_html | replace: "'", "\\'" }}';

var shareEntries = '{{ share_blog_entries_tool | strip_html | replace: "'", "\\'" }}';

var addThisID = '{{ addthis_pulisher_id | strip_html | replace: "'", "\\'" }}';

var shareFormat = '{{ share_tool_style | strip_html | replace: "'", "\\'" }}';

</script>

<script type="text/javascript" src="http://www.google.com/jsapi"></script>

<script type="text/javascript" src="http://themefiend.com/_demo/tf-blog-code.js"></script>