figaro
Forum Replies Created
-
Forum: Plugins
In reply to: Login/register sidebar?I use the sidebar login plugin on my site:
[link moderated]
The register link is not there when you are logged in…only when you are not logged in.
Forum: Fixing WordPress
In reply to: My images are overlapping can you help?If your content is supposed to be two columns after the latest post, then your images are just too big (wide) for the available area.
Just a guess, but have you tried adding the following line just after the one ending in !-d
RewriteRule ^photos/([^/]*)$ index.php?page_id=$1&album=$2 [L]
Looks like that’s the only difference.
Forum: Fixing WordPress
In reply to: Blank Sitedeleting the Redirection plugin
I just upgraded a site (2.6 to latest) for a person who had a redirection plugin installed and I couldn’t get it to work on the latest WP code. He needed the redirection plugin, so I ended up restoring his original site. If you delete the redirect plugin, you may also need to remove all the redirections in the .htaccess file…or, if you’re not using it for anything else, just delete .htaccess and see if that gets you back into your site.
As always…backup first…
I’m not the best for it might not be fair to charge the client by hours cause I know it took me a little longer than normal web developer.
Good on you for this…I think you just need to consider what your time and effort is worth. No one else can really tell you this…you will need to gauge this yourself.
Forum: Themes and Templates
In reply to: inove theme: how to make both categories and pages show in menu?Why cant i have categories AND pages in my menu?
That would potentially be a lot of items in the horizontal menu. You could have pages in the horizontal menu and categories in the sidebar…or vice-versa. Otherwise, you could select one in the theme settings and then hard-code the other in the theme file.
Forum: Fixing WordPress
In reply to: 2.8.4 Upgrade Reminder won’t go away even after I have upgradedOne possibility….did you originally install with some auto-installer like simple scripts or fantastico and then later upgrade through WP? If so, then there may be some files in your install and/or an extra table in your db that is holding the upgrade info from the auto-install. Also, if you upgraded in the past with some upgrade plugin, then the same “extra files and/or db info” may apply.
Forum: Fixing WordPress
In reply to: Simplescripts wordpress upgrade to 2.8.1 kills my blogThis illustrates one classic problem often encountered when upgrading via simple scripts and fantastico…if you are upgrading to version 2.8.1, then you will still be behind the latest version…2.8.4. Upgrade manually as recommended above, then in the future, upgrade using the auto-upgrade feature in WP…or continue to do it manually.
Forum: Installing WordPress
In reply to: Automatic Upgrade to 2.8.4If that does not work, rename the wp-content/plugins-old back to wp-content/plugins. Something else is going on.
Just one additional thought…before ruling out a plugin as the problem, if renaming the directory doesn’t help, then disable them in the db. Sometimes renaming the directory or removing the plugin from the directory isn’t enough. See the following video for that procedure.
[link moderated]
Forum: Themes and Templates
In reply to: hacking the default themeMake a copy of your kubrickbgwide.jpg file and rename it kubrickbg-ltr.jpg then replace the original kubrickbg-ltr.jpg with this one.
Next, open your style.css file and find the following code:
#footer p { margin:0; padding:20px 0; text-align:center; }Change the padding from 20px to 18px and save.
Forum: Themes and Templates
In reply to: hacking the default themeMaybe this will help.
[link moderated]Forum: Fixing WordPress
In reply to: Pros and cons of adding tables to the WP DB database?Not sure about the second part of your question, but I’ve been running WP sites with additional tables for years with no problems. In fact, many plugins add additional tables…and, for what it’s worth, many times when the plugin is uninstalled the tables are left behind. Still, I’ve never encountered a problem with this.
Forum: Fixing WordPress
In reply to: Question About Possible Hack of SiteLiken it to voting, if you will, for simplicity — “if you dont vote you cant bitch”.
Just a side note to this “entertaining” thread…nice catch phrase, but, for what it’s worth, completely wrong and illogical. There is no relationship between the act of voting and the right to bitch 😉
Bottom line…if people want to upgrade–fine; if people don’t want to upgrade–fine; if people want to contribute 200 posts to a thread on a free support site talking about getting hacked because they didn’t upgrade–fine; if people want to help people who didn’t upgrade and got hacked–fine; if people don’t want to help people who didn’t upgrade and got hacked–fine;……….not sure why the need for all the personal attacks and foul language here….but then again, based on my own advice, if people (myself included) don’t want to read a 200 post thread where people are talking about not upgrading and getting hacked, then they don’t have to click on the thread…all is good 😉
Forum: Fixing WordPress
In reply to: single post not showIt’s possible that you have been hacked…check this thread…
Forum: Themes and Templates
In reply to: kubrickbg-ltr.jpgYea, you can make it anything you want. Just open it in and editor like Photoshop and make the gray area transparent…I don’t think you will like the results, but you can give it a try.