intcon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sooooo Close with Sub Menu….it is…except the
background: none repeat scroll 0 0 #D46123;
line. that isn’t in my style sheets, so I can’t remove it.
it’s ALMOST the same code, but the line I’m told to remove isn’t there…
Forum: Fixing WordPress
In reply to: Sooooo Close with Sub Menu….yes! that’s what I want, but I don’t have that piece of code (background: none – etc) anywhere in my stylesheets. Mine is
#nav ul li ul.sub-menu { text-align:left; font-size:10pt; background:#D46123; color:#ffffff; position: absolute; width: 150px; left: -999em; }Forum: Plugins
In reply to: [WP RSS Multi Importer] [Plugin: WP RSS Multi Importer] Images won't showOH dear….I have NO idea how to fix an RSS feed. Off to search on google!
Forum: Plugins
In reply to: [WP RSS Multi Importer] [Plugin: WP RSS Multi Importer] Images won't showthanks!
Forum: Plugins
In reply to: Jetpack Subscribe Widgets shows my emailSorry, I should clarify….it shows my email address in the subscribe box – you have to clear it out in order to put in YOUR email address when you want to subscribe…I’d prefer it to be blank or have an impersonal address like myemail@myprovider.com than displaying my email address in the box.
hope that’s clearer!Forum: Fixing WordPress
In reply to: Decrease margins between sidebar and main contentI’ve used firebug, and managed to get some of the gap decreased, but can’t seem to find the margins that make the difference in the center and the sidebars.
[topic closed as duplicate – please do not start a new topic for the same problem – continue with http://wordpress.org/support/topic/decrease-margins-between-sidebar-and-main-content?replies=1 ]
Forum: Fixing WordPress
In reply to: No comment.phpheres the page
http://smartasswaitress.com/category/newsand i added this code `<?php global $withcomments;
$withcomments=1;
comments_template();?>` to that page to make the comment box show up…i’m off to work, will check back this afternoon!
Forum: Fixing WordPress
In reply to: No comment.phpit’s a custom theme built for this group of ladies.
all of the dashboard settings are there, the screen options are there….but when i post a comment the entire page disappears and it redirects to wp-comments-post.php
there is no comments_template() in single.php and there is no page.php, but there is a home.php with no comments_template in it either…of course there’s also no after the content in home.php either.
anyone have any thoughts? this is driving me cuh-razy….
Forum: Fixing WordPress
In reply to: Adding a comment takes me to blank pageIs it possible if I add this to the theme
http://lab.christianmontoya.com/wordpress-comments/comments.phps
it might help? or at least won’t blow everything up?Forum: Fixing WordPress
In reply to: Adding a comment takes me to blank pageUm…so yeah….it seems there’s no comments template with this theme. awkward.
Forum: Fixing WordPress
In reply to: Change comment box size?yeah, had it in the wrong spot. =) thanks…
Forum: Fixing WordPress
In reply to: Change comment box size?Forum: Fixing WordPress
In reply to: Change comment box size?sorry, just had a thought…maybe I didn’t include the comments_template piece of code in the right spot on the page.php?
<div id="page-content"> <?php the_content(); ?> <div class="pagination"> <?php wp_link_pages('before=<div class="pagination">&after=</div>'); ?> </div><!--.pagination--> </div><!--#pageContent --> <?php comments_template(); ?> </article> </div><!--#post-# .post-->Forum: Fixing WordPress
In reply to: Error 403 – I'm spamming my own site?oh dear….the whole page is disaster..
Forum: Fixing WordPress
In reply to: Error 403 – I'm spamming my own site?Yeah, the comments are on…..haven’t done the plugin deactivations as of yet…that’s next up on my list!