nodell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide all but one page.Thanks. It occurred to me that I could move them all to pending review, too. That was easier because I could select them all at the same time and then edit.
Thanks!Forum: Fixing WordPress
In reply to: Customizing different pagesThank you!
Forum: Fixing WordPress
In reply to: Customizing different pageshey! That worked great!!!
Thank you!Forum: Fixing WordPress
In reply to: Comment/meta problemsWell, there is no inactive plugin, so that can’t be causing the problem.
And the second step, I’m not sure what will happen if I switch. I don’t want to lose all this guys’ customization…
Forum: Fixing WordPress
In reply to: Comment/meta problemsThank you, I did try that. I have very few plugins on this site and all are active. I disabled them all and re-enabled them one at a time. That didn’t do it.
Thanks, though!
Forum: Fixing WordPress
In reply to: Rogue menuAh! That worked. Super easy to edit the footer file in the file manager. Thanks for the tip!
Forum: Fixing WordPress
In reply to: Rogue menuDoes your theme support custom menus? Try visiting the Menus link under the Appearance section and see if a menu is listed there.
No, it doesn’t. And there’s no menu listed there. That’s why it’s so strange.
FYI, your theme contains spammy links within the footer that link to irrelevant sites. May want to look into removing these as you don’t want them being displayed on your site.
I went in there and deleted the links, but now, when I try to open my site or even the admin sections, I get this:
“This theme is released under creative commons licence, all links in the footer should remain intact”
And I can’t access any of it.
heeeeelp???
Thanks!
Forum: Hacks
In reply to: disabling "alt" attribute when hovering over navigationNope, they’re back. ARRRGHHH!
Forum: Hacks
In reply to: disabling "alt" attribute when hovering over navigationOkay, it’s gone again. I tried this one:
<script type=’text/javascript’>
jQuery(document).ready(function($) {
$(‘.sf-menu a’).attr(‘title’, ”);
});
</script>and it seem to have worked.
Thanks!
Forum: Hacks
In reply to: disabling "alt" attribute when hovering over navigationOh no! They’re back. UGH!
Any idea why??
Thanks!
Forum: Hacks
In reply to: disabling "alt" attribute when hovering over navigation<script type=’text/javascript’>
jQuery(document).ready(function($) {
$(‘#nav a’).attr(‘title’, ”);
});
</script>WOW! That worked for me!! YAY! Thanks so much!
Forum: Fixing WordPress
In reply to: Comment problemThank you!!! That did it perfectly!!!