Title: blackessej's Replies | WordPress.org

---

# blackessej

  [  ](https://wordpress.org/support/users/blackessej/)

 *   [Profile](https://wordpress.org/support/users/blackessej/)
 *   [Topics Started](https://wordpress.org/support/users/blackessej/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blackessej/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blackessej/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blackessej/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blackessej/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blackessej/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/blackessej/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/blackessej/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/blackessej/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GivingPress Lite] Remove headers from sub pages](https://wordpress.org/support/topic/remove-headers-from-sub-pages/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/remove-headers-from-sub-pages/#post-9502564)
 * Thank you! Close! This worked:
 * <?php if ( ! is_page() || is_home() || is_page() && is_front_page() ) { ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NM Contact Forms] Submit just returns "Submit is required"](https://wordpress.org/support/topic/submit-just-returns-submit-is-required/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/submit-just-returns-submit-is-required/#post-7127648)
 * NM, apparently the field IDs have to be in order or they don’t work? I deleted
   the fields and set them up again, and it now works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Blank slideshow](https://wordpress.org/support/topic/blank-slideshow-1/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/blank-slideshow-1/#post-6656799)
 * To follow up – the files are images. I can imbed them in a post, and they show
   up fine in my media library.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] CFDB with Google Spreadsheet = error 500](https://wordpress.org/support/topic/cfdb-with-google-spreadsheet-error-500/)
 *  [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/cfdb-with-google-spreadsheet-error-500/page/2/#post-3739355)
 * Here’s the error I’m getting:
 * `Request failed for http://www.bellinghamultimate.org/wp-login.php?redirect_to
   =wp-admin/admin-ajax.php%3Faction%3Dcfdb-export%26form%3DSpring%2BLeague%2BRegistration
   returned code 503. Truncated server response: <!DOCTYPE HTML PUBLIC "-//IETF//
   DTD HTML 2.0//EN"> <html><head> <title>503 Service Temporarily Unavailable</title
   > </head><body> <h1>Service Tempor... (use muteHttpExceptions option to examine
   full response) (line 66, file "Code")`
 * I’ve tried all of the above, to no avail…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront Paper] Change link from "home" to page name](https://wordpress.org/support/topic/change-link-from-home-to-page-name/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/change-link-from-home-to-page-name/#post-4466802)
 * Nevermind. Solved. I just created a custom menu, since we’re using wp_nav_menu,
   and set it as my primary menu in the menu settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cyclone Slider] Feature Suggestions Thread](https://wordpress.org/support/topic/feature-suggestions-thread/)
 *  [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/feature-suggestions-thread/#post-4013313)
 * [@kosinix](https://wordpress.org/support/users/kosinix/) excited to hear that
   you’re working on a full-width option. That would be first on my list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] How can I turn off the slideshow on all my other pages but my front page?](https://wordpress.org/support/topic/how-can-i-turn-off-the-slideshow-on-all-my-other-pages-but-my-front-page/)
 *  [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-can-i-turn-off-the-slideshow-on-all-my-other-pages-but-my-front-page/#post-4406697)
 * Hi wheatondoor.
 * Try using this in your header.php:
 *     ```
       <?php if ( is_front_page() ):
       	do_action('slideshow_deploy', '25');
         endif; ?>
       ```
   
 * Replacing the number with the correct number for your slideshow, of course.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] slides dont show up in page](https://wordpress.org/support/topic/slides-dont-show-up-in-page/)
 *  [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/slides-dont-show-up-in-page/page/3/#post-3937105)
 * Hi Stefan,
 * I’m having the same issue. The slideshow works fine when I use a default theme,
   like TwentyThirteen, but not with my customized theme. I just get a blank slideshow,
   sometimes with sporadic images.
 * I have both `<?php wp_footer(); ?>` and `<?php wp_head(); ?>` called correctly
   in their respective places. I’m using:
 *     ```
       <?php if ( is_front_page() ):
       		do_action('slideshow_deploy', '25');
           endif; ?>
       ```
   
 * to display the slideshow, in the header.php file.
 * The site: [http://www.terrywilsonati.com/](http://www.terrywilsonati.com/)
 * Thanks in advance for any help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront Paper] Theme margin-top](https://wordpress.org/support/topic/theme-margin-top/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/theme-margin-top/#post-4401497)
 * Hi VegasKev88, and thanks for the help. Sorry – I was way, way short on details.
   I was hoping to find someone who knew the theme well. The problem was some styles
   and tags called via `<?php wp_head(); ?>`, and slapping an !important tag on 
   the end of some inline attributes wasn’t helping. In the interest of preserving
   the theme through future updates, I found [this plug-in](http://wordpress.org/plugins/head-cleaner/)
   that allowed me to remove print styles, which was the culprit. Problem solved!
   Thanks again!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Unordered Lists in Posts for Twenty Twelve theme](https://wordpress.org/support/topic/unordered-lists-in-posts-for-twenty-twelve-theme/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/unordered-lists-in-posts-for-twenty-twelve-theme/#post-3812680)
 * In fact, upon further investigation, the widget strips out almost all tags other
   than `<p>` and headers.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hacked – db](https://wordpress.org/support/topic/hacked-db/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hacked-db/#post-3640623)
 * > You need to do that manually by going through the entire length of the database,
   > by manually checking each database table, by searching and removing the problematic
   > strings/ codes, and many more methods. It is really not that easy for a person
   > who cannot identify strings/ codes that are malicious.
 * Thanks, Krishna. This I have tried, but you’re right in that it’s difficult and
   I’m not knowledgeable enough to know how/where to look. Any links to excellent
   resources that I can try?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Editor role can't edit posts](https://wordpress.org/support/topic/editor-role-cant-edit-posts/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/editor-role-cant-edit-posts/#post-2914054)
 * Backed it all up, converted to a child theme, updated Twenty Ten – voila! Editor
   can edit posts and pages. Thanks for the tip.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Editor role can't edit posts](https://wordpress.org/support/topic/editor-role-cant-edit-posts/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/editor-role-cant-edit-posts/#post-2913932)
 * Hi Esmi,
 * Yes, I’ve tried these things, as mentioned. As for Twenty Ten – I created the
   site before child themes was the way to go. Unfortunately this meant editing 
   the theme directly. Do you think this may be the cause of my woes?
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] [Theme: Responsive] permalinks not working for posts](https://wordpress.org/support/topic/theme-responsive-permalinks-not-working-for-posts/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-responsive-permalinks-not-working-for-posts/#post-2802023)
 * Resolved (see link in second comment).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] [Theme: Responsive] permalinks not working for posts](https://wordpress.org/support/topic/theme-responsive-permalinks-not-working-for-posts/)
 *  Thread Starter [blackessej](https://wordpress.org/support/users/blackessej/)
 * (@blackessej)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/theme-responsive-permalinks-not-working-for-posts/#post-2801887)
 * Reposted here, fyi: [http://themeid.com/forum/post/7667](http://themeid.com/forum/post/7667)

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

1 [2](https://wordpress.org/support/users/blackessej/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/blackessej/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/blackessej/replies/page/2/?output_format=md)