<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Wordpress Themes - WP Forum at BFA</title>
		<link>http://forum.bytesforall.com</link>
		<description>Wordpress Themes, WP hacks, plugins, web hosting, widgets and more</description>
		<language>en</language>
		<lastBuildDate>Thu, 23 May 2013 11:53:42 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.bytesforall.com/images/bytesforall/misc/rss.jpg</url>
			<title>Wordpress Themes - WP Forum at BFA</title>
			<link>http://forum.bytesforall.com</link>
		</image>
		<item>
			<title>Strange Website Resizing</title>
			<link>http://forum.bytesforall.com/showthread.php?t=20382&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 11:26:54 GMT</pubDate>
			<description>Hey I am a new user for montezuma and its great but it seems to resize the header text and kind of flashes when loading is there something Im doing...</description>
			<content:encoded><![CDATA[<div>Hey I am a new user for montezuma and its great but it seems to resize the header text and kind of flashes when loading is there something Im doing wrong.<br />
<br />
Oh yeah one of the menus page/2 takes the whole screen size with no header no sidebars <br />
<br />
Can anyone help me please?</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=53">Montezuma Theme</category>
			<dc:creator>africanos23</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20382</guid>
		</item>
		<item>
			<title>Post picture placement</title>
			<link>http://forum.bytesforall.com/showthread.php?t=20381&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 17:26:05 GMT</pubDate>
			<description><![CDATA[Hey, 
 
I'm using Montezuma theme and I switched CSS grid to 100%. Now, when I select a picture for a post, it is shown on my main page. But it is...]]></description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
I'm using Montezuma theme and I switched CSS grid to 100%. Now, when I select a picture for a post, it is shown on my main page. But it is shown on the left and I want it in the center of the picture box. So, in .post-thumb img in posts.css, I added margin-left: auto; margin-right: auto; . But this doesn't change anything. <br />
<br />
What do I have to change that it works?</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=53">Montezuma Theme</category>
			<dc:creator>Kalkihe</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20381</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Different Logo on static homepage]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20380&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 12:02:50 GMT</pubDate>
			<description><![CDATA[I'd like to have one logo for the static homepage and one for all other pages, is there a way to do this, Site isn't up yet, I'm in the planning...]]></description>
			<content:encoded><![CDATA[<div>I'd like to have one logo for the static homepage and one for all other pages, is there a way to do this, Site isn't up yet, I'm in the planning stages. Thanks</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=15"><![CDATA[Header configuration & styling]]></category>
			<dc:creator>greggrsmith</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20380</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Font size of titles not following value of content.css]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20379&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 08:58:34 GMT</pubDate>
			<description>Hello, 
 
I am new to Montezuma and trying to modify the font and font size of the titles (h1 to h6 HTML markup). I worked out I had to edit...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am new to Montezuma and trying to modify the font and font size of the titles (h1 to h6 HTML markup). I worked out I had to edit content.css via Dashboard &gt; Appearance &gt; Montezuma Options &gt; CSS Files &gt; content.css.<br />
<br />
It works for the font, but the font size is not picked up unless I add &quot;!important&quot; (see h2 in the example below). Am I missing something?<br />
<br />
Thanks in advance for any info you could provide me with,<br />
dcclxi<br />
<br />
<br />
<b>Extract of content.css</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">/********************************************************************<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;H1&gt; - &lt;H6&gt; HEADINGS<br />
********************************************************************/<br />
<br />
h1, h2, h3, h4, h5, h6 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  'Annie Use Your Telescope', 'Yanone Kaffeesatz', sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  normal; <br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  20px 0 10px 0;<br />
}<br />
<br />
h1 { font-size: 28px; line-height: 44px; }<br />
h2 { font-size: 24px !important; line-height: 40px; }<br />
h3 { font-size: 20px; line-height: 35px; }<br />
h4 { font-size: 16px; line-height: 33px; }<br />
h5 { font-size: 12px; line-height: 27px; }<br />
h6 { font-size: 8px; line-height: 22px; }</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=53">Montezuma Theme</category>
			<dc:creator>dcclxi</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20379</guid>
		</item>
		<item>
			<title><![CDATA[didn't make child theme before i edited CSS. should i upgrade?]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20378&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 01:12:18 GMT</pubDate>
			<description>I am running Montezuma 1.1.3. It is my first wordpress site and i made a number of tweaks (which took me forever, and used a lot of your collective...</description>
			<content:encoded><![CDATA[<div>I am running Montezuma 1.1.3. It is my first wordpress site and i made a number of tweaks (which took me forever, and used a lot of your collective help) to the theme CSS files. the site is running well and is getting a lot of traffic.<br />
<br />
Now I see there are newer versions available. I am quite happy with the site as it is, and wonder whether there is any advantage to upgrading to 1.1.9? I did not know about child themes when i did all the edits, and I worry it would be very difficult for me to re-do all the theme modifications I made from scratch.<br />
<br />
So my two questions are: is there any easier way to retro-engineer a childtheme so i can preserve my edits? and- is there a compelling reason to upgrade if i am satisfied with 1.1.3? (security problems, future incompatibility problems, etc)<br />
<br />
thanks!!!<br />
tony</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=53">Montezuma Theme</category>
			<dc:creator>sixleggedinsect</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20378</guid>
		</item>
		<item>
			<title><![CDATA[getting dozens of identical "trackback" directory 404 errors]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20377&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 01:08:23 GMT</pubDate>
			<description><![CDATA[I don't know if this is a Montezuma-specific thing, but I couldn't find anything about it on google nor the forum here. Starting a few months ago,...]]></description>
			<content:encoded><![CDATA[<div>I don't know if this is a Montezuma-specific thing, but I couldn't find anything about it on google nor the forum here. Starting a few months ago, using a 404 alert plugin, I get dozens and dozens of 404 errors for a nonexistent and non-linked directory &quot;trackback&quot; in my home directory, usually in spurts where five or ten will come through in the course of a couple minutes. I'm perplexed why this is happening, and wonder if it is something to do with the mysterious workings of the theme?<br />
<br />
Many apologies if this is off-topic here. Just thought it would be a good place to start.<br />
<br />
Thanks-<br />
tony</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=53">Montezuma Theme</category>
			<dc:creator>sixleggedinsect</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20377</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Hover on images in home page only]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20375&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 18:57:12 GMT</pubDate>
			<description>Hello, 
 
How can i add hover over images (opacity change on mouse over) to images on the home page? 
 
I found the above code to a particular page:...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
How can i add hover over images (opacity change on mouse over) to images on the home page?<br />
<br />
I found the above code to a particular page:<br />
body.page-id-95 .post img:hover {<br />
    background: #dddddd;<br />
}<br />
<br />
How do I change him to home page? By my examination this code does not work already.<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=15"><![CDATA[Header configuration & styling]]></category>
			<dc:creator>liana-kornik</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20375</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Remove breadcrumbs?]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20374&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 16:51:32 GMT</pubDate>
			<description><![CDATA[Hi, how do I get rid of those pesky breadcrumbs? Specifically on static pages. 
 
I'm not a WP expert, BTW.]]></description>
			<content:encoded><![CDATA[<div>Hi, how do I get rid of those pesky breadcrumbs? Specifically on static pages.<br />
<br />
I'm not a WP expert, BTW.</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=53">Montezuma Theme</category>
			<dc:creator>JessAlexander</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20374</guid>
		</item>
		<item>
			<title>Favicons not showing in Atahualpa</title>
			<link>http://forum.bytesforall.com/showthread.php?t=20373&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 15:52:41 GMT</pubDate>
			<description>See this: 
http://forum.bytesforall.com/showthread.php?t=16442 
 
Think my icon does not show because path is:...</description>
			<content:encoded><![CDATA[<div>See this:<br />
<a href="http://forum.bytesforall.com/showthread.php?t=16442" target="_blank">http://forum.bytesforall.com/showthread.php?t=16442</a><br />
<br />
Think my icon does not show because path is:<br />
<a rel="nofollow" href="http://library.gc.cuny.edu/mrl365_2/wp-content/themes/atahualpa/images/favicon/gcfavicon.ico" target="_blank">http://library.gc.cuny.edu/mrl365_2/.../gcfavicon.ico</a><br />
<br />
but my website is:<br />
<a rel="nofollow" href="http://library.gc.cuny.edu" target="_blank">http://library.gc.cuny.edu</a><br />
<br />
I used this method:<br />
<a rel="nofollow" href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory" target="_blank">http://codex.wordpress.org/Giving_Wo..._Own_Directory</a></div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=12"><![CDATA[New Versions, & Updating]]></category>
			<dc:creator>gnosis</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20373</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Fatal Error]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20372&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 13:32:33 GMT</pubDate>
			<description>Hi, 
 
I really like the theme. But when trying to Live Preview and/or install the theme, I get the following Error Message: 
 
Fatal error: Call to...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I really like the theme. But when trying to Live Preview and/or install the theme, I get the following Error Message:<br />
<br />
Fatal error: Call to undefined function wp_get_image_editor() in /mnt/web6/c1/83/51021483/htdocs/WordPress_02/wp-content/themes/montezuma/includes/thumb.php on line 163<br />
<br />
Other themes work fine.<br />
<br />
Thanks<br />
Kerstin</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=53">Montezuma Theme</category>
			<dc:creator>kecki</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20372</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Change Title Text in Sidebar]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20371&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 12:36:16 GMT</pubDate>
			<description>Where would I go in Atahualpa theme to change the Title Text on Sidebar?</description>
			<content:encoded><![CDATA[<div>Where would I go in Atahualpa theme to change the Title Text on Sidebar?</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=14"><![CDATA[Sidebars & Widgets]]></category>
			<dc:creator>bweddin1</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20371</guid>
		</item>
		<item>
			<title>integrating Buddypress Links properly</title>
			<link>http://forum.bytesforall.com/showthread.php?t=20370&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 12:35:29 GMT</pubDate>
			<description><![CDATA[I installed the buddypress 1.7, it integrated well in my theme. 
In addition, i installed the plugin "buddypress links", but this didn't integrate...]]></description>
			<content:encoded><![CDATA[<div>I installed the buddypress 1.7, it integrated well in my theme.<br />
In addition, i installed the plugin &quot;buddypress links&quot;, but this didn't integrate well.<br />
If i go to the content site of this plugin, mtgeco.net/links/ , the content is displayed without the atahualpa's right sidebar and it has the left sidebar shown again under the content. <br />
What may cause this conflict?</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=16"><![CDATA[Plugins & Atahualpa]]></category>
			<dc:creator>Geco</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20370</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] New favicon not showing up]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20369&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 22:05:17 GMT</pubDate>
			<description>I created a 16x16 px favicon (.ico) in GIMP and uploaded it to the proper file on the server.  Then I entered the name in the Favicon section of...</description>
			<content:encoded><![CDATA[<div>I created a 16x16 px favicon (.ico) in GIMP and uploaded it to the proper file on the server.  Then I entered the name in the Favicon section of Atahualpa and saved.  My favicon isn't showing up.  I tried one of the premade favicons and it doesn't show up either.  My site is: <a rel="nofollow" href="http://www.homeschoolwithlove.com" target="_blank">HomeschoolWithLove.com</a><br />
Thanks.:)</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=15"><![CDATA[Header configuration & styling]]></category>
			<dc:creator>Blessings4all</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20369</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Blog title missing from browser tab]]></title>
			<link>http://forum.bytesforall.com/showthread.php?t=20368&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 21:55:00 GMT</pubDate>
			<description>I just installed Atahualpa today and noticed that my blog title is missing from the browser tab.  There is just a hyphen where the title should be. ...</description>
			<content:encoded><![CDATA[<div>I just installed Atahualpa today and noticed that my blog title is missing from the browser tab.  There is just a hyphen where the title should be.  Do I need to change a setting to make it show up?  Here's my site: <a rel="nofollow" href="http://www.homeschoolwithlove.com" target="_blank">HomeschoolWithLove</a>.  Thanks.</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=15"><![CDATA[Header configuration & styling]]></category>
			<dc:creator>Blessings4all</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20368</guid>
		</item>
		<item>
			<title>Need full-sized image on excerpts</title>
			<link>http://forum.bytesforall.com/showthread.php?t=20367&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 17:55:22 GMT</pubDate>
			<description>All of the images on the homepage excerpts are being cropped.  I want the full image to show up for each excerpt on the homepage.  How do I do this? ...</description>
			<content:encoded><![CDATA[<div>All of the images on the homepage excerpts are being cropped.  I want the full image to show up for each excerpt on the homepage.  How do I do this?  Thanks.</div>

]]></content:encoded>
			<category domain="http://forum.bytesforall.com/forumdisplay.php?f=20">Excerpts, Read more, Pagination</category>
			<dc:creator>Blessings4all</dc:creator>
			<guid isPermaLink="true">http://forum.bytesforall.com/showthread.php?t=20367</guid>
		</item>
	</channel>
</rss>
