Michelle Langston
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How do I add custom theme files to a network site?Hi, thanks for the reply and sorry it took so long for me to respond, got sidetracked in a major way, lol! So would I put that code in functions.php? What if the owner of Site 2 was a client? Where would he/she put that code?
Forum: Fixing WordPress
In reply to: HELP! I lost my sidebar in the WordPress Upgrade!A few things to check.
1. Did you change your theme? If you did, it may have an effect on what sidebars show up and where.
2. Did you check the “Inactive Widgets” on the Widgets page? The widgets you mention may still be there, and you can drag them back to whatever sidebars are available on the theme you’re using.
Forum: Fixing WordPress
In reply to: Products pageI don’t know, you’ll have to check each plugin and see what their features/capabilities are, and if you could modify them to get the results you want.
Forum: Fixing WordPress
In reply to: Applying "wp make link relative"I can’t see your functions.php file, but to fix that parse error, you need to add a semi colon after the function call, like this:
<?php wp_make_link_relative( http://www.mydomain.com ); ?>
Do you have any other code in functions.php beside this? If so, then you may not need the opening and closing PHP tags (<?php and ?>). If your functions.php file isn’t large, post the code here or at the pastebin. http://pastebin.com/
Forum: Everything else WordPress
In reply to: Multi-site publishing tool?Well, if you haven’t already, consider adapting those 20 sites into a WordPress Multisite. The feature is new in 3.0. Not sure if multisite lets you update all at once though, but there may be plugins available that can do it. At least you wouldn’t have to deal with 20 separate installs.
Forum: Fixing WordPress
In reply to: Malware ProblemYeah, try what dgwyer suggests first. You can reset your theme to the default one without losing any of your settings. Theme settings are stored in the database, so they are not affected by the actual theme files on the server.
Forum: Fixing WordPress
In reply to: Blog post formatting getting cut off at the bottomThe problem seems to be that the 2px by 1500px background image you have set for #container-top-inner is too short to contain all of the content. It’s set to repeat only along the x-axis, so if your content exceeds 1500px along the y-axis, the background image will stop short, allowing the black background of #container-top-inner to seep through.
The comment form is not losing its CSS formatting at all. It just looks that way it’s against the black.
EDIT: Ah, dgwyer beat me to it. I was typing at the same time he posted. But yes, I suggest you either make that background image super tall (say, 3000px) or make the background color of that div white or gray instead of black.
Forum: Fixing WordPress
In reply to: Child Page being called instead of HomeIf you switch to another theme (on your same host and installation), does the problem still occur? Just curious…
Forum: Fixing WordPress
In reply to: Malware ProblemI suggest removing your theme and resetting it to the default Twenty-Ten theme. Then you could just download a new copy of WordPress and replace all of the existing files with the new ones. Go through all of your directories via FTP to make sure there is nothing suspicious there. Remove any files or folders that aren’t part of WordPress or any other program that you KNOW you installed. Good luck!
Forum: Fixing WordPress
In reply to: get_posts php issueYes, you always will place this kind of code directly in the template files. The HTML content editor is only for entering post/page content.
You’ll need to go to Appearance > Editor and then find “index.php” (assuming you want the latest post to show on the front page) for your current theme. That’s the file where this code should go!
Forum: Fixing WordPress
In reply to: Dealing with tablesIt’s simple — switch to HTML view when editing the post.
If you need a refresher on working with HTML tables, see this link:
http://www.w3schools.com/html/html_tables.asp
You really also should have all your table formatting done via the CSS. It should not be in the HTML code itself.
Forum: Fixing WordPress
In reply to: Applying "wp make link relative"Did you replace $link with the full URL path?
Forum: Fixing WordPress
In reply to: No user subpanelCould you elaborate some more? Are you having trouble expanding the “User” menu in left column of the WordPress administration panel on your site?
Forum: Fixing WordPress
In reply to: Can the language be set for just one plugin???What’s the name of the plugin? Does it have any instructions or FAQ? Can you email the plugin author?
Also I think this belongs in the Plugins & Hacks forum…
Forum: Fixing WordPress
In reply to: Products pageTake a look at some of the e-commerce plugins for WordPress. There are quite a few.
http://www.google.com/search?q=ecommerce+plugins+for+wordpress