Title: Please Help!
Last modified: August 20, 2016

---

# Please Help!

 *  Resolved [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * (@michellehoeg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/)
 * Okay, I am attempting to edit my WordPress website. The website is already created.
   The only way I am able to edit it is by logging in online at [http://www.mydomainname.com/wp-admin](http://www.mydomainname.com/wp-admin),
   and typing in my username and password. I don’t have FileZilla or anything like
   that to “FTP”, etc. (I’ve tried downloading that and I can’t get it to connect.)
 * Here’s my problem. There is a slideshow on the front page of my website. I can’t
   get rid of it, and I need to. I have tried going into the Theme Editor and deleting
   what I think is the code for the slider, but I keep getting an error message 
   that says “theme does not exist”. I cannot create a static home page because 
   the person whose website this is wants her posts on her homepage, and everything
   else left exactly the same (which I guess means I have to keep most of the theme
   the same)…she just wants this slideshow gone. PLEASE help! Let me know if you
   need more info.

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/topic/please-help-150/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/please-help-150/page/2/?output_format=md)

 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615527)
 * How about some helpful data, like the theme you are using, the plugin that delivers
   the slideshow, a link to your real site.
 *  Thread Starter [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * (@michellehoeg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615532)
 * Sorry, I’m super new at this, so feel free to continue to let me know what you
   need. The site is [http://www.malecherringandkrause.com](http://www.malecherringandkrause.com).
   The Theme is Malec Herring & Krause. I BELIEVE the plugin is s3slider. I don’t
   see any kind of slider in the plugins tab, but when I look at the theme code 
   and search for “slide” this is the code that comes up…
 * _[CSS moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please just post a link to your site.]_
 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615538)
 * Well, a quick solution if you are in a hurry is to put some css at the bottom
   of your stylesheet:
 *     ```
       #headline {
           display:none;
       }
       ```
   
 * This will hide the entire div #headline, which holds the slideshow. If this div
   is used on other pages then you will be hiding it there as well.
 * This is only temporary until you find the code, as the images are still loading
   in the background and putting unnecessary load on your server.
 * Try looking in the header.php file for code that inserts the javascript for the
   slideshow.
 *  Thread Starter [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * (@michellehoeg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615539)
 * Hi garydarling! I really appreciate your help. Unfortunately, the problem I am
   having is that every time I try to edit the code for the theme, I get an error
   message saying “The requested theme does not exist.” It doesn’t let me edit the
   code at all. That’s the thing that is most frustrating. I am only able to edit
   this online, logged into wordpress. I don’t have wordpress downloaded to my computer.
 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615544)
 * Try removing the ampersand (&) from the theme name at the top of the file and
   see if that cures it.
 * So instead of **Malec Herring & Krause** make it _Malec Herring Krause_
 *  Thread Starter [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * (@michellehoeg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615545)
 * Hm, the error is still popping up. I read somewhere that I may need to change
   my permissions? Does that maybe have something to do with it?
 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615575)
 * Not likely, WordPress is pretty good about that. Can you copy/paste the theme
   comments (everything inside the top /* */)?
 *  Thread Starter [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * (@michellehoeg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615631)
 * Yep, here it is.
 *     ```
       Theme Name: Malec Herring & Krause
       Theme URI: http://malecherringandkrause.com/
       Description: Designed for WordPress.
       Version: 0.3
       Author: John Brien Dilts
       Author URI: http://hybridindie.com/
   
       The CSS, XHTML and design is released under GPL:
       http://www.opensource.org/licenses/gpl-license.php
       ```
   
 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615632)
 * I’m still seeing the ampersand in the Theme Name, my research tells me that is
   the culprit. Did you change it back?
 *  Thread Starter [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * (@michellehoeg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615642)
 * Well, I didn’t change it back because it didn’t let me delete it at all. I delete
   the ampersand, and try to save it, and it says “This theme does not exist.”
 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615699)
 * Can you log into the host’s server and access the files thru a control panel?
   If so, you can upload or overwrite the file to get rid of the ampersand.
 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615700)
 * Or have you tried to change themes in WordPress admin? If you can do that, change
   to the default WP theme, then you can still access the MHK theme thru the Theme
   editor in WP admin.
 *  Thread Starter [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * (@michellehoeg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615713)
 * Would the host’s server be FatCow? What exactly is this? I’m sorry, thank you
   for being so patient with me.
 * And what is the WordPress admin? Is that under the Appearance tab?
 * I’m sorry I know so little!
 *  [Gary Darling](https://wordpress.org/support/users/garydarling/)
 * (@garydarling)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615726)
 * Yes, FatCow appears to be hosting your files. I suggest you try logging into 
   the [control panel](https://secure.fatcow.com/secure/login.bml?err=) using the
   MKH domain name as the username, and whatever password they gave you. I’m sure
   you can request a new password from FatCow if you no longer have it. In fact 
   you could probably start a support ticket with them to help get this resolved.
 * The WordPress Admin is the backend you have already been working in with WordPress–
   Appearance is one of the tabs in the Admin section. Only administrators such 
   as yourself see that portion of the MKH website.
 *  Thread Starter [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * (@michellehoeg)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/please-help-150/#post-2615745)
 * Thank you!!! I am just waiting to get the login information, as my password didn’t
   work and I don’t have access to the e-mail that a new password would be sent 
   to. As soon as I do that I’m going to try it. Thank you so much for your help
   and for being so patient. I will let you know if that doesn’t work for some reason!

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/topic/please-help-150/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/please-help-150/page/2/?output_format=md)

The topic ‘Please Help!’ is closed to new replies.

 * 25 replies
 * 2 participants
 * Last reply from: [MichelleHoeg](https://wordpress.org/support/users/michellehoeg/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/please-help-150/page/2/#post-2615805)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
