kpdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Don’t want lines showing in tableChange
border: solid 1px #ccc;toborder: solid 0px #ccc;in each of the above-listed item from your stylesheet, one at a time, and testing each time until the border disappears in the section you want it removed from.Forum: Fixing WordPress
In reply to: Don’t want lines showing in tableCan you provide a link to the page containing the table?
Forum: Fixing WordPress
In reply to: Don’t want lines showing in tableTry changing it to:
<table style="border: none; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0" width="100%" align="center">Hello educationthemes –
I just tried the code you provided in my sidebar, and am unable to get it to work (WP version 2.6.1).
Is there something that needs to be updated in order to get this working?
Thanks in advance!
Forum: Plugins
In reply to: Pages & Subpages – Please helpI have also just tried using the code that syncbox provided, and it is not working in WP 2.6.1.
Any ideas?
Thanks in advance!
Forum: Fixing WordPress
In reply to: How to FORCE Registration To Even VIEW the site at all?Try the Members Only plugin:
A plugin that allows you to make your WordPress blog only viewable to users that are logged in. If a visitor is not logged in, they will be redirected either to the WordPress login page or a page of your choice. Once logged in they can be redirected back to the page that they originally requested. You can also protect your Feeds whilst allowing registered user access to them by using Feed Keys.
Forum: Installing WordPress
In reply to: Permalink problem after upgradeYou’re welcome. 🙂 Glad you got it all sorted out!
Forum: Installing WordPress
In reply to: Permalink problem after upgradeYou need to upload the disable canonical links plugin file to your wp-content/plugins folder, then go to the Plugins page and activate it.
Forum: Fixing WordPress
In reply to: Permalink to page only viewable when logged inKate –
You include that code in your template file where the wp_list_pages() code is currently.