<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I-Tech Web Design North Wales &#187; joomla 1.7</title>
	<atom:link href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/tag/joomla-1-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales</link>
	<description>We offer professional website design services in North Wales and Chester areas</description>
	<lastBuildDate>Mon, 11 Mar 2013 14:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Joomla Beez_20 template: Fontsize &#8211; Limit Size Increases</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/05/2012/joomla-beez_20-template-fontsize-limit-size-increases/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/05/2012/joomla-beez_20-template-fontsize-limit-size-increases/#comments</comments>
		<pubDate>Tue, 15 May 2012 12:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Beez 20]]></category>
		<category><![CDATA[Beez 5]]></category>
		<category><![CDATA[Beez_20]]></category>
		<category><![CDATA[Beez_5]]></category>
		<category><![CDATA[Font Size]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[joomla 1.7]]></category>
		<category><![CDATA[joomla 2.5]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=417</guid>
		<description><![CDATA[When you use joomla and use the Beez templates you have a module which allows you to set the Font size to Bigger&#8230;Smaller or reset. I implement this feature into some of my own templates and websites and need to &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/05/2012/joomla-beez_20-template-fontsize-limit-size-increases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you use joomla and use the Beez templates you have a module which allows you to set the Font size to Bigger&#8230;Smaller or reset. I implement this feature into some of my own templates and websites and need to limit the max font size depending on the design.</p>
<p>In some cases the font becomes to bif for the design so you need to limit the max font size.</p>
<p>Find the following file within the Beez template: md_stylechanger.js</p>
<p>Look for the following code snippet:<br />
<code>function changeFontSize(sizeDifference) {<br />
currentFontSize = parseInt(currentFontSize, 10) + parseInt(sizeDifference * 5, 10);<br />
if (currentFontSize &gt; <span style="color: #ff0000;">180</span>) {<br />
currentFontSize = <span style="color: #ff0000;">180</span>;<br />
} else if (currentFontSize &lt; 60) {<br />
currentFontSize = 60;<br />
}<br />
setFontSize(currentFontSize);<br />
}<br />
</code></p>
<p>Change both the values to a lower number like 160. You are now setting the max size.</p>
<p>If you wanted to limit users to the smallest size then edit the two values below:</p>
<p><code>} else if (currentFontSize &lt; <span style="color: #ff0000;">60</span>) {<br />
currentFontSize = <span style="color: #ff0000;">60</span>;</code></p>
<p>I hope this helps!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F05%2F2012%2Fjoomla-beez_20-template-fontsize-limit-size-increases%2F&amp;title=Joomla%20Beez_20%20template%3A%20Fontsize%20%26%238211%3B%20Limit%20Size%20Increases"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/05/2012/joomla-beez_20-template-fontsize-limit-size-increases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla 2.5 released &#8211; New Features</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2012/joomla-2-5-new-features/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2012/joomla-2-5-new-features/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 12:11:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[joomla 1.6]]></category>
		<category><![CDATA[joomla 1.7]]></category>
		<category><![CDATA[joomla 2.5]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=394</guid>
		<description><![CDATA[Joomla 2.5 was released on the 24 of January which is the official release after Joomla 1.7 The new features include: Joomla Smart Search Smart search offers a faster, more user-friendly search experience for your visitors. It features auto-completion, which &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2012/joomla-2-5-new-features/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Joomla 2.5 was released on the 24 of January which is the official release after Joomla 1.7</p>
<p>The new features include:</p>
<h2>Joomla Smart Search</h2>
<p>Smart search offers a faster, more user-friendly search experience for your visitors. It features auto-completion, which allows the user to find relevant content by just typing the first several letters of a word.</p>
<h2>Multi-Database Support</h2>
<p>Multiple database support makes it possible to run the Joomla on many different databases types other than MySQL and MySQLi. This facilitates integration and update management processes. Joomla 2.5.0 allows different drivers to be written that will support different versions of SQL databases. Current drivers exist for the MySQL and MS SQL databases, with PostgreSQL, Oracle, SQLite and PDO drivers being developed.</p>
<ul>
<li>CAPTCHA in Core</li>
<li>Linking New Menus with a Module</li>
<li>Use the Images and URL Fields to Create Simple Standardized Layouts</li>
<li>Choose whether Administrator to Get Email When New Users Register</li>
<li>Menu Item Note</li>
<li>Custom Text Filters</li>
<li>Greater Flexibility Filtering by Category in Article Manager</li>
<li>Manager for Language Overrides</li>
<li>User Notes</li>
<li>Flexible Newsfeed Order</li>
<li>Image Option for the Offline Page</li>
<li>Option to Have a Site Come Up Offline After Installation</li>
<li>Better Performance in Menu Item Edit page</li>
<li>Alternate meta tags for multi-lingual sites</li>
<li>Improving SEO: New system plugin: languagecode</li>
<li>Improving SEO: New system plugin: languagecode</li>
<li><a href="http://community.joomla.org/blogs/community/1533-new-features-in-joomla-25.html" rel="nofollow">View all new features</a></li>
</ul>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F02%2F2012%2Fjoomla-2-5-new-features%2F&amp;title=Joomla%202.5%20released%20%26%238211%3B%20New%20Features"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/02/2012/joomla-2-5-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Joomla Website Launched: North Wales Railway Circle</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/09/2011/new-joomla-website-launched-north-wales-railway-circle/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/09/2011/new-joomla-website-launched-north-wales-railway-circle/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 12:35:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[I-Tech Web Design North Wales]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[joomla 1.7]]></category>
		<category><![CDATA[north wales]]></category>
		<category><![CDATA[North Wales Railway Circle]]></category>
		<category><![CDATA[rail]]></category>
		<category><![CDATA[railway]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=364</guid>
		<description><![CDATA[We launched a new website today for North Wales Railway Circle. North Wales Railway Circle was formed in 1971 by a group of like-minded people to establish a society for those interested in all aspects of railways. Our underlying aim &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/09/2011/new-joomla-website-launched-north-wales-railway-circle/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We launched a new website today for <a title="North Wales Railway Circle" href="http://www.northwalesrailwaycircle.co.uk/" target="_blank">North Wales Railway Circle</a>.</p>
<p>North Wales Railway Circle was formed in 1971 by a group of like-minded people to establish a society for those interested in all aspects of railways.</p>
<p>Our underlying aim is to encourage greater use by passengers and  freight of the rail network, and to enjoy our mutual interest in  railways, past, present, future, and worldwide.</p>
<p>You can view their website at:</p>
<p><a title="www.northwalesrailwaycircle.co.uk" href="http://www.northwalesrailwaycircle.co.uk/" target="_blank">http://www.northwalesrailwaycircle.co.uk/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F09%2F2011%2Fnew-joomla-website-launched-north-wales-railway-circle%2F&amp;title=New%20Joomla%20Website%20Launched%3A%20North%20Wales%20Railway%20Circle"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/09/2011/new-joomla-website-launched-north-wales-railway-circle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
