cableghost
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_list_pages column sortingOkay, I did see more options, however, I would like to custom sort the lsit by ID, etc.
I have a plug-in that does such, but it only works for my main nav bar…wondering how to custom sort my child nav bar.
-Scott
Forum: Fixing WordPress
In reply to: Nav Bar CustomizationThanks Shane, however, neither of those will work. I truly need some php/css input to modify the nav that is already in my theme.
-Scott
Forum: Fixing WordPress
In reply to: Item Separators In Sidebar WidgetsThat worked. I would not have thought to look at #multi-pages.
Thanks again!
-Scott
Forum: Fixing WordPress
In reply to: Item Separators In Sidebar WidgetsHere ya go; http://runtofinish.com/
Thank you.
Forum: Fixing WordPress
In reply to: wp-table-reloaded cell colorThat will work, thank you.
Forum: Fixing WordPress
In reply to: Item Separators In Sidebar WidgetsThank you ambrosite, unfortunately, that did not work.
I believe you meant it as (which did not work)…
.sidebar ul.children li { border-bottom: none; }Forum: Fixing WordPress
In reply to: Item Separators In Sidebar WidgetsI temporarily commented out the the line, so here is the link to the theme:
http://newwpthemes.com/wordpress-theme/fiorano/
Thank you!
-Scott
Forum: Fixing WordPress
In reply to: Hooks WidgetsPerfect y’all, that worked.
-Scott
Forum: Fixing WordPress
In reply to: Hooks WidgetsThank you @vtxyzzy and @pbp_editor,
Both of your options work. My disclaimer actually shows after a couple of other plug-ins, but it shows.
Pic: http://9001links.info/files/disclaimer.jpg
PS. how may I add multiple categories? I tried comma separated, but that does not appear to work.
-Scott
Forum: Fixing WordPress
In reply to: Hooks WidgetsThanks vtxyzzy
I actually use a plug-in called Widget Context, where you can specify the category for which a widget should be shown. My problem is that I only have sidebars in this theme that accept widgets.
When I say footer, I’m not referring to a page’s main footer, I am referring to the section after the content. Like what the Post Footer Plug-in does for posts. I suppose, I could hack that code and enter the disclaimer if/else statement.
Forum: Fixing WordPress
In reply to: Validation ErrorsThank you, however, that also produces errors from validation.w3.org.
It could possibly be because I am mixing html & php code.
-Scott
Forum: Fixing WordPress
In reply to: Incompatible archive: PCLZIP_ERR_BAD_FORMAT (-10)I simply and successfully manually installed it (ftp folder to plug-ins folder), then avtivated it (using WP ver 2.9.2).
Forum: Fixing WordPress
In reply to: Prefetch Page@a_johnson- it’s more than images, though thank you for the reply. I will probably could use though in other situations.
@MichaelH- this would be for an exit pop-up and want to have it display quickly. I’ll give it a try…thanks!
-Scott
Forum: Fixing WordPress
In reply to: TranslationI realized something else about this…it changes SEO focus. I ntoice that my adsense ads are now focused on gogle’s translation site, not mine.
Forum: Fixing WordPress
In reply to: HTML Redirect to WPThank you
I realized I had to add the index.html redirect inside of the index.php utilizing 301 redirect plug-in. Not certain why it would not work w/ the htaccess file.
-Scott