<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: Edit</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 10:22:16 +0000</pubDate>

<item>
<title>cannobbio on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools/page/2#post-26298</link>
<pubDate>Thu, 12 Apr 2012 15:18:49 +0000</pubDate>
<dc:creator>cannobbio</dc:creator>
<guid isPermaLink="false">26298@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sublime Text 2: &#60;a href=&#34;http://www.sublimetext.com/2&#34; rel=&#34;nofollow&#34;&#62;http://www.sublimetext.com/2&#60;/a&#62;&#60;br /&#62;
With wbond packages: &#60;a href=&#34;http://wbond.net/sublime_packages/&#34; rel=&#34;nofollow&#34;&#62;http://wbond.net/sublime_packages/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>joperron on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools/page/2#post-26165</link>
<pubDate>Wed, 04 Apr 2012 21:17:48 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">26165@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Been using PHPStorm at work, it's awesome.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.jetbrains.com/phpstorm/&#34; rel=&#34;nofollow&#34;&#62;http://www.jetbrains.com/phpstorm/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>kassemEzz on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools/page/2#post-26078</link>
<pubDate>Sun, 25 Mar 2012 19:17:55 +0000</pubDate>
<dc:creator>kassemEzz</dc:creator>
<guid isPermaLink="false">26078@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm currently using Netbeans from Oracle (formarly from Sun).. You can download the PHP version of netbeans which is enough for me. You can add the css preview plugin for it and its a free fully featured php editor. Been using it for years
&#60;/p&#62;</description>
</item>
<item>
<title>andycheeseman on "'Edit' link on bottom of Pages"</title>
<link>http://themeshaper.com/forums/topic/edit-link-on-bottom-of-pages#post-25649</link>
<pubDate>Sun, 26 Feb 2012 01:23:30 +0000</pubDate>
<dc:creator>andycheeseman</dc:creator>
<guid isPermaLink="false">25649@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "'Edit' link on bottom of Pages"</title>
<link>http://themeshaper.com/forums/topic/edit-link-on-bottom-of-pages#post-25648</link>
<pubDate>Sun, 26 Feb 2012 00:53:20 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25648@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;yes you could duplicate page.php if you are desperate to remove it.  as fwunder said, it doesn't appear if you aren't logged in.  &#60;/p&#62;
&#60;p&#62;digging into the wordpress codex (since this isn't a thematic function)&#60;/p&#62;
&#60;p&#62;it appears you might be able to wipe it out with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kia_kill_edit_link(){
//sound of one hand clapping
}
add_filter(&#38;#39;get_edit_post_link&#38;#39;,&#38;#39;kia_kill_edit_link&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;untested, ymmv
&#60;/p&#62;</description>
</item>
<item>
<title>andycheeseman on "'Edit' link on bottom of Pages"</title>
<link>http://themeshaper.com/forums/topic/edit-link-on-bottom-of-pages#post-25647</link>
<pubDate>Sun, 26 Feb 2012 00:48:15 +0000</pubDate>
<dc:creator>andycheeseman</dc:creator>
<guid isPermaLink="false">25647@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks. I'm using TextWrangler on the mac and 'inspecting elements' in google chrome to try and trace original code. Is it possible to use functions.php to somehow filter or remove the code from page.php, or is this a case of just duplicating page.php in my child theme?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "'Edit' link on bottom of Pages"</title>
<link>http://themeshaper.com/forums/topic/edit-link-on-bottom-of-pages#post-25646</link>
<pubDate>Sat, 25 Feb 2012 23:43:41 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25646@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;it is in page.php&#60;/p&#62;
&#60;p&#62;when you can't find something try searching files (you are hopefully using a decent text editor such as notepad++ ) for the html markup... so IDs and CLASSes.  in this instance the class equals edit-link which would bring you right to page.php if you didn't think to look there after realizing that it was appearing on pages and wasn't in content-extensions anywhere.
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "'Edit' link on bottom of Pages"</title>
<link>http://themeshaper.com/forums/topic/edit-link-on-bottom-of-pages#post-25645</link>
<pubDate>Sat, 25 Feb 2012 23:41:54 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">25645@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi @andycheeseman&#60;/p&#62;
&#60;p&#62;I think what you are looking for is a wordpress core function:  function edit_post_link()&#60;/p&#62;
&#60;p&#62;It's only shown to logged in admins. If it's annoying you, can't you simply add this to your css?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page .edit-link {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>andycheeseman on "'Edit' link on bottom of Pages"</title>
<link>http://themeshaper.com/forums/topic/edit-link-on-bottom-of-pages#post-25643</link>
<pubDate>Sat, 25 Feb 2012 23:05:41 +0000</pubDate>
<dc:creator>andycheeseman</dc:creator>
<guid isPermaLink="false">25643@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I can't seem to find where the 'Edit' (hover 'edit page') link is being generated from at the bottom of page's. This doesn't happen on individual posts. I've been through content-extensions.php many time but I'm stumped.&#60;/p&#62;
&#60;p&#62;Any suggestions would be grand.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Andy.
&#60;/p&#62;</description>
</item>
<item>
<title>NewFever on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools/page/2#post-25068</link>
<pubDate>Sun, 29 Jan 2012 11:21:13 +0000</pubDate>
<dc:creator>NewFever</dc:creator>
<guid isPermaLink="false">25068@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Another very usefull tool I recently discoverd for testing on mutiple-browsers...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://browserlab.adobe.com/en-us/index.html&#34; rel=&#34;nofollow&#34;&#62;https://browserlab.adobe.com/en-us/index.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(Requires an Adobe ID)
&#60;/p&#62;</description>
</item>
<item>
<title>Nicholas on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools/page/2#post-23610</link>
<pubDate>Wed, 26 Oct 2011 04:51:26 +0000</pubDate>
<dc:creator>Nicholas</dc:creator>
<guid isPermaLink="false">23610@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;this is great!
&#60;/p&#62;</description>
</item>
<item>
<title>shelleyeaster on "Move page-top widget area below entry title"</title>
<link>http://themeshaper.com/forums/topic/move-page-top-widget-area-below-entry-title#post-23486</link>
<pubDate>Sat, 15 Oct 2011 19:41:28 +0000</pubDate>
<dc:creator>shelleyeaster</dc:creator>
<guid isPermaLink="false">23486@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That did the trick! Thank you ScottNix, I really appreciate the help!
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Move page-top widget area below entry title"</title>
<link>http://themeshaper.com/forums/topic/move-page-top-widget-area-below-entry-title#post-23471</link>
<pubDate>Fri, 14 Oct 2011 05:44:00 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">23471@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Copy page.php out of Thematic and paste it into your child theme.&#60;/p&#62;
&#60;p&#62;Move these lines to the spot you desire.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// calling the widget area &#38;#39;page-top&#38;#39;
get_sidebar(&#38;#39;page-top&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Probably right above&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is by far the easiest, not sure if there is another way. Not sure if it can be done through the functions.php, will have to check tomorrow when I have more time.
&#60;/p&#62;</description>
</item>
<item>
<title>shelleyeaster on "Move page-top widget area below entry title"</title>
<link>http://themeshaper.com/forums/topic/move-page-top-widget-area-below-entry-title#post-23468</link>
<pubDate>Fri, 14 Oct 2011 04:23:33 +0000</pubDate>
<dc:creator>shelleyeaster</dc:creator>
<guid isPermaLink="false">23468@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello, I've looked through the forums for the past few hours trying to figure out how to do this, but I'm not very good at php and the things I've tried haven't worked. I would like to move the page-top widget area/aside below the entry title/headline, above the content. Or maybe register a new widget area to go to that position. Can anyone help? Big thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>Tallowman on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools/page/2#post-23268</link>
<pubDate>Thu, 29 Sep 2011 09:52:14 +0000</pubDate>
<dc:creator>Tallowman</dc:creator>
<guid isPermaLink="false">23268@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi All, first post!&#60;/p&#62;
&#60;p&#62;Great tool for making sure your site visitors don't die of colour blindness is Kuler:&#60;/p&#62;
&#60;p&#62;kuler.adobe.com/&#60;/p&#62;
&#60;p&#62;Fantastic site that helps you pick colours that work together in an attractive way. Include colour schemes added by other users, the ability to create your own custom colour schemes using photographs, a base colour, and many other goodies.&#60;/p&#62;
&#60;p&#62;One of the first places I visit before starting work on a new site.
&#60;/p&#62;</description>
</item>
<item>
<title>joperron on "Change color on ONE Menubar tab HELP - WP THEME"</title>
<link>http://themeshaper.com/forums/topic/change-color-on-one-menubar-tab-help-wp-theme#post-21819</link>
<pubDate>Fri, 10 Jun 2011 20:33:28 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">21819@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Did you try ADDING the code I gave you to your stylesheet? It should work. Not every class and id is always in the stylesheet, especially if they generated dynamically like in this case
&#60;/p&#62;</description>
</item>
<item>
<title>pmconcepts on "Change color on ONE Menubar tab HELP - WP THEME"</title>
<link>http://themeshaper.com/forums/topic/change-color-on-one-menubar-tab-help-wp-theme#post-21818</link>
<pubDate>Fri, 10 Jun 2011 20:13:41 +0000</pubDate>
<dc:creator>pmconcepts</dc:creator>
<guid isPermaLink="false">21818@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That's precisely the issue I am having. I can't find in any of the stylesheets those codes. It's as if wordpress is making those codes for each page, but not letting me edit it.&#60;br /&#62;
I need to find out how to manually input the class=&#34;INPUT&#34; to change the style&#60;/p&#62;
&#60;p&#62;&#38;lt;li class=&#34;page_item page-item-6&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;but no where in any of the files can I find anything deemed &#34;page_item&#34; or li class.&#60;/p&#62;
&#60;p&#62;it says &#38;lt;ul class=&#34;menusm&#34;&#38;gt; above the
&#60;li&#62; listings, but even in the menusm.css, I can't find anything that would be used for the page classes. bah.&#60;/li&#62;</description>
</item>
<item>
<title>joperron on "Change color on ONE Menubar tab HELP - WP THEME"</title>
<link>http://themeshaper.com/forums/topic/change-color-on-one-menubar-tab-help-wp-theme#post-21817</link>
<pubDate>Fri, 10 Jun 2011 19:45:36 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">21817@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Each menu element has a class, always something like page-item-&#38;lt;number&#38;gt; - so you could do something like this in your stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-item-841 {background: #666}
.page-item-841:hover {background: #fff}
.page-item-841 a {color:#fff}
.page-item-841 a:hover {color:#000}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>pmconcepts on "Change color on ONE Menubar tab HELP - WP THEME"</title>
<link>http://themeshaper.com/forums/topic/change-color-on-one-menubar-tab-help-wp-theme#post-21816</link>
<pubDate>Fri, 10 Jun 2011 19:18:42 +0000</pubDate>
<dc:creator>pmconcepts</dc:creator>
<guid isPermaLink="false">21816@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://dev.progressivemediaconcepts.com/&#34; rel=&#34;nofollow&#34;&#62;http://dev.progressivemediaconcepts.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have changed the font colors on the menu bar using the menusm.css file, which was simple.&#60;/p&#62;
&#60;p&#62;My next task is I would like to change the &#34;get a quote&#34; menu tab only. I would like to change just that one's color, both hover color, box color, font color, ETC...&#60;/p&#62;
&#60;p&#62;I am unsure where to locate the coding to single out a menu tab and create a new class. I have the coding installed in the menusm.css file already, just do not know where to input the HTML coding required to change it.&#60;/p&#62;
&#60;p&#62;Any help PLEASE
&#60;/p&#62;</description>
</item>
<item>
<title>linfidel on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools/page/2#post-21503</link>
<pubDate>Sat, 28 May 2011 00:38:19 +0000</pubDate>
<dc:creator>linfidel</dc:creator>
<guid isPermaLink="false">21503@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Unfortunately, I fell in love with Vim/gVim for editing, so I can't use a lot of the cool new tools.  Fortunately, Vim is widely available on all platforms, and can be used with Filezilla making the combination a pretty good mini-IDE.  Filezilla is a great ftp program, free and available on all systems.  It has bookmarks, either global or local for a site, and can synch browsing so it changes directories automatically on either remote or local system.&#60;/p&#62;
&#60;p&#62;What I am looking for is a good PHP debugger, preferably for linux.  Eclipse has always seemed confusing for PHP, maybe because there are (were?) more than one way to add PHP.  But it seemed that PHP was not well supported, so versions always seemed to be outdated, and it was too confusing trying to match the correct versions of the correct plugins, assuming I knew which plugins to use.&#60;/p&#62;
&#60;p&#62;Netbeans seems easier to use, and it used to work well for local debugging, but now I keep having problems, and have to restart it every time I run once or it loses its connection to xdebug. After a lot of work, I got remote debugging to work, sort of, but it seems to cause problems with the web server.&#60;/p&#62;
&#60;p&#62;Anyone have any suggestions for a PHP debugger?  I mainly just need breakpoints, single stepping, and examining data, although being able to modify data would be nice.  Also, it's can't be too expensive (free is nice).
&#60;/p&#62;</description>
</item>
<item>
<title>boden on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools#post-21117</link>
<pubDate>Sat, 07 May 2011 13:27:37 +0000</pubDate>
<dc:creator>boden</dc:creator>
<guid isPermaLink="false">21117@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;for image dev:&#60;/p&#62;
&#60;p&#62;* GIMP - General image creation (forget photoshop): &#60;a href=&#34;http://www.gimp.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.gimp.org/&#60;/a&#62;&#60;br /&#62;
* Inkscape - vector img creation: &#60;a href=&#34;http://inkscape.org/&#34; rel=&#34;nofollow&#34;&#62;http://inkscape.org/&#60;/a&#62;&#60;br /&#62;
* cool stripes: &#60;a href=&#34;http://www.stripegenerator.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.stripegenerator.com/&#60;/a&#62;&#60;br /&#62;
* Ajax loading: &#60;a href=&#34;http://www.ajaxload.info/&#34; rel=&#34;nofollow&#34;&#62;http://www.ajaxload.info/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>boden on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools#post-21116</link>
<pubDate>Sat, 07 May 2011 13:11:17 +0000</pubDate>
<dc:creator>boden</dc:creator>
<guid isPermaLink="false">21116@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i find eclipse php the way to go for dev of php (well for any code really). sure its a bit bulkier then just a lil editor, but imo its worth the weight.&#60;/p&#62;
&#60;p&#62;download it here: &#60;a href=&#34;http://www.eclipse.org/downloads/packages/eclipse-php-developers/heliossr2&#34; rel=&#34;nofollow&#34;&#62;http://www.eclipse.org/downloads/packages/eclipse-php-developers/heliossr2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;ex on how to dev a plugin w/it: &#60;a href=&#34;http://www.ibm.com/developerworks/opensource/library/os-eclipse-wordpress/index.html&#34; rel=&#34;nofollow&#34;&#62;http://www.ibm.com/developerworks/opensource/library/os-eclipse-wordpress/index.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;in my workspace i always add a project with the thematic src and also the wordpress source -- this allows eclipse to lookup functions from those respective sources.&#60;/p&#62;
&#60;p&#62;why i think its worth the bulk:&#60;br /&#62;
* auto search/complete functions as you type including params and function docs&#60;br /&#62;
* warns you of invalid html tag/structure&#60;br /&#62;
* nice searching&#60;br /&#62;
* you can do an F3 on a function call and it finds its definition in the source and brings you there&#60;br /&#62;
* can setup a hot-key and automatically run php quickly&#60;br /&#62;
* all the goodies you'd expect with a fully functional php based editor&#60;br /&#62;
* allows me to dev my other code (perl, js, shell scripts, etc.) in the same place and test&#60;/p&#62;
&#60;p&#62;if you're serious about development, take a read at its features -- you may find it to be a time saver
&#60;/p&#62;</description>
</item>
<item>
<title>wowodirect on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools#post-20471</link>
<pubDate>Tue, 12 Apr 2011 03:13:29 +0000</pubDate>
<dc:creator>wowodirect</dc:creator>
<guid isPermaLink="false">20471@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;While looking for &#60;a href=&#34;http://www.wowodirect.com&#34;&#62;cool and high quality electronic wholesale products online&#60;/a&#62; at lower price,such as &#60;a href=&#34;http://www.wowodirect.com/lcd-screen-video-glasses-c-97_187.html&#34;&#62;&#60;strong&#62;Video glass&#60;/strong&#62;&#60;/a&#62;,&#60;a href=&#34;http://www.wowodirect.com/radio-control-robots-c-164_200.html&#34;&#62;&#60;strong&#62;Radio control robots &#60;/strong&#62;&#60;/a&#62;,&#60;a href=&#34;http://www.wowodirect.com/mini-spy-c-93_141.html&#34;&#62;&#60;strong&#62;Hidden camera &#60;/strong&#62;&#60;/a&#62;and other amazing &#60;a href=&#34;http://www.wowodirect.com/cool-gadgets-c-97.html&#34;&#62;&#60;strong&#62;gadgets&#60;/strong&#62;&#60;/a&#62;&#60;br /&#62;
	directly from reliable wholesaler on&#60;a href=&#34;http://www.wowodirect.com&#34;&#62; Wowodirect&#60;/a&#62;, and enjoy worldwide free shipping services, no matter where exactly you are or whatever you buy, as long as you are our customers around the world.
&#60;/p&#62;</description>
</item>
<item>
<title>lastraw on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools#post-20442</link>
<pubDate>Mon, 11 Apr 2011 03:22:57 +0000</pubDate>
<dc:creator>lastraw</dc:creator>
<guid isPermaLink="false">20442@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Chrome dev tools are useful. Cosmo I had trouble with MAMP at first too, but finally it's painless. If I can get to that point anyone can :)
&#60;/p&#62;</description>
</item>
<item>
<title>Cosmo on "Useful tools"</title>
<link>http://themeshaper.com/forums/topic/useful-tools#post-20425</link>
<pubDate>Sat, 09 Apr 2011 22:01:44 +0000</pubDate>
<dc:creator>Cosmo</dc:creator>
<guid isPermaLink="false">20425@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi...&#60;/p&#62;
&#60;p&#62;And thank you helgatheviking for the link to &#60;a href=&#34;http://visualizing.thematic4you.com/.&#34; rel=&#34;nofollow&#34;&#62;http://visualizing.thematic4you.com/.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Really helps in err... visualizing.&#60;/p&#62;
&#60;p&#62;I'm new to trying to do anything in Wordpress other than use standard free and premium themes [Thesis].&#60;/p&#62;
&#60;p&#62;I can recommend Transmit for ftp, BBedit for coding. Still haven't been able to master Mamp. &#60;/p&#62;
&#60;p&#62;Cheers ... Kent
&#60;/p&#62;</description>
</item>
<item>
<title>ravenousravendesign on "Newb Q: Apply ID or Class to Image"</title>
<link>http://themeshaper.com/forums/topic/newb-q-apply-id-or-class-to-image#post-19957</link>
<pubDate>Wed, 23 Mar 2011 19:06:25 +0000</pubDate>
<dc:creator>ravenousravendesign</dc:creator>
<guid isPermaLink="false">19957@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I found this very useful in learning how to access areas of interest in my child themes. I should have found this earlier!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/2009/04/17/wordpress-child-theme-basics/&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/2009/04/17/wordpress-child-theme-basics/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ravenousravendesign on "Newb Q: Apply ID or Class to Image"</title>
<link>http://themeshaper.com/forums/topic/newb-q-apply-id-or-class-to-image#post-19617</link>
<pubDate>Thu, 10 Mar 2011 03:12:40 +0000</pubDate>
<dc:creator>ravenousravendesign</dc:creator>
<guid isPermaLink="false">19617@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You are a genius. I did not know functions could be that powerful. Thank you for sharing with me your knowledge and experience. I will be using php functions as much as I can. Thank you so much Mr.Nix. I works!! I'm so excited ^_^
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Newb Q: Apply ID or Class to Image"</title>
<link>http://themeshaper.com/forums/topic/newb-q-apply-id-or-class-to-image#post-19614</link>
<pubDate>Thu, 10 Mar 2011 01:03:46 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">19614@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You will probably want to pull them in through the functions.php to make it easy.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
function quick_div() {&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;leaves&#34;&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;tl-leaf&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;tr-leaf&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;bl-leaf&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;br-leaf&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_aboveheader,'quick_div');&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
The problem is the position:absolute css will position to the parent that is set to position:relative, so this may not be drop in and ready to go, depends on the parent (the html block that contains the span).
&#60;/p&#62;</description>
</item>
<item>
<title>ravenousravendesign on "Newb Q: Apply ID or Class to Image"</title>
<link>http://themeshaper.com/forums/topic/newb-q-apply-id-or-class-to-image#post-19613</link>
<pubDate>Thu, 10 Mar 2011 00:42:16 +0000</pubDate>
<dc:creator>ravenousravendesign</dc:creator>
<guid isPermaLink="false">19613@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;badass. your span idea worked Mr.Nix. yay! I think my problem was I wasn't calling width and height. I will try not to be so confusing in the future ;p&#60;/p&#62;
&#60;p&#62;I applied the &#38;lt;span&#38;gt; onto one of my pages. But,Is there a more efficient way to call in images that I can use globally so I don't have to add span tags onto every page i make in the future?&#60;/p&#62;
&#60;p&#62;Also, I'm going to be wanting to put images in place of nav menu text, how do I access the html that way?&#60;/p&#62;
&#60;p&#62;I guess what I am trying to say is ideally, I would like to apply my span right into the #main div that is part of the Thematic Page Structure. I don't know where I can access this html/php file. My child theme doesnt show me this file in the editor.&#60;/p&#62;
&#60;p&#62;P.S. My current site is very unorganized and not semantic at all. I am learning to be more efficient with code and hoping wordpress will help a little with that. My new site will look very similar, but will be, well, JUST MORE AWESOME. HAHA.&#60;/p&#62;
&#60;p&#62;Thanks So Much for your Help ^_^
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Newb Q: Apply ID or Class to Image"</title>
<link>http://themeshaper.com/forums/topic/newb-q-apply-id-or-class-to-image#post-19610</link>
<pubDate>Thu, 10 Mar 2011 00:11:06 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">19610@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Alright, I am a little confused but either way I will take a stab at it.&#60;/p&#62;
&#60;p&#62;Do you have the original PSD art files? If so it would be super easy to actually include those leaves in the header image with part of the sides from the background making 1 bigger image that contains everything.&#60;/p&#62;
&#60;p&#62;If that doesn't work, instead of adding the actual images, you could do it through span tags. If you were to do it like&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;span class=&#34;left-leaf&#34;&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
and pull the image through the CSS,&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
span.left-leaf { background: url(image/path.jpg); height: 100px; width: 100px; position: absolute; top:0; left:-20px; }&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
That is just the basic idea to do it a few different ways. Although I would need to know how you have chopped up your template to provide you with more useful info. At worst you may have to add an extra div through the functions php. ;)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
