nikcree
Forum Replies Created
-
I have tried
(!is_page('1438') || !is_home())to exclude widgets from the home page and page 1438, but the widgets still appear on these pages.If I do
!is_page('1438')the widget does not display on page 1438 or,
!is_home()the widget does not display on the home page.I have tried
(!is_page('1438') || !is_home())and!is_page('1438') || !is_home()and have the same problem of widgets still showing.What am I doing wrong?
I had the same problem. I set the limit to 50 emails an hour but kept getting bounced emails back saying that the maximum of 500 emails per hour had been exceeded. I did not run WPR Cron. I scheduled the email to start 1 day in the future, it started but appears to have ignored the 50 emails an hour setting. How can I get this fixed please?
Forum: Plugins
In reply to: shorten2ping not adding links to twitter after upgrade@samuelaguilera Yes the API Key is entered – same key as the Akismet and WP Stats key. No error messages in custom fields of the posts. Haven’t tried another shortener yet.
Forum: Plugins
In reply to: shorten2ping not adding links to twitter after upgradeI have selected wp.me as the shortener but the post title without the link is posting to FaceBook via Ping.FM. Can you help?
I have the same issue with the standard (not the PRO) version. I am trying to set the event cost to $0.00 but the the registration is still going through to the PayPal Payment page (even thought there is no cost for the event). When I attempt to edit the event tyo leave the Cost field blank I get the error message “There was an error in your submission, please try again. The event was not saved!”. Please Help
Nik Cree
nbcree@gmail.comForum: Fixing WordPress
In reply to: Title tags how to edit them using Headspace2@heartfelt2009 – This site explains how to do this plus at lot of other tips for setting up and using HeadSpace2:
Forum: Fixing WordPress
In reply to: Fatal Error with updateI am also getting the same error since updating to 2.9 affecting updating widgets, editing pages and editing posts, and using the Quick Edit link on for Pages and Posts. Is there a fix for this bug yet?
Forum: Fixing WordPress
In reply to: Images not showing upHello pipiglam
You create your Avator picture at http://en.gravatar.com/. Once you have done that, it will show up here.
Forum: Fixing WordPress
In reply to: Can’t add widgets to sidebarYes, I have the same error message also after upgrading to wordpress 2.9. Any help here much appreciated as this affects a number of my sites now
Forum: Fixing WordPress
In reply to: removing / hiding all “page title” on pagesIt is not generally a good idea to delete the code. It is better to comment it out (hide it) just in case you change your mind at a later date, or it mucks up your site. To do hide the title from appearing you simply change the following code in the page.php file in your theme:
<?php the_title(); ?>to
<!--?php the_title(); ?-->To see which WordPress theme file to edit and how to do this, there is a great video tutorial at:
http://www.positivebusinessonline.com/hide-wordpress-page-title
Forum: Fixing WordPress
In reply to: How can I hide a Pages title?There is a great video showing step-by-step how to Hide a Pages Title by editing the page.php file at:
http://www.positivebusinessonline.com/hide-wordpress-page-title
Forum: Fixing WordPress
In reply to: deleting “comments are closed” from pages / Typebased themeHello katerugani
There is an excellent video which shows you how to get rid of the ‘Comments are closed’ and the Comments box on pages at:
http://www.positivebusinessonline.com/remove-comments-are-closed
Forum: Fixing WordPress
In reply to: Can’t move widgets in WordPress 2.8.3 (Don’t Upgrade)Yes…I had the same problem. Thank you clickbridge for the mentioning the problem is caused by WP-shopping cart plugin. I deactivated this and bingo! Widgets working again. I must come to the forum more often rather than trying to figure things out by myself π