ddamron44
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I increase the number of excerpts per row?That worked. Thanks…
Forum: Fixing WordPress
In reply to: How can I increase the number of excerpts per row?The issue is that Headway doesn’t allow me to access any other .php’s then the custom css and custom_functions. I would edit the code in the uploaded php file but there is nothing there as it pulls from headway.
Forum: Fixing WordPress
In reply to: Too many posts showing….I deactivated all plugins = Fail…
I have checked the single.php file, index.php file, and functions.php and can’t find any coding error.
Any idea as to which .php file it may be in?
Thanks…
DavidForum: Fixing WordPress
In reply to: Too many posts showing….Hey MichaelH—
Tried that plugin with no success.
Thanks for trying though. It must be something in the theme but I cant seem to find it.
David
LifeExcursionForum: Fixing WordPress
In reply to: Too many posts showing….FantasyPC—
Thanks but I tried adding …
<?php query_posts(‘showposts=2’); ?>
….to the index.php file and it didnt work.Is there somewhere specific I should place it within index.php.
By the way, I am using Karappo theme
Thanks…
David
Forum: Fixing WordPress
In reply to: Showing too Many postsThat didn’t change anything unfortunately.
Forum: Fixing WordPress
In reply to: Can't access wp-adminTried both….I deleted both folders and uploaded brand spanking new files for each and had no luck….
Any other ideas….
Thanks for your help
Forum: Fixing WordPress
In reply to: Newest Comments showing firstNever mind
Forum: Fixing WordPress
In reply to: Place background behind specific area of sidebarSweet….Thanks for all your help….
David
Forum: Fixing WordPress
In reply to: Place background behind specific area of sidebarFirst, thanks for your time!
Image url is: http://runningsomewhere.com/wp-content/uploads/2010/05/runsomesideback.jpgI can and will resize image url accordingly.
Any ideas?…thanks
I placed the code as you can see below:
/* SIDEBAR(S) */ background: url(pathto/http://runningsomewhere.com/wp-content/uploads/2010/05/runsomesideback.jpg) 10px 10px no-repeat; .sidebaradbox { margin-top: 5px; text-align:center; } .ad125 { margin: 6px; } .sidebar { margin: 0 10px 10px 10px; color: #3f474d; font-size: 13px; } .sidebar a { text-decoration: none; color: #171e2a; }Forum: Fixing WordPress
In reply to: Place background behind specific area of sidebarChanging the “100px” position….is that in position to the entire site or just the sidebar. I changed the position to 100px to 0px and 50px and neither showed up?
Thanks again
Dave
Forum: Fixing WordPress
In reply to: Enter text within subscription boxI now have the text within the box. How do I have the text disappear upon clicking on the box?
Thanks
David Damron
Running SomewhereForum: Fixing WordPress
In reply to: How to access HTMLThat worked…Thanks…I missed it.
One last thing. I am not sure if you use Firebux but it when I scroll over the subscription area in the top right sidebar there is a yellow gap between the rss line and facebook and another gap between facebook line and twitter line. Is there a way to get rid of that gap. It is a waste. If not no worries…
Thanks
DavidForum: Fixing WordPress
In reply to: How to access HTMLI have checked that out. Here’s the code…
<form onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Runningsomewhere', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow" method="post" action="http://feedburner.google.com/fb/a/mailverify" style="border: 0px solid rgb(204, 204, 204); padding: 3px;"><p><input type="text" value="Enter Email for FREE Updates" name="email" style="width: 190px;"><input type="hidden" name="uri" value="Runningsomewhere"><input type="hidden" value="en_US" name="loc"><input type="submit" value="Subscribe"> </p><p><a href="http://feeds.feedburner.com/runningsomewhere"> <img width="20" height="20" border="0" alt="RSS Feed" src="http://runningsomewhere.com/wp-content/uploads/2010/05/feed1.png"> <img src=""></a><a title="Subscribe via RSS" href="http://feeds.feedburner.com/runningsomewhere"><font size="4">Subscribe to RunSome via RSS</font></a></p> <p><a href="http://www.facebook.com/pages/RunningSomewhere/121107401250154"> <img width="20" height="20" border="0" alt="Like us on Facebook" src="http://runningsomewhere.com/wp-content/uploads/2010/05/facebook1.png"> </a><a title="Become Run_Some Fan" href="http://www.facebook.com/pages/RunningSomewhere/121107401250154"><font size="4">Like Us on Facebook</font></a></p> <p> <a href="http://twitter.com/run_some"> <img width="20" height="20" border="0" alt="Send Us a Tweet" src="http://runningsomewhere.com/wp-content/uploads/2010/05/twitter1.png"> </a><a title="Follow RunSome on Twitter" href="http://www.twitter.com/Run_Some"><font size="4">Follow Run_Some on Twitter</font></a></p> </form>I don’t know where to find it…..
David
[sig moderated]Forum: Fixing WordPress
In reply to: RSS Feed not workingI fixed the feed issue by changing my permalinks.
I haven’t added in articles or content at all. So, I don’t think the footer issue mentioned will appear.