Title: zonkD's Replies | WordPress.org

---

# zonkD

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

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

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Plugin List Not Showing All Plugins Since Update](https://wordpress.org/support/topic/plugin-list-not-showing-all-plugins-since-update/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/plugin-list-not-showing-all-plugins-since-update/#post-8183083)
 * Ver 4.6.1 Happened right after I updated.
 * How do I reset from FTP? Just copy something new in from FPT?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] IE 8 header issue help please](https://wordpress.org/support/topic/ie-8-header-issue-help-please/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/ie-8-header-issue-help-please/#post-3424023)
 * marking as resolved.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] IE 8 header issue help please](https://wordpress.org/support/topic/ie-8-header-issue-help-please/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/ie-8-header-issue-help-please/#post-3424022)
 * Ugh.
 * For whatever reason IE8 didn’t like:
 * #header #search-bar {
    background: transparent;
 * had to switch the CSS to:
 * #header #search-bar {
    background: none;
 * Images now appear correctly in IE8. I’d also switched them from .JPG to .PNG 
   as the images for the social icons were PNG. Not sure it made a difference in
   making them render properly but not switching it back now that they are displaying.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] bbPress and Frisco](https://wordpress.org/support/topic/bbpress-and-frisco/)
 *  [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bbpress-and-frisco/#post-3201445)
 * I’m running both bbPress and buddypress — using bbpress for the group forums.
 * Sounds like a config issue on your end. Follow this video for proper set up to
   have them play friendly together:
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] Buddypress 1.6.3 Upgrade – post forms borked](https://wordpress.org/support/topic/buddypress-163-upgrade-post-forms-borked/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/buddypress-163-upgrade-post-forms-borked/#post-3364164)
 * This was an error on the BP install.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] Theme iPad and iPhone issues](https://wordpress.org/support/topic/theme-ipad-and-iphone-issues/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/theme-ipad-and-iphone-issues/#post-3364163)
 * Ok. Found everything. Note to those placing a logo in the header and those putting
   one in the header and removing the search bar.
 * If your logo is wider than the 320px you must edit the CSS for mobile at:
 * /* Mobile */
    [@media](https://wordpress.org/support/users/media/) only screen
   and (max-width: 767px) {
 *  body {
    width: 320px; min-width: 320px; padding: 0; } .fullwidth { width: 320px;
   max-width: 320px; min-width: 320px; }
 * _________________
 * This will set the min width for your mobile layout to match your logo width.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] Theme iPad and iPhone issues](https://wordpress.org/support/topic/theme-ipad-and-iphone-issues/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/theme-ipad-and-iphone-issues/#post-3364161)
 * Cleared out the theme and did a fresh install. Making adjustments 1 at a time
   until the layout broke on the iPhone.
 * The layout “breaks” if you put a logo in the header lager than 320 pixels wide.
 * When the logo is set to 400 (or anything larger than 320) the header and menu
   load to the correct width of the logo image but the body container loads at the
   320 width and shows a 80 pixel wide, gray background bar along side all posts
   until the sidebar loads below it at the correct width.
 * Also note that headlines in H1 can be cut off when a single word on a line is
   larger than the box.
 * Where would you correct the minimum width of the body container to be 400 instead
   of 320?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] Theme iPad and iPhone issues](https://wordpress.org/support/topic/theme-ipad-and-iphone-issues/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/theme-ipad-and-iphone-issues/#post-3364156)
 * Sure thing — it’s: [Site](http://waterfowler.com)
 * I fixed the iPad issue by adding:
 * body.page div#container,
    body.blog div#container, body.single div#container,
   body.archive div#container, body.error404 div#container, body.activation div#
   container, body.search-results div#container, body.search-no-results div#container{
   max-width: 100%; }
 * The gray box in the corner of the header is now gone. I am running theme version
   1.6.13
 * I still haven’t resolved the iPhone display problem — the body container does
   not fill the screen and is like 1/3 the width of the phone display — even though
   it is moving the sidebar below it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Frisco for BuddyPress] Theme iPad and iPhone issues](https://wordpress.org/support/topic/theme-ipad-and-iphone-issues/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/theme-ipad-and-iphone-issues/#post-3364136)
 * I did make some changes to add my logo:
 * #search-form {
    display: none; } #header { background: #000000; white-space:nowrap;}
 * #header #search-bar {
    background: transparent; white-space:nowrap; } #header#
   navigation { white-space:nowrap; } #logo a { display:block; width:320px; height:
   70px; background:url(logo.jpg) no-repeat scroll left top transparent; text-indent:-
   9999px; padding-top: 0em; padding-right: 0em; padding-bottom: 0em; padding-left:
   0em; border-top: 0em; border-right: 0em; border-bottom: 0em; border-left: 0em;
   margin-top: 0em; margin-right: 0em; margin-bottom: 0em; margin-left: 0em; }
 * I removed the no-wraps to test it. That wasn’t the issue. The header still doesn’t
   fill the page at 100%.
 * Any suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sweet Captcha] {"error":["Invalid domain](https://wordpress.org/support/topic/errorinvalid-domain/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/errorinvalid-domain/#post-3357699)
 * resolved with a touch of patience.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Public Uploader] A little message bug](https://wordpress.org/support/topic/a-little-message-bug/)
 *  [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/a-little-message-bug/#post-3309143)
 * I saw this but found the solution.. it is the sample text in the settings panel
   for the label for description box.
 * Just change that to “Description” or “Image title”
 * Silly example text to have in. I’m just sayin’ 😛
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plot My Posts and Tweets] A few questions – plotting posts](https://wordpress.org/support/topic/a-few-questions-plotting-posts/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/a-few-questions-plotting-posts/#post-3338882)
 * Ok. Figured out a few things.
 * Disregard the centering question.
 * I do run into another issues. I’m using WP Front End for user posts. I added 
   a custom field to that form for location — “cf_location”.
 * How do i get the plugin to use that field for plotting posts as opposed to the“
   location” field in the map table?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] Category Pop Up Conflict and Redirect](https://wordpress.org/support/topic/category-pop-up-conflict-and-redirect/)
 *  Thread Starter [zonkD](https://wordpress.org/support/users/zonkd/)
 * (@zonkd)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/category-pop-up-conflict-and-redirect/#post-3333555)
 * Sure thing.
 * In my sidebar I am using the base WP category widget. I have the widget set to
   show all categories in a pull-down menu (to save space since there are so many).
 * When to select a category on the menu — it jumps to it without having to click
   go or submit.
 * On the WP frontend post page, I have the post page set to show categories also
   in a pull down menu (since there are over 50 for the user to choose from.
 * When the user selects the category on the post page from the pull down menu to
   select the value, it immediately activates “go” or “submit” and tries to redirect
   the page.
 * Sorry for being unclear. I should have said pulldown menu instead of pop-up.

Viewing 13 replies - 1 through 13 (of 13 total)