<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Multi-Column Widget WordPress Theme	</title>
	<atom:link href="https://www.shibashake.com/wp/multi-column-widget-wordpress-theme/feed" rel="self" type="application/rss+xml" />
	<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme</link>
	<description>Adventures in WordPress</description>
	<lastBuildDate>Fri, 31 Dec 2021 02:07:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9</generator>
	<item>
		<title>
		By: Setting up your bottom widgets		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-926341</link>

		<dc:creator><![CDATA[Setting up your bottom widgets]]></dc:creator>
		<pubDate>Wed, 13 Sep 2017 21:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-926341</guid>

					<description><![CDATA[[&#8230;] Bottom Widget are is based on coding from the Multi-Column Widget at www.shibashake.com which is quite exceptional considering the functionality this offers, so a lot of credit goes to [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Bottom Widget are is based on coding from the Multi-Column Widget at <a href="http://www.shibashake.com" rel="nofollow ugc">http://www.shibashake.com</a> which is quite exceptional considering the functionality this offers, so a lot of credit goes to [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ShibaShake		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-12453</link>

		<dc:creator><![CDATA[ShibaShake]]></dc:creator>
		<pubDate>Sat, 17 Mar 2012 22:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-12453</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-12387&quot;&gt;Alessandro&lt;/a&gt;.

In my Shiba Widgets plugin I have a section that looks for the last widget. It is in the &lt;strong&gt;shiba-widget-mcol.php&lt;/strong&gt; file. Most of it is in the function &lt;em&gt;widget&lt;/em&gt;, and function &lt;em&gt;end_widget&lt;/em&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-12387">Alessandro</a>.</p>
<p>In my Shiba Widgets plugin I have a section that looks for the last widget. It is in the <strong>shiba-widget-mcol.php</strong> file. Most of it is in the function <em>widget</em>, and function <em>end_widget</em>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alessandro		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-12387</link>

		<dc:creator><![CDATA[Alessandro]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 13:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-12387</guid>

					<description><![CDATA[I&#039;m searching for a solution like this one, and that&#039;s a really well done article.
I wish to knew if it&#039;s possible add an ordered number in

&#039;before_widget&#039; =&#062; &#039;&#039;

becouse I have to identify the last widget and change is css, to make tke widget aligned with the grid (i cannot have them aligned with percent)]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m searching for a solution like this one, and that&#8217;s a really well done article.<br />
I wish to knew if it&#8217;s possible add an ordered number in</p>
<p>&#8216;before_widget&#8217; =&gt; &#8221;</p>
<p>becouse I have to identify the last widget and change is css, to make tke widget aligned with the grid (i cannot have them aligned with percent)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ShibaShake		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-6646</link>

		<dc:creator><![CDATA[ShibaShake]]></dc:creator>
		<pubDate>Wed, 07 Sep 2011 17:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-6646</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-6628&quot;&gt;Veronica&lt;/a&gt;.

&lt;blockquote&gt;Can I make my widget a fixed height&lt;/blockquote&gt;

1. Identify your widget div.
2. Set the height of your widget div in CSS.
e.g. #my-widget-div { height: 100px; }]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-6628">Veronica</a>.</p>
<blockquote><p>Can I make my widget a fixed height</p></blockquote>
<p>1. Identify your widget div.<br />
2. Set the height of your widget div in CSS.<br />
e.g. #my-widget-div { height: 100px; }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Veronica		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-6628</link>

		<dc:creator><![CDATA[Veronica]]></dc:creator>
		<pubDate>Tue, 06 Sep 2011 05:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-6628</guid>

					<description><![CDATA[Can I make my widget a fixed height, rather than the widget area a fixed height? If so, how would I do that?

I would like to put in several rows of a widget and therefore want to keep them the same height so they align.

Thank you.]]></description>
			<content:encoded><![CDATA[<p>Can I make my widget a fixed height, rather than the widget area a fixed height? If so, how would I do that?</p>
<p>I would like to put in several rows of a widget and therefore want to keep them the same height so they align.</p>
<p>Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ShibaShake		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-2416</link>

		<dc:creator><![CDATA[ShibaShake]]></dc:creator>
		<pubDate>Sat, 06 Nov 2010 15:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-2416</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-2414&quot;&gt;rjjrdq&lt;/a&gt;.

Sounds like a CSS conflict issue. To make something like this work on certain themes, especially highly styled themes, some CSS and div adjustments are usually necessary.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-2414">rjjrdq</a>.</p>
<p>Sounds like a CSS conflict issue. To make something like this work on certain themes, especially highly styled themes, some CSS and div adjustments are usually necessary.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rjjrdq		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-2414</link>

		<dc:creator><![CDATA[rjjrdq]]></dc:creator>
		<pubDate>Sat, 06 Nov 2010 03:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-2414</guid>

					<description><![CDATA[Doesn&#039;t work with all themes. Destroyed Atahualpa.]]></description>
			<content:encoded><![CDATA[<p>Doesn&#8217;t work with all themes. Destroyed Atahualpa.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asif		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-2012</link>

		<dc:creator><![CDATA[Asif]]></dc:creator>
		<pubDate>Fri, 20 Aug 2010 21:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-2012</guid>

					<description><![CDATA[Great tutorial. Thanks buddy]]></description>
			<content:encoded><![CDATA[<p>Great tutorial. Thanks buddy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ShibaShake		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-1369</link>

		<dc:creator><![CDATA[ShibaShake]]></dc:creator>
		<pubDate>Mon, 26 Apr 2010 20:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-1369</guid>

					<description><![CDATA[That is a great idea Andre. Now you got me stoked to work on the widgets plugin. 

Hopefully I will get to start working on it this week.]]></description>
			<content:encoded><![CDATA[<p>That is a great idea Andre. Now you got me stoked to work on the widgets plugin. </p>
<p>Hopefully I will get to start working on it this week.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andre		</title>
		<link>https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-1361</link>

		<dc:creator><![CDATA[Andre]]></dc:creator>
		<pubDate>Sat, 24 Apr 2010 21:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/widget-ready-wp-theme-how-to-create-one#comment-1361</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-1356&quot;&gt;ShibaShake&lt;/a&gt;.

Here is something to consider and it&#039;s something I am amazed why no one has attempted it yet, but if you came up with a commercial widget (paid), you could do quite well with this idea...I&#039;d do it myself but I am too busy with my site and designing for both Joomla and WP, but here goes:

Again, based on Joomla, have a widget that lets you enter in a custom style attribute in a field that would go into &quot;any&quot; widget like Widget Logic does. That one puts a form field at the bottom of every widget and you enter in WP Conditional Tags to publish it to select areas of your site. However, take this one step further and add another field where you can do what Joomla has for modules. You make a css style for a module, then with the module open, you can enter in the style you made. So if you did this in your style sheet: .module-blue  and then open the module, add -blue to the field, that particular module will take on that module style of blue.

So the idea is to do this for WP widgets. I know it&#039;s possible. Make this along with your method of dynamic width widgets here, you can do quite well if provided as a commercial widget ($) or at least get WordPRess to implement this into a future version and then give you credit for it.

The other option is... come up with one like this and I will utilize it within my themes along with your full credit for it. If interested, let me know.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://shibashake.com/wp/multi-column-widget-wordpress-theme/comment-page-1#comment-1356">ShibaShake</a>.</p>
<p>Here is something to consider and it&#8217;s something I am amazed why no one has attempted it yet, but if you came up with a commercial widget (paid), you could do quite well with this idea&#8230;I&#8217;d do it myself but I am too busy with my site and designing for both Joomla and WP, but here goes:</p>
<p>Again, based on Joomla, have a widget that lets you enter in a custom style attribute in a field that would go into &#8220;any&#8221; widget like Widget Logic does. That one puts a form field at the bottom of every widget and you enter in WP Conditional Tags to publish it to select areas of your site. However, take this one step further and add another field where you can do what Joomla has for modules. You make a css style for a module, then with the module open, you can enter in the style you made. So if you did this in your style sheet: .module-blue  and then open the module, add -blue to the field, that particular module will take on that module style of blue.</p>
<p>So the idea is to do this for WP widgets. I know it&#8217;s possible. Make this along with your method of dynamic width widgets here, you can do quite well if provided as a commercial widget ($) or at least get WordPRess to implement this into a future version and then give you credit for it.</p>
<p>The other option is&#8230; come up with one like this and I will utilize it within my themes along with your full credit for it. If interested, let me know.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 10/23 objects using disk
Page Caching using disk: enhanced 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.shibashake.com
Lazy Loading (feed)
Minified using disk
Database Caching 2/29 queries in 0.015 seconds using disk (Request-wide modification query)

Served from: www.shibashake.com @ 2024-12-17 19:23:36 by W3 Total Cache
-->