ashley3ee
Forum Replies Created
-
Forum: Plugins
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Remove "Hours:" from the bottomHey Lucas! Did you get my email?
Forum: Plugins
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Remove "Hours:" from the bottomNo I actually did have it before, I guess I thought it might leave with the Hours, haha
Forum: Plugins
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Remove "Hours:" from the bottomThanks Lucas, that took away the My Hours, but there is a line that says “1 data_cell”. It shows up below where the “My Hours” used to be, and above the next person’s name. How can I remove this?
Forum: Plugins
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Remove "Hours:" from the bottomHey Lucas! I’m trying to do the same thing, remove the hours. I checked the link to your screencast and it’s not longer there. Do you have any advice on how to do this or maybe an updated link please?
I appreciate your help!
Forum: Plugins
In reply to: [Plugin: Sermon Browser]Forum: Plugins
In reply to: [Plugin: Sermon Browser]Hi Samboll, I tried going there before but I can’t register? There isn’t a link, only a login.
Forum: Plugins
In reply to: Sideposts CSSthank you, that file alkivia.ini works perfect!
Forum: Fixing WordPress
In reply to: change wp_list_categories to wp_list_pagesoops, I forgot to include the link to my test site to show the navigation problem:
Forum: Fixing WordPress
In reply to: change wp_list_categories to wp_list_pagesThanks, what I am actually trying to do is instead of making the drop down menu a stacked horizontal list, I’m trying to make the child pages show under it in a horizontal list. Example is the navigation on this site: http://www.prelovac.com/vladimir/
Here is the code I came up with which kind of works but doesn’t:
<div id="navbarright"> <ul id="nav" class="clearfloat"> <?php wp_list_pages('title_li=&sort_column=menu_order'); $this_post = get_posts($post); if (get_children($post->ID) != "") { echo "<ul>"; wp_list_pages('title_li=&child_of='.$post->ID); echo "</ul>"; } ?> </ul> </div>The problem is 3 things, the list that drops down doesn’t have it’s own class. And 2nd it doesn’t end up linking to the page. And 3rd I don’t want a 3rd tier to drop down?
Do you know of how I can fix this code? or a theme that integrates it well?
Forum: Plugins
In reply to: [Plugin: NextGEN-FlashViewer] background – transparent?go to the nextgen-flashviewer folder in the plugins directory.
Open: lib/functions.php
There will be 4 instances of this line (according to which viewer you want to change):
$swfobject->add_params(‘wmode’, ‘opaque’);
replace it with this:
$swfobject->add_params(‘wmode’, ‘transparent’);Forum: Fixing WordPress
In reply to: Save Changes goes to blank white pageanyone?
Forum: Fixing WordPress
In reply to: Save Changes goes to blank white pageNow when I try to login it goes to a blank white page. I can’t even get in the admin area.
Forum: Fixing WordPress
In reply to: pages not uploading, huh?Well without even logging in it looks like your category page isn’t pulling, it’s getting stuck on the home page.
It’s probably the theme… try switching back to the default theme to see if the post shows up. If it does, then you’ll have to do some work in category.php or archive.php. And if you have no idea what that means, the easiest thing is to find another theme that works.
Forum: Fixing WordPress
In reply to: pages not uploading, huh?Are you saving as a draft or publishing the post?
Forum: Fixing WordPress
In reply to: Loss of log inIs it the login you are looking for?
http://whatcomhistory.wordpress.com/wp-login.php