schrodcat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Access denied. IP address is blaclisted.It’s the message that my visitor gets. I don’t know, but I suppose it’s my visitor’s ip.
Forum: Fixing WordPress
In reply to: RSS icon in all browsers not activeI found a previous post and I added this code to the header and the problem was resolved:
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
Forum: Fixing WordPress
In reply to: RSS icon in all browsers not activeFrom http://www.dailyblogtips.com/wordpress-themes/.
I believe the problem has nothing to do with the theme, until a few hours ago it worked fine (2 years now).
Forum: Fixing WordPress
In reply to: McAfee Fake AlertThe viiitors who get this message are using IE.
Forum: Fixing WordPress
In reply to: A plugin similar to Shashin?Thanks. My question is if I can add a text caption in nextegen-gallery like I did in Shashin.
it works, big thanks!
Forum: Fixing WordPress
In reply to: Submit comment button is missing in pagesI deactivated all the plugins and the problem is remaining. I guess it has to do with the code.
Forum: Fixing WordPress
In reply to: Submit comment button is missing in pagesShould I change something in the follownig code of comments.php?
<!--<p><small><strong>XHTML:</strong> You can use these tags:<?php echo allowed_tags(); ?></small></p>--> <p><textarea name="comment" id="comment" cols="60%" rows="10" tabindex="4"></textarea></p> <p><input name="submit" type="submit" id="submit" tabindex="5" value="" /> <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> </p> <?php do_action('comment_form', $post->ID); ?> </form>[Please post code snippets between backticks or use the code button.]
Forum: Fixing WordPress
In reply to: Submit comment button is missing in pagesI did, it does not solve the problem…Please help.
Forum: Fixing WordPress
In reply to: Enlarge the submit comment button in a pageThe button in the normal posts is ok, the problem is on the pages.
Forum: Fixing WordPress
In reply to: New posts in a specific pageI used in combinations the plugins “simply exclude” and “associated posts” but after upgrading to 3.1 one of the plugins doesn’t work.
Forum: Fixing WordPress
In reply to: New posts in a specific pageThanks but it looks too complicated for me. Is there a plugin, so I don’t have to write code?
Forum: Fixing WordPress
In reply to: Problem with categoriesConflict with a plugin. Fixed.
Forum: Fixing WordPress
In reply to: Different submit button on posts and pagesI tried different setting on comments.php — no solution…
Forum: Fixing WordPress
In reply to: Help, I can't comment on pagesOk, almost resolved.
But
This is a post sample: http://www.skakistiko.com/?p=1424#comments
This is a page sample: http://www.skakistiko.com/?page_id=13
There is a problem with the form in pages, the box is very big and I dont get the submit button.
How to resolve this please?